-
Recently active
Hello, I'm having an strange issue here. I have a grid showing some documents (they are a rule input variable type). To get this documents I have a script that gets their ID from database. The problem is that there is a document with the ID on appian and when I do the tests designing the interface everything seems to work fine with the exact same data. And then on the interface in the record list anything shows but this error in red I would like to know if there is any other way to get this kind of error when the document exists and it hasn't been deleted. Thanks,
Hi All I am using one text field in my interface and in the display value, I am using loggedInuser() function. and in save into i am doing like the below way, but it's not going into the database. Even i tried like this a!save(ri!comments.commentBy,loggedInUser())
Hello there, I am receiving error "Interface Definition: Expression evaluation error: An error occurred while executing a smart service: The custom cell positions and custom cell values arrays must have the same length. (APNX-1-4505-035)" even though i have exact count on position and values which are 50 columns in count. Any help to fix this issue?? a!exportDataStoreEntityToExcel( entity: cons!VW_ENTITY, selection: a!querySelection( columns: { a!queryColumn( field: "count" ), a!queryColumn( field: "case_id" ), a!queryColumn( field: "case_source" ), a!queryColumn( field: "parent_case_id" ), a!queryColumn( field: "master_account_number" ),
Hi All, I am getting the below error , Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!dropdownField [line 143]: Example can only be indexed into using square brackets or the index function I tried to pass the values of the record type query list values to a local variable and when trying to pull using dot notation or index function in a!dropdown component , a!localVariables( local!List: a!queryRecordType( recordType: 'recordType!Example', filters: { a!queryFilter( field: 'recordType!Example.fields.Flag', operator: "=", value: true), a!queryFilter( field: 'recordType!Example.fields.Date', operator: ">=", value: ri!StartDate, applywhen: (if(isnull(ri!StartDate), false, true)) ), a!queryFilter( field:'recordType!Example.fields.Date', operator: "<=", value: ri!EndDate, applywhen: (if(isnull(ri!EndDate), false, true)) )
its posible disable a button when i have a form, with some textfields required? i have a form like this. when I complete the form, the blue button should be enabled, I have local variables where I store my data.another thing we tried to do was to do it with if, but there seems to be a hierarchy.thanks you!
Hello everyone, I have a question, well; I have a rather novice doubt, I have a text, and I want that text to appear in a rich text what I put, but what I am looking for is that as I add data to that text, more rich text will be added, how could I do that? I already added it in local variables, I managed to save it in a rich text, but to not delete this one and make a new one, what could I do? I hope I understand, thank you very much!
In my interface, I user function document. if( document(tofolder(local!documentId), "size") > 0, true, false )
In my dev environment i have plugged in "Google Maps " but the maps are not loading for the given code does i have to plug in "Google Maps Connected System" also because in another environment where "Google Maps version-1.0.5" and "Google Maps Connected System version-1.0.6 " are there it is working absolutely fine or i have to use any api key for loading the maps in my environment? { googleMapsDisplayField( label: "Google Map Markers", labelPosition: "ABOVE", validations: {}, height: "AUTO", googleMapsApiKey: null, mapMarkers: { a!map(name: "1", lat: 13.067439, lng: 80.237617), a!map( name: "Kolkata", lat: 22.572645, lng: 88.363892 ), a!map( name: "Delhi", lat: 28.679079, lng: 77.069710 ), a!map( name: "Mumbai", lat: 19.076090, lng: 72.877426 ) }, zoomLevel: 5, mapCenter: { lat: 20, lng: 75 }, fitBounds: false, enableZoom: true, enablePanning: false, enableStreetView: true, on
Hi All, I have a query related to button in interface, I am working on interface which is similar to record view in interface there is a button component i want that button to work as pop up window. When that is pressed it should open a new interface like a record actions.
Hi every one, If file is missed or corrupt, I wanna the text display "No find image" instead of text "Document not avaiable", like image below. Thanks a lots.
Hello! Is there a way to add the popular Icon libraries to an Appian Application??? Like FontAwesome ,etc.?? I saw this response : You can always upload your icons as documents, then utilize a!documentImage() to display them. If you have a specific use case, feel free to share it here. Anyone knows if this approach can be applied to all UI controls without restriction e.g. In buttons, BoxLayouts, Grid Headers, Grid rows?
I have to validate a editable grid for the following scenario - I have two fields in the grid 1. Role 2. Location use case - if the user select combination of same role and location as a duplicate then it should thrown an validation error like combination of role and location already exits. example - if the user select role as developer and location as india and again he adding a new row and selecting the same role and same location it should throw an error any one suggest some idea
Hi Pals, Have a look at this interface I want the user to click on submit button and then, it should take care of its own input fields inspite of marking it required and empty for the above iterface or vice versaSo, let me know how can we do the sameRight now, The two section layouts are having the code directly in this interface and they are not external to the main interface.Any insights on this?
Hi Everyone, I created a service account with user type as "Basic User". And I was supposed to change the user type to "System Administrator" and I got the following expression error. I have tried this scenario via Admin Console and Appian version is 22.2 . Is this an expected behavior? Thanks in advance!
I applied back button on drill down grid .getting redirected to linechart ... but whenever i am clicking on back button it is creating new layout with grid ... also making the required variables null while clicking back button,.. I just want to get redirected to linechart .... a!columnLayout( contents: { a!buttonArrayLayout( align: "END", buttons: { a!buttonWidget( icon: "home", label: "Back to User Logins", style: "LINK", submit: true, value: "BACK", saveInto: {local!backButton, a!save( ri!selectedDateRange,null() )} ) } ) } ) } ), if( isnull(local!backButton),{},rule!VID_uiSectionLineChart(selectedValue:ri!selectedDa
Hi Appian Community, I have added into my interface a radio button below, It contains radio button, EX: when I choose 'Age', I will can type in text. In my solution, I try create 2 radio button: one radio button 'Age' + text box and one radio button 'No', but I can not merge two the radio button to one. How to open the interface again, the options it chooses the correct one selected and the correct data entered into textbox? Thanks for your help.
Hello Experts, I have a requirement where user need to select multiple values for OrderType. There are different sets of values which needs to be populated under SearchBy on the selection of order type. If Multiple Values are selected under the OrderType then only those values should be available under the SearchBy which are common to both. Example 1: Lets say for OrderType "O1" SearchBy can be {"S1","S2","S3"} and for OrderType "O2" SearchBy can be {"S1","S2","S3","S4","S5"}, So if user selects both the orders O1 and O2 then only {"S1","S2","S3"} should be available as SerachBy as common of two order types Example 2: Lets say for OrderType "O1" SearchBy can be {"S1","S2","S3"} and for OrderType "O2" SearchBy can be {"S1","S2","S3","S4
Hi Everyone, I tried to change the username of service account and I got the following expression errors. Eventually the username got updated successfully irrespective of these errors. Appian version used was 22.2. Is this expected behavior? Thanks!
Is there a way to increase the default font size throughout the application, including in grids and charts?
Hi Team, In one of our case management application planning to utilize the richtexteditor() plugin to provide better user experience while different department collaborating .Also recently integrated with internal ECM to store the documents. So in this case view(Record sub view tab) displaying the comments(Paragraph field) along with uploaded document as downloadable link separate. Whenever i checked the richtexteditor component generating for the inline images(Pasted in the component) as base64/binary OR referencing directly from Appian environment as link. But in my case once the form submitted with comments and inline images will upload into ECM through API call and deleted document from Appian KC. But while displaying in the Case sub dashboard(Record View beside summary customized view) we need to display as it is what enter by user. Example PF below. In this case documents are resides in the ECM tool .So in this such scenario, is there any easy way to achieve without downlo
How to prepopulate the textbox once I clicked the textbox. Initially Textbox will be empty, only after I clicked it should get populated.
Hi everyone, My read-only grid has a column storing a text string of IDs, which looks like this 001/002/003/004/005/006, and it was queried from record type 01 I want to add the tooltip, which will show the Client category of each of the ID in the list, the information is stored in record type 02, and I use the ID from record type 01 as reference data to query. So within richTextDisplayField, I set the tooltip parameter like below: tooltip: a!forEach( items: split( fv!row[recordType!record01.Id, "/" ), expression: "Category:" & a!queryRecordType( recordType: recordType!record02, fields: recordType!record02.clientCategory, filters: a!queryFilter(
Team, We have a requirement where we need to show difference of two rows in third row in paging grid. Like below , any suggestion? Third column should show difference of row 2 minus 1st row of Column A. id A B 1 10 F 2 20 F Difference 10
How to have the same functionality as refreshAfter=Keypress (like in the text field) for a date field?
I am trying to loop the multiple gridrowlayout of a editiable grid using a!foreach but not able to do it. can i have some directions with possible code. I required to flash multiple rows with loop on count of queries declared in the interface by the user
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.