-
Recently active
Hello! I am trying to create a calendar interface and I wanted to know how can I display all the calendar days by passing month and year
Hi All I have encountered a very strange behaviour where I create an interface in an a!foreach. When using the two pieces of code it displays the interface for each of the parents but as soon as i edit one it deletes any subsequent parents and removes the interface: CODE1: With strange behaviour a!forEach( items: ri!tempBom, expression: a!sectionLayout( contents: rule!PDP_uiRecipeAndPackagingDecisionQuestions( tempBOM: fv!item, newProductRequired: true, packagingTempComponents: ri!packagingTempComponents, blendTempComponents: ri!packagingTempComponents, ), showWhen: local!activeStep = 2 + fv!index )) If I change the input name on the child to the just 'BOM', and change it at the parent, it all works perfectly CODE1: With correct behaviour a!forEach( items: ri!tempBom, expression: a!sectionLayout( contents: rule!PDP_uiRecipeAndPackagingDecisionQuestions( BOM: fv!item, newProductRequired: true, packagingTempComponents: ri!packagingTempComponents, blendTempComponents: ri!packagin
Hi All, I am using a!Submitlink function to show with an edit icon. When the user clicked on the icon I am setting the value to true for that submit link variable. Whi I am testing that in the Interface rule it is working as expected. But, when I am executing the same on the sites the value is not saving. Please see the code and screenshots attached below. a!richTextIcon( icon: "EDIT", caption: "edit", link: a!submitLink( value: true(), saveInto: a!save(ri!Edit, true())), size: "MEDIUM" ) On Interface Rule after clicking on edit symbol: On sites after clicking on edit symbol:
[View:/cfs-file/__key/communityserver-discussions-components-files/13/ri_2D00_label.mp4:340:240] Hi, Are there reserved keywords when naming rule inputs in interfaces?, I'm saying this because I have a rule input called "label", and when I enter a value in the textfield, the value is replaced by the label of the component.
Hello everyone ! Is there a way to create an anchor link to a section of the same page in Appian ? A link that would work like a basic anchor link in html, for instance : <a href="#mySection">Go to mySection</a> I cannot seem to find it, whereas it's a very simple thing to do in html... Thanks in advance !
https://docs.appian.com/suite/help/19.1/recipe_build_a_wizard_with_milestone_navigation.html This is pattern for a form with summary at the end. Which component exactly is responsible for generating summary view? Form Layout? Milestone?
I have a checklist and selected items will be saved into arrayA. The user can check up to 4 items on the checklist. The user also has the option to provide items they don't find in arrayA through input fields. The entered items will be saved into arrayB. Their total sum can be no more than 4. To help with dynamically displaying the input fields, arrayB is initiated with 4 null values. A forEach is used to render the boxes based on the availability of items remaining. Problem: The two arrays will be merged down the line, and I would like to clear the values in arrayB that are not intended to be used. Example: If there are 2 checked items and 2 typed items, then I end up selecting all 4 checkboxes, the input boxes are no longer present as intended. However, the values were still saved in arrayB. Is there a convenient way to clear the values as soon as the input box disappears? I don't believe there's an "i
having issue on the APN 20.1 with gridFiled, Paging reset to original page on UPDATE DATA button click, if the selected row is update from next page. a!localVariables( local!selection, local!selectedEmployees, local!employeeDS: { {id: 11,name: "Elizabeth Ward",dept: "Engineering",startDate: today() - 500}, {id: 22,name: "Michael Johnson",dept: "Finance",startDate: today() - 100}, {id: 33,name: "John Smith",dept: "Engineering",startDate: today() - 1000}, {id: 44,name: "Diana Hellstrom",dept: "Engineering",startDate: today() - 1200}, {id: 55,name: "Francois Morin",dept: "Sales",startDate: today() - 700}, {id: 66,name: "Maya Kapoor",dept: "Sales",startDate: today() - 1400}, {id: 77,name: "Anthony Wu",dept: "Human Resources",startDate: today() - 300} }, { a!richTextDisplayField( label: "", labelPosition: "COLLAPSED", value: { a!richTextHeader( text: "Paging reset to 1 on ""UPDATE DATA"" button click, if upd
First off, we are aware that this interface needs to be modernized and we have created a ticket to do so. In the meantime, we need to remediate the error for our users until the interface is modernized. Background: We have a report that groups can pull to see their vanpool vehicle switch. What is happening, is if 2 switches (get a different vehicle) are completed for a given vanpool within the same month, an error is thrown on the interface.In the example, the vehicle was switched out for a different one twice in the same month. See code below. Error Evaluating UI Expression Expression evaluation error [evaluation ID = APN6ZIQL] in rule 'fma_switchreportdashboard' at function a!gridField_19r1 [line 159]: A grid component [label=“”] has an invalid value for “totalCount”. “totalCount” must not be null or less than the number of items in any of the “data” arrays, but “totalCount” was
We are using record to populate a grid , till recently we are using this with out any issues, recently we got migrated from Appian 20.3 to 21.1 and we are facing this issue recently. Can you please help us.
In admin console we turned off the feature to display detailed error messages to end users. Desription of feature is: Disabling this option provides basic users with simplified error messages that hide certain system and object-specific information. This option does not impact Basic users in the (system) Designer group. These users will still see detailed error messages when this option is disabled. How can I use issue identifier to see where the problem is when they report a bug? In tomCat-stdOut.log I can only find Caused by: com.appiancorp.suiteapi.common.exceptions.AppianException: Contact your application administrator for help resolving this issue. Provide them with the following issue identifier: S7I9QF1F (APNX-1-4533-000) Thank you!
Error Evaluating UI Expression Expression evaluation error [evaluation ID = TOCJY95B] at function a!recordBodyWrapper: Rule 'cfm_vehiclesummary' has 2 parameters, but instead passed 0 parameters. (APNX-1-4198-000)
Hi All, When we deactivated any user in appian system we are getting the error as ""The record type [identifier=SYSTEM_RECORD_TYPE_USER] does not exist, has been deleted, or you do not have sufficient privileges to access its data". but i am mapping to the correct record type still the same error is throwing. Previously it was worked for appian 20.3 version but recently we have migrated to 21.1 version. Could you please let me know whether it causes any issue.
can we have save draft button in start form?
Hello, I'm new to Appian. I have a textfield() which works like a search engine with two buttons (clear filter and search), it works fine but if I wrote any string without special characters, it doesn't return the proper result. Example: User types "Olá" (which is "Hello" in Portuguese language) in the textfield(), click search, it returns the proper result because in SQL database, it contains the exact same string. However, if user types "Ola" without ` ~ ^ ´ é á, etc. It won't return anything (false in this case) Is there a way to solve this?
Hello All, We have a requirement on UI form where users have 2 column layouts. the left-hand side part of the column layout user can see the editable fields and the right-hand side use will have a pdf document. That pdf document may have some incorrect data. So, the user should able to compare the document and if there is anything wrong with that document should update in the lefthand side fields and submit the form. I have used a!documentViewerField to show the document, it showing the document as expected. But we have an issue with the UX experience. I have attached the document to explain that with screenshots. Please see attached and respond if you have any suggestions. Thanks in advance.[View:/cfs-file/__key/communityserver-discussions-components-files/13/Issue_5F00_screen_5F00_Shots.docx:320:240]
Hello, We are using tablets with Windows 10. User interface is designed to request for attachment with picture. Is there a way to open camera directly and take a photo instead of opening file explorer and selecting picute like it is in mobile application?
When I use below code the record picker only get few records when I type space to select a value as I type I get more records. Is there a way to get all records in record picker on initial load. a!pickerFieldRecords( label: "RecordLabel", labelPosition: "ADJACENT", maxselections: 1, recordtype: 'recordType!Strategy' filters: { a!queryFilter( field: 'recordType!Strategy.fields.Type', operator: "<>", value:230 applyWhen: true ) }, value:ri!strategyId saveInto: { local!strategy, }, required: true, )
Hi All, can anyone please let me know, is there a possibility of creating a tile based chart in Appian like below, Thanks in advance
Hi guys, There is an option to change the background color/style showed in Tempo of the interface? Thanks, Erzen
I have an ask to make a checkbox field have the following logic. Checkbox has four items. If option ITEM 1 is selected then selection of ITEM 2, ITEM 3, ITEM 4 should be deselected automatically. If options ITEM 2, ITEM 3, ITEM 4 are selected then option ITEM 1 should be deselected automatically. Below code tracks the current values for the checkbox field in local!setA, previous values in local!setB, and the difference between the two sets which indicates what object the user just clicked in local!setDIFF. The issue we are encountering is that when the deselection logic is triggered, I can see local!setA's value meets the requirement but the checkboxField UI doesn't. It still shows the options as selected when they have been removed from local!setA. User has to make another mouse click action like clicking around the page then the UI reflects the local!setA values. Has anyone experienced a similar issue with checkboxField and were able to have the checkbox options re
Hi everyone, I have this in an interface: But if the user, types an invalid "NIF usuario", the validation message we have, makes the components misaligned: Internally, its a sidebyside with 3 items, all inside a column. THX!
Hi Guys, I am using Appian trial for practicing but Unable understand how to create menus on home/default interface and this interface need to inherited by all other interfaces. I appreciate any help.
Hi, I found in an existant ER code this kind of multiple condition: if(cons!TEST = "1", "VALUE 1", cons!TEST = "2", "VALUE 2", cons!TEST = "3", "VALUE 3", cons!TEST = "4", "VALUE 4", cons!TEST = "5", "VALUE 5", "" ) That seems to works fine, but when I put this condition in an interface and click on "DESIGN MODE", I obtain this error: "Cannot load Design Mode : The function ’’if’’ [line 275] has 3 parameter(s), but instead passed 11 parameter(s)." Where is the truth ?
When I click on "add request url value" It takes me to a random row that it in that data already. But I want it to take me to a new and clear row. addRowlink: a!dynamicLink( label: "Add Request URL Value", value: { CRETD_BY_USER_ID: loggedInUser(), CRETD_TMST: now(), },
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.