-
Recently active
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
Hello Senpai's! Im new to Appian and Im currently having this error in my interface which giving me a hard time. Error Message: "Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!forEach [line 20]: Error in a!forEach() expression during iteration 1: Expression evaluation error in rule 'da_getlayoutbytype' at function 'choose' [line 10]: Choose index (7) is invalid; must be no more than the number of supplied choices (2)." I have attached my codes. Please see below image: 1st photo is My Interface: 2nd Photo Expression rule which I called in my interface. Anyone have an idea what the error means? Thanks Ahead!
I want to fill separate values in these fields, How can I resolve it rows: {a!forEach(items: local!counts,expression: a!gridRowLayout(contents: {a!textField(label: "Text",labelPosition: "ABOVE",value: ri!Queries.question,saveInto: { ri!Queries.question },refreshAfter: "UNFOCUS",validations: {}),a!textField(label: "Text",labelPosition: "ABOVE",value: ri!answers.option1,saveInto: { ri!answers.option1 },refreshAfter: "UNFOCUS",validations: {}),a!textField(label: "Text",labelPosition: "ABOVE",value: ri!answers.option1,saveInto: { ri!answers.option1 },refreshAfter: "UNFOCUS",validations: {})}))}
Hi Appian Community, I have added into my interface a grid as shown below, which was called from a record type. ID relateTo Column 3 Column 4 001 003/004 002 007/004/005 003 001/002/006 004 005 006 007 This is the code that I wrote for column 2 (relatedTo) but didn't work. I used split () to split each row into an array of text IDs, then trying to add link to each of that ID. a!richTextItem( text: split(fv!row[recordtype.relatedTo], "|"), link: a!forEach( items: split(fv!row[recordtype.relatedTo], "|"), expression: a!recordLink( label: fv!item, &n
Hi All, We are working on some requirement where on the UI side using a date field. when ever we select a date from the calendar everything is working fine. but when we manually type a random text in the date field its throwing below error. The value XXXXX is not a valid date. Valid format is mm/dd/yyyy. The actual date format is dd/mm/yyyy but in the validation message it says mm/dd/yyyy kindly let me know if we can edit or change the above validation message to dd/mm/yyyy Thanks
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.