-
Recently active
I want to have a field that display user list when @ is typed and normal text in single user input field. Is there a component to accomplish this already?
Can anyone help me on how to use Script Task to capture process initiator, set current date/time, and set a status for the process ? I will also like to know how I can make a process name dynamic. Thank you
We have upgraded Appian to version 21.1. Now some functions are not working fine after the upgrade so we want to downgrade the Appian version back to 20.4. Is it possible to do it? If yes, How can it be done?
Hi All I am trying to update one document with the details of another. I have a interface that populates with a document (record A) and a dropdown with a list of documents filtered on the company of Record A. This stores the doucmentID of the document to update Record A with in a rule input. Ive tried building an sub-interface with the same fields and dropping that to the right to show the details of the record to update from but couldn't drop that into the form (not sure if you can use other interfaces within a form?) I was using the following within a column: rule!DMR_V2_documentTypeDetails_Sub( rule!DMR_V2_DocumentType_MasterByID(ri!documentID)) Got the following: So for now Ive just dropped some text fields and are populating these using a expression rule that grabs the field based on the documentId - however - although it displays the info, its not storing it into the CDT (the display value is using the expression rule, the save into is pointing to the CDT ne
Hi All, I've to create the create a new application that's going to include thousands of existing objects.(For example 90K objects.) It means, if each page is displaying 25 number of objects in a page list, I'll have to navigate around 3600 pages to select all objects in each page and click "Add to Application" for each page. Is there any quick work around for achieving this? For example, we can think about writing automated script for this process in Selenium. Just wondering if we have any another smart approaches to meet this requirement, please? Thanks.
Hi, I am trying to deploy the process model which has old portal forms.I am getting below error when i deploy. The processModel was not exported because it contains an invalid precedent: content [uuid=1234 location=Node > "test" > > Task Form > Element] cannot be found. (APNX-1-4070-001) (APNX-1-4071-003) Please suggest. Thanks in advance
I want my interface to show the currently logged in users for application in the text field. Can someone please help in getting the solution for this ?
Hi all From an Interface, I need to extract Data from a given CSV file (present in APPIAN). The only solution I am seeing is to extract the data into a DB table on the cloud and then query it. Does anyone have the same issue? Does anyone know a possible solution?
Has anyone created a PDF Template where a field can flow to a second page if needed? I have a need where the selected data may fit on one page but may also need to run to a second page.
Hello, If we want to keep alive a process in order to use reports to show information to the customer, is that a big memory usage for Appian? Thanks
How to configure the execute stored procedure smart service?
I have to update 6rows in a table and need to create a new row with updated values in a table. I have used query entity to fetch the data and configured in script task at output and writing into the table.but am calling same rule for 6 times to update each fields,so it may not work efficiently.can you provide me alternative way. Thanks in advance
Hi, Basically, I need to upload a document into Appian BUT I only have the link for that document and I want to use it directly on my interface/process model. there is a way to do it or I really need to upload it manually? Thanks
Assume I have a form which saves many parameters into a rule input myDataDict of a custom data type with different entries, let's say myDataDict.name (required field) and myDataDict.common is directly visible on my interface. However, in addition to the visible things, I want to automatically populate myDataDict.timestamp with the date-time when the submit-button is pressed. How do I do that in the most standard way? Where do I have to place my a!save()-call? Inside my a!buttonWidget() ?
Here I have attached process model config image,I want trigger different mail based on order status but when I try to configure condition it is not showing other two email option. Any Idea how to do this?
Hello, I am facing the below error while completing one task by clicking on a button. Also, I am getting the below error for the same task while I am trying to complete the same task using the Process Model's User Input Task's 'View Form' option: The process is getting stuck on this user input task without throwing any error. This error has been occurred after Appian 21.1 release. Is it something related to the new release? Please help me in resolving the issue. I can't post the code here due to some security restrictions. Thank you in advance.
Hi Experts, Is it possible to generate pdf file with data in in tabular form. I have a requirement where I need to generate the pdf having tables which contains rows defined dynamically.
We are trying to read emails in a process model, so we are using the node "Receive message event" but we don't know how to indicate the email where we read the information. For example, if we have the email "read_event@gmail.com" and we want to read the body in the process model, how can we indicate that we wan't to read this email?
I am trying to populate the values of a pull-down menu from a database. For this purpose, I defined cons!GENERIC_TASKS which points to corresponding database entity. I also have the following expression rule which reads all necessary data from the respective entity: a!queryEntity( entity: cons!GENERIC_TASKS, query: a!query( selection: a!querySelection( columns: { a!queryColumn( field: "genericTaskName" ) } ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: -1 ) ), fetchTotalCount: false) The test result of this rule looks promising since it contains all required data, the labels and the values. In my user interface, I am no
Async subprocess Vs Start process activity which is best in terms of performance and max thread?
Sned e-mail smart service hangs without showing any errors on Process model Monitor Process View -> Process Detail screen. Also no smtp/mail related log messages available in tomcat-stdOut.log file. Cusom.properties setup done as per https://docs.appian.com/suite/help/19.3/Mail_Server_Setup.html Tried using toemailaddress/toemailrecipient - Not successful. Any other log file i should be looking into for processuuid, custom sender emails errors? Is there any mail-listener log file available to check? If yes, could you suggest where/how to find this mail-listener log file location, please? - thanks. Example Screen,
I am noticing some behavior for the multipledropdown field component that seems unexpected to me. I have included an interface code snippet below, which is what the following example is based off of. The issue is this: When I select any value from the muldipledropdownfield in the code below, the most recent selection is added to the end of the array in local!selectedColumnsToDisplay. However, when I select a second value, the index of the previous selection changes, and it moves to the position that it is in the choiceValues array. For example, when the page loads the value of local!selectedColumnsToDisplay is {"Three", "Four"}. Then, I select "One" from the dropdown. Now the value of local!selectedColumnsToDisplay is {"Three", "Four", "One"}. Then, I select "Two" from the dropdown. Now the value of local!selectedColumnsToDisplay is {"One", "Three", "Four", "Two"}. The val
Just checking if there any options/functions available to search specific text on Appian application's constant objects.It looks we can only search the content of expressions/rules not constants? For example, one of the constant object: EMAIL_VALUESwith array values Test1@xyz.com Test2@abc.com Test3@ijk.com If I'm searching for the text "@xyz.com", should show the result of constant name "EMAIL_VALUES". Thanks.
Hi, richTextItem not reevaluate once surveyDoc variable changes, can anyone help me a!richTextDisplayField( label: "", labelPosition: "COLLAPSED", value: { a!richTextItem( text: {index(local!languageData,"survey",{})}, style: "STRONG" ), " : ", if(count(local!surveyDoc)>0, a!forEach( items: local!surveyDoc, expression: { a!richTextItem( text:document(tointeger(fv!item.appianDocumentId),"name")& char(13), link: if(rule!APN_isBlank(fv!item), null, if(rule!TCA_isFileTypeSupportedInDocumentViewer(fileType:document(tointeger(fv!item.appianDocumentId),"extension")), a!startProcessLink( processModel: cons!TCA_PM_DOCUMENT_VIEWER, processParameters: { documentId: fv!item.documentId, appiandocid:fv!item.appianDocumentId } ) , a!documentDownloadLink( label: document(tointeger(fv!item.appianDocumentId),"name"), document: fv!item.appianDocumentId ) )) ) } ),a!richTextItem( text:"Not Available&qu
I have a checkbox field that is saving an integer if checked as true. However, when I check the summary interface the checkmark is not there but it does save the value correctly. Please help. New to appian. Thanks in advance a!checkboxField( label: "", labelPosition: "ABOVE", choiceLabels: {year(today())-2}, choiceValues: {year(today())-2}, value: if( ri!Address_Change.'year-2', {year(today())-2}, null ), saveInto: a!save( ri!Address_Change.'year-2', if( isnull( save!value ), null, {year(today())-2} ) ), validations: {} )
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.