-
Recently active
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, can anyone please show me the expression to make my Task Tab visible only to the selected user group. Thanks in advance
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
The database shows the 2022-08-01 14:00:00:00, and it is defined as the date time field on data base side. But when I do the query via CDT its shows 08/01/2022 9:00 am CDT ( 5 hour difference ) Please see the CDT defnion below Please see the CDT definition below. Please let me know how I can fix these issues such as how I can show the date like database value
I have a questions regarding the reject button on Appian, I'm currently doing a research to find out more about the reject button and why is it not working property on PMT. Any helpful guidance would be greatly appreciated.
Hi All, can we add a new PV in active instance (in editing mode),If yes , how? Thanks in advance,SSP
How to prepopulate the textbox once I clicked the textbox. Initially Textbox will be empty, only after I clicked it should get populated.
I have a requirement to send Email notifications to all users who received task to remind them of the due date if they have not completed the task. The due date should be 14 days after the task is assigned.The reminder notification should be sent at the following intervals if the task is active: 7 days left, 5 days left, 2 days left Due Date Due Date plus 1, 2, 3, etc. until the task has been submitted.The notifications should to be sent out daily after the due date has passed until the task is completed. I am not sure how i should pass these different scenarios to escalation in userinput task .Any suggestions?
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(
Hi everyone, I need your help in resolving an error during save and publish I have following task The rule input Vehicle doesn´t become available to select, so the system is telling me the rule input vehicle does not exist I had created the variable Vehicle in the variables tab, still, it doesn´t take the variable How can I fix? regards
Hi, We have a process that contains a "Move document" service and for a given user the process raised this error (in Production) : The user does not have enough permissions to move the document. - The user belongs to the admininstrator group so I don't know where else to look to find the explanation. - The process belongs to usual 2 groups : Admins : Admin, and All users : Viewer. - The sub-folder has been created with success. Any other idea ? (We have another process that does almost the same action but without any error)
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!
Hi All I am new to Appian, Can someone please provide me a link or steps on how to implement Appian save draft functionality. Problem Statement - Allow user to save draft while filling the form and after that the same user can access the form and submit the form Many thanks in advance
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: {})}))}
Hello all, We are suddenly seeing a strange issue in one of our process models.A previously working XOR gateway suddenly behaves like AND gateway and both the outbound paths are getting executed. Any idea on this strange behavior ?
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
I have a requirement for formatting the field where it should be of 7 digits + a space + 4 digits = 11 digits with a space in the middle. e.g. 1234567 1234.Any help will be appreciated. Thanks, Shobhit
Hi All, 4 environment – Dev, Test, UAT and Prod. Production support team are not given administrative access to Prod. Which is the least level of access that they should be given? Best Regards.
Hi, I have a below attached code and interface. Right now the validation message is getting displayed when I select dropdown field itself. But, I would to show the message only when "Submit" is clicked. How can I do this. Thanks. User Interface:
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.