-
Recently active
Scenario : i have to upload csv file in file upload once its getting uploaded .. in Next screen it will show the data in Appian Which was present in File in the form of paging grid .. but i want some of the fields to be mandatory in paging grid
Hi All, Might be a silly question. But i was in a assumption that list of condition added in XOR node will be evaluated in order as it is showing if else logic. BUT in documentation, I could see in different way. Please let me know if my understanding is wrong. Thanks in advance!
Hi All, Need a confirmation, I have a package create on 22.1.1845 version can it be imported into 22.1.745(lower minor version). Both are Linux environments But both have same versions 22.1 only, Reagrds, Bhanu Prakash
Hi, I have a dropdown with 3 values. I store the selected dropdown value in a local variable( local!selection will be either 1/2/3 based on the selection by the user).User can create multiple records. By clicking on a dropdown value, a form opens up and the user can submit the form. First time, if the user select the first option (A) in the dropdown, the next time the user should select the same option (A). I need a validation here, which should throw an error if the user selects the other two option. My record is a list of array. Can someone help here.
I want to draw a vertical line between two components, and customize the color of the line, and its weight is 2px. How can I achieve it?
Hi There, I am getting blank page when I am trying to open Associate Developer Certification Practice Test, Maximum attempts its showing - unlimited, I did try it one time but couldn't pass. Anyone has any idea ?
I need to implement duplicate functionality. for that, I have a grid view and corresponding to each row i have a button for duplicate. On button click, I am using a!startProcess() to call process model in which passing a parameter in which we pass the id of that row. In Process model, we are passing that id to the stored procedure in which we have written the insert query for the same data as that id has. And as a output we are receiving the new id. With this new id, we have to open a interface for which I have used User Input Task. But the process runs and stuck on the User input Task i.e. the interface is not called through UI. How to solve this?? Please suggest anyone....
Hi All, I am using the cascading dropdown in the portal. A Cascading dropdown stores the ID in the database instead of the value I want to store the value in the database
I submitted an user input task but when supervisor rejects. It should come back to the user input task where an user can again submit the form by editing details. I did this but I'm unable to resubmit the form. Can anyone please help?
If an user task completed in the process but I again want to go for it to complete. How will I do that?
In a process flow, if an user submits a form, it goes to supervisor suppose. Supervisor rejects with a comment and again it comes back to an user who submitted. Then how will I be able to show the comment to the user who submitted the form which is additional information.
Hi All, I have a list of strings saved as one of my process variables, I'm just trying to display this list in a table for an email . Each item creating a new row in the table. Any Idea how can achieve this?
i am fetching data from record and i am showing this data in a card layout with foreach, so i want to show only 4 record in first row then 4 in second and so on. how can i achieve this through foreach in one interface
Hi all, I'm wondering if Appian supports PWA, I searched in the documentation but I didn't find anything.
Hi team, I have requirement that's shows the process instance based on the particular Process ID in the Interface , the simlar way we see the process instance by clicking on the Process Name Hyperlink, but i need to show them in the interface. i created a report and getting values from the Process report and able to link that to process Dashboard in report. i could Able to see the get the process Dashboard in the interface i want to get the Same Dashboard in the interface also , i am unable to get the hyperlink and logic to implement how to show the process Instance on click of Request ID (ie. in My case Process Name )
Hi all, I am generating XML document....based on that...i have to display the xml text in docx template.is there any way i can achieve this?
Hi All, Can anyone suggest the best way to configure task in application? Process driven or data driven task? Thanks in advance
I created two records using two related CDTs which share one to one relationship. But when I am trying to fetch related record into one record. I am getting some other values. Can someone please help?
I am getting the below error when I click view record list on AX Vehicles record list. The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = 6ETIO] at function a!recordList: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!documentImage [line 56]: Could not cast from Rule or Function Reference to Document. Details: CastInvalidCould not cast from Rule or Function Reference to Document. Details: CastInvalid (APNX-1-4198-000)
In sync record smart service ,How can we sync more than 1000 identifiers list of primary key values?
I have a process model that generates a PDF. Is it possible to create a button in an interface that runs the process and then downloads the PDF to the user in one click?
Hi Everyone I have a grid field in which 3 columns are populated by the same DB column and I also want to set same sort Field value for them.Is there any way to set so because when I try it throws an error that Sort Field value must be unique.
Hi, Whenever I'm trying to enter 271.64 or 2**.65 where (** can be any number) it's getting converted to 2**.64 I'm using below expression for this: a!floatingPointField( label: "Test Decimal Value", value: todecimal(fixed(trunc(ri!value, 2))), saveInto: ri!value) Not sure, if this is an issue from Appian. Can anyone confirm this. Thanks in advance.
I want to use richTextBulletedList with Foreach on CDT type item, but Appian is giving incorrect result. Below is the code & image attached. a!richTextDisplayField( label:"Attachment", value: a!richTextBulletedList( items: if( rule!CMN_PLATTS_CheckNullOrEmpty( ri!attachments ), cons!CMN_PLATTS_TXT_NOT_AVAILABLE, a!forEach( items: ri!attachments, expression: { a!richTextItem( text: " " & index(fv!item, "documentName", null), link: rule!CMN_PLATTS_SEC_AWS_GetDocumentLink( filePath: index(fv!item, "attachment", null), documentDetails: fv!item ), linkStyle: "STANDALONE" )
i need to convert encryptedTextField Value to TEXT values, "I am entering the data in encryptedTextField" while entering value the data is should be encryptedText but in DB it should be in TEXT format so i need to convert the encryptedTextField value to TEXT values, I used type! but it's not working if anyone know about any function can you please help me with it.
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.