-
Recently active
Hello, Currently Im tryimg to set up a deadline for task completion - add 5 working days to the creation date and display the deadline in the tasks grid in case the task is triggred
Hi Team, Getting the following error in my site, I understood the issue, but unable to find in which interface the issue occurred, Please help me to find the root cause
Hi all , can anyone help me with the below requirement please. I have a address cdt . In the interface below ( attached screenshot ) i have two section temporary and permanent address. So there is a check box also in the interface . My requirement is : if the check box is not selected both the temporary address and permanent address should be saved and if its selected both the address should be saved. But it should be saved in the same CDT So can anyone help me on how to solve this. a!localVariables( local!temporaryAddress:'type!{urn:com:appian:types:KYC}KYC_addressDetails'(), local!permanentAddress:'type!{urn:com:appian:types:KYC}KYC_addressDetails'(), a!formLayout( label: "Customer Address Details", contents: { a!sectionLayout( label: "Temporary Address", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Address Line1",
Anyone knows how can i use this arrows or something similar in the application in appian designer?
Hi, I have a address cdt . In the interface below i have two section temporary and permanant address. So when i check box ( i,e : is temporary address same as permanent address) the address should be saved . my requirement is : if the check box is not selected both the temporary address and permanent address should be save and if its selected both the address saved. But it should be saved in the same cdt So can anyone help me on how to solve this a!localVariables( local!temporaryAddress:'type!{urn:com:appian:types:KYC}KYC_addressDetails'(), local!permanentAddress:'type!{urn:com:appian:types:KYC}KYC_addressDetails'(), a!formLayout( label: "Customer Address Details", contents: { a!sectionLayout( label: "Temporary Address", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Address Line1", labelPosition: if( ri
Hi Appian Experts I want to Upgrade old Process Instance to new New Version of PM . Can you tell what is prerequisites and how we can achieve that ,
Hi Team, I have configure process model in which I am using sub-process, inside sub-process I am using below expression = { action: pv!buttonValue, actionBy: pp!initiator, currentStatusId: pv!selectedAssignments[tp!instanceindex].refStatusId, modificationType: pv!selectedAssignments[tp!instanceindex].modificationType, currentActivity: pv!currentActivity[tp!instanceindex], assignTo: pv!assignTo} When I run the flow I am getting below errror An error occurred while evaluating expression: = { action: pv!buttonValue, actionBy: pp!initiator, currentStatusId: pv!selectedAssignments[tp!instanceindex].refStatusId, modificationType: pv!selectedAssignments[tp!instanceindex].modificationType, currentActivity: pv!currentActivity[tp!instanceindex], assignTo: pv!assignTo} (Expression evaluation error : Invalid index (1) for list: valid range is empty) (Data Inputs) Please help me on this. Thanks,
I want to clear the input for a radio button after I change the state of another radio button Example once I change the state of radio button to Tier 2 Additional Request From I want "What tier outputs does this request cover? " to reset if it was previously selected a!radioButtonField( label: "What application are you submitting? ", labelPosition: "ABOVE", choiceLabels: {"Tier 1 Service Output Form", "Tier 2 Additional Request Form", "Tier 3 Service Output Form"}, choiceValues: {"Tier 1 Service Output Form", "Tier 2 Additional Request Form", "Tier 3 Service Output Form"}, value: ri!svcRequest.submitted_app_type, saveInto: ri!svcRequest.submitted_app_type, required: true, choiceLayout: "STACKED", validations: {} ) a!radioButtonField( label: "What tier outputs does this request cover? ", labelPosition: "ABOVE", choiceLabels: {"1A", "1B"
In a!fileUploadField , I gave validation in sucha way that it allows only .xlsx format.., now my other requirement is that ,,,if the uploadedexcel doc is empty(if no data exists in cells),want to show no data available message how to acive this
Hi Everyone, The "Reassign Button" is getting displayed to the users even when they have Basic user privileges. The User input task is also configured not to have "Reassign" option in Assignment tab. And this issue is not occurring consistently, if we create new cases for those users, we are not able to see reassign button. Please let me know if anyone have some idea.
I have a new Appian 21.3 installed running on Tomcat 8.5.70 as the application server. I'm getting the following CSRF token not valid error followed by 404 /suite/masterapp/undefined.cache.js is not available. I have tried adding <Context useHttpOnly="false"> in the Tomcat context.xml but still getting the error. This issue is preventing me from opening the editor for editing the form fields. Have I missed some configuration on Tomcat? Thanks. 2022-01-21 03:13:52,683 [http-nio-8080-exec-6] WARN com.appiancorp.security.csrf.CsrfTokenManager - There is no valid CSRF token in this request [URI=/suite/framework/backgroundAction.none,method=POST,content-type=application/x-www-form-urlencoded]2022-01-21 03:13:53,602 [http-nio-8080-exec-4] ERROR com.appiancorp.ap2.PortalResponse - Error: 404 Message: The requested resource [/suite/masterapp/undefined.cache.js] is not available
Hi, i have a requirement where i need to get data of same cdt type from 2 different places and combine them together to display in a interface. cdt 1: type!A{key:"100", field1:"test1"} cdt 2: type!A{key:"100", field2:"test2"} after merging output should be like this type!A {key:"100", field1:"test1",field2:"test2"}.Any suggestions will be really helpful. Thanks in Advance. Pradeep.B
Hi, Could someone please help me with the difference between StartProcess and Startprocess Link? And also exemplify with some use cases please. Thanks Faisal
Hi All, When a user is trying to access a site page and is not a part of it, we currently receive a error message sayingError 401-Unauthorized. Is it possible to the customize this error message when using SAML authentication. Any help is appreciated. Thanks in advance.
for example, I am having 10 questions in my DB for that each question has a unique question id If I enter 5 then 5 question id should be come randomly help me out on this
I am try display only the date and time without the timezone like this 02/01/2022 10.22pm but it coming like this can anyone help to resolve this
Hi Devs,I want to use to services in my rich text part, in this on the click of the link and the csv document will be downloaded in the system as an export file,Simultaneoulsy I want to start the process on that click only to delete that csv document that is created internally by appian, so that my app does not pile up with time in the futureAttaching the snip for your reference:
Are there any sites where we can do practice test prior to actual Appian L1 exam. Also, are the question bank available.
I have Millions of records in a table, I need to show it in a report but Its not loading in interface. How to resolve this?
Hello, It seems that all user pickers in our app are not working properly. When logged in as any Non Admin user, the only result shown is the logged in user. When I login as an administrator, I can see all users. I am using our All Users group as the groupFilter so I don't know why it isn't working. All Users Group Propertiesvisibility - restricted (only members and admins) membership - closed (admins must select all members) privacy policy - low (members can see eachother) It seems like with our settings, all members should be able to see eachother.
Hi, I am using multipleDropdownField as filter for Grid data to populate. When I select one or more value, it is working as expected. But when I remove or de-select all selected values using the cross button visible in multipleDropdownField, it should make the underlying rule input or local variable as null but it is not doing that. Expectation is, whenever user de-select everything, grid should show all the details. As a work around, I have added an IF condition, to check if count of local!selected variable is 0, save null to local!selected for grid to show all the details.
Hi here in a grid iseditable which controls the add security type... but i want to disable that add security type for particular process model [ other process model it need to be enabled] how can i achieve this using if condition/ or any other methods can anyone help me Thanks
Currently have 3 buttons that show and hide 3 separate sections of code. If I click button 1 I want to disable button 1 and leave button 2 and 3 enabled. If I click button 2 after clicking button 1 I want button 1 to reset and for button 2 to be disabled. Appreciate the help in advance!a!localVariables( local!buttonTierOne: false(), local!buttonTierTwo: false(), local!buttonTierThree: false(), local!buttonRest: true(),a!formLayout( label: "Label", a!sectionLayout( contents: { a!sectionLayout( label: "", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!boxLayout( label: "", contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: { "Submit Tier 1 " }, size: "MEDIUM_PLUS" ), char(10), a!richTextItem( text: { "Service Output Form" }, size: "MEDIUM_PLUS" ) }, align: "CENTER" ), a!buttonArrayLayout( buttons: { a!buttonWidget( lab
So currently I have a forEach loop that calls a picker field, dropdown, and 3 button elements in a interface and it iterates over a dictionary of data passed through by a expression rule. I am getting the following error with the interface: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!forEach [line 237]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!forEach [line 245]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!pickerFieldCustom [line 263]: A custom picker component [label="Producing Country"] has an invalid value for "value". The value and selectedLabels lists must be the same length. The code is as listed as follows: countryProducerInterfaceLayout:{ a!forEach( items: rule!countryProducerInterfaceFieldData(ri!map), expression: a!localVariables( local!items: fv!item,
Hi Guys, I was upgrading the application from 17 to 21 version where a!toJson works good in older one but throwing error in the newer one while giving record constant as values. Help with this issue. Thanks in Advance. Regards, Kavya
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.