-
Recently active
Hi all, I am new to Appian and i am trying to create a simple interface for recording orders, with their order detail. My current code for CreateOrder ls below: a!localVariables( local!orderID: ri!record['recordType!{eef9daa6-821f-458d-a4bc-bd83dc5891a3}BC Order.fields.{5339c6c7-2ebe-42bd-a56c-6f282a60f27f}OrderID'], local!orderItems: ri!record['recordType!{eef9daa6-821f-458d-a4bc-bd83dc5891a3}BC Order.relationships.{777eb5a1-e4db-42d7-a15d-a0b26f1b65fe}bcOrderitem'], local!data, a!formLayout( label: "Create New Order", contents: { a!sectionLayout( label: "Order Summary", contents: { a!sideBySideLayout( items: { a!sideBySideItem( item: a!textField( label: "Order Number", labelPosition: "ABOVE", value: local!orderID, refreshAfter: "", readOnly: true ) ), a!sideBySid
The error message is attached in the above screenshot,please help me with this, Thanks.
Is there any way to acquire the active process instance IDs of a particular process model which we need to update in the database for cancelling purpose Like for case id 1001, the process instance id is 12223333. Can this be achieved using any report??Thanks in advance
Hi, I have a requirement to call an integration on submit button click. Based on the response from integration if error occurred i need to hold the form from being submitted or if its success i need to submit the form but should inform the user about the success through the success message. Any suggestions or design guidance would help. local!errorMessage, a!sectionLayout( label: "Segment Action", labelSize: "SMALL", labelColor: cons!CORE_BRANDING_LABEL_COLOR, contents: { a!columnsLayout(...), a!columnsLayout(...), a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Save", submit: true, saveInto: { rule!PM_AutoUpdatePRNSegment(.... onSuccess: { a!save( local!successMessage, fv!result.body.message ) }, onError: { a!save( local!errorMessage, fv!result.body.message ) } style: "PRIMARY", disabled: local!disablerule, showWhen: local!initialAction, validate: true(), validationGroup: ri!index ) }, align: "END" ) }, validations: if(i
Is it possible to trigger a process model when a new file is uploaded to a certain folder?Use Case:To run a process model that will send a file to another process.
We are trying to fetch all the users through database bases on there position and showing it in Hierarchy browser (Tree View). Is there a way to display all users in a tree view without needing to click the "+" icon individually for each user position, as shown in the attached screenshots?
Hi, Is there any straightforward method to compare below two arrays in such a way that, SelectedAnswersArray[1]=correctAnswersArray[1] , SelectedAnswersArray[2]=correctAnswersArray[2] and SelectedAnswersArray[3]=correctAnswersArray[3] . SelectedAnswersArray: {"a","c","b"} correctAnswersArray: {"a","b","c"}
I have process model, after start node configured a user input task with MNI and activity chained. I have configured this process model as related action when I initiates the process from the record it is not showing the form instead it shows action completed
While creating a case , i will click on validate button and data will be sent to Api to verify the GRU is correct or not ,if it is incorrect in the form i need to go back to same form to update the correct GRUIn my process model ,it is going back to user input task but the form is again asking for details to be entered but the want is i need to update the Gru and resubmit the form .can someone please suggest how to achieve this
Im encountering this error on this step After the last step error still existsTIA
I am trying to update a specific list item from SharePoint list using SharePoint Connected System and Integration. Inserting a new Item to that list is working but not updating an existing item. Below is the integration: Getting the following error: Can someone please help with this. Thank you
Hello, I am unable to log in to my Appian Community site.I was working on it yesterday, but today, when I attempted to log in, it showed an invalid username and password.I have also entered the correct username and password, but I am still unable to log in.Does anyone have information about this issue?
Hi All, I have 2 tables TABLE1 and TABLE1_HISTORY. I need to combine latest 1 row from TABLE1 and few historical rows from TABLE1_HISTORY and display the values in a single grid. Instead of using UNION to combine the 2 tables using DB views or querying the 2 tables separately and combine in Appian side , is there a way to union 2 tables using recordtypes ? relationship creation is not working as the PK / FK relationship doesn't exist. Note Here: As per our current design , the common field between the 2 tables are not a PK field in either of the tables because of which i am not able to create relationship as join / union in SQL. Appreciate the suggestions. Thanks in advance Raj
Hi Everyone, I have the requirement where some task is assigned to user and that task has a deadline. If the user is on leave for 1 or 2 days, the deadline of the task should increased correspondingly. Can anyone please help me how to achieve this?
Is it possible to hide a related record action link based on certain conditions? In the example below, a record summary view, when the status is In-Progress, the START MAINTENANCE action link should be hidden. Is this possible? If so then where could I find the option to configure this? Thanks.
I am in the Design Library Editors Group but I am unable to add interfaces to the Design Library. The check box is greyed out. Any idea what the issue could be?
= a!localVariables( local!emails: ri!test.emailAddresses, local!individualMail: if( a!isNullOrEmpty(local!emails), {}, reject(fn!isnull(_), split(local!emails, char(10))) ), local!invalidEmails: substitute( tostring( reject( fn!isnull(_), a!forEach( items: local!individualMail, expression: if( regexmatch( pattern:"^[A-Z0-9\_-]+(\.{0,1}[A-Z0-9\+_-]+)*[@]{1}[A-Z0-9.-]*[A-Z0-9-]+[.]{1}[A-Z]{2,6}$", searchString: fv!item, regexFlags: "si" ), null, fv!index ) ) ) ), ";", "," ), local!validation: if( isnull(local!invalidEmails), {}, "Emails must be in a valid format, and each email must be on a new line. " ), a!formLayout( label: "Test", contents: { a!sectionLayout( contents: { a!columnsLayout( columns: { a!columnLayout(
Hi everyone Can anyone help me how to write script for clicking on slice in the pie chart I have tired with this script : |click on pie chart | Approved Expense | pie slice | Local Travel[1] | Thank you in advance
Hello All, I would like to know if it is possible to restrict access to Appian server using Appian Mobile app for iOS/Android to a specific set of users. Following is the use case: A specific set of users want to test applications in Appian server using Appian Mobile before rolling it out to all the users. Thanks in advance.
Hi All, Can anyone please help me to implement the horizontal status bar in interface as shown below:
Has anyone experimented with the new ChatGPT GPT action feature making a call to an Appian Web API endpoint?
HI everyone, I want to add all active groups of my application to a parent group. So far I know that I can add all active users into a group using group membership rule: Add all users. Is there anyway to do so for group? Thank you!
Why Appian call the stuffs within Appian as out-of-the-box?out-of-the-box always sound something out of the Appian, isn't it?
Hi Team [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] , I hope this message finds you well. I am currently working on a data ingestion process, specifically moving data from an Oracle table to SQL Server within the Appian platform. I am exploring the available options, and I would appreciate some guidance on the most effective approach. Thanks in advance.
I constructed my Integration by configuring with connected system and when I test it I receive this error "HTTP/1.1 500 Internal Server Error" in Appian Designer. Method:POST Its working fine in postman. 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.