-
Recently active
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:
Hi, I'm adding a grid field into the interface, involving columns from a record type. There is one column called updatedDateTime, and what I want to query is data which were updated within the last 2 days, that means now() - updatedDateTime < 2 days (or 48hours) or . The column format is now dd/M/yyyy hh:mm a I cannot find out how to write in the filter parameter of a!gridField() so please help!
Hi All, Pls answer the below question I have five pages in Site.But i want give access to User Particular Page only. Pls explain it Thanks in Advance!
I'm trying to send an email to group members, I sent it successfully, but how to call the recipients one by one in the body of the mail e.g. Dear ABC, XYZ, PQR I want to show like Dear ABC
I want to add multiple rows in an editable grid layout by selecting a number using Interface
Hi, What might be the best approach to generate a PDF document in Appian using process model smart services. Thanks.
Hi, In Production context, a process raised an error on a Write To Multiple DS Entity node because of a mandatory field is set to null. When editing the process, I can see that some process variables are editable ("Modify" button is visible) but the PV for my concern is not editable (type CDT). From the link below, I've read that 2 solutions are possible to fix and resume the instance : 1/ Creating a new PV, then assigning the latter to the Write To Multiple DS Entity node... (but I don't see any way to add a new PV, as the "variables" tab from process properties is not visible from the monitor process instance view) 2/ Using the IFM Manager plugin. What would be the best way (more simple) to correct the process and then resume it please ? https://community.appian.com/discussions/f/process/13373/how-to-add-a-process-variable-in-already-initiated-process-instance-and-map-this-new-process-variable-to-a-form-i
am getting above error for the code, correct me if am wrong
Hi I started working from the last month as Appian developer Need help or suggestion Tying to implement custom autogenerated primary key in sequence. Example - INVREQ0001 , INVREQ0002 and so on. If someone knows how to generate this then please let me know Many Thanks in advance
How to mask specified number of integers ex:- ######7890.
Hello, I am trying to filter for duplicate record and only return 1 row/record for the image below: I am currently storing the returned in a local variable: Any help will be appreciated. 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.