-
Recently active
can we write both and() and or() conditions in the showwhen activity. i have tried for a text field. if the checkbox is selected the textbox should appear. but it is also appearing in the next page. can anyone pls help
Hi everyone, I have a question in which for the column xyz dropdown value need to get different text values in the next column (column name-abc),The data is will not be saving into database,How Will I achive this? Thanks in Advance.
Hi Appian Pals, I am getting this error in the process model consisting of a configured smart service to send email to an email address coming from the input user runtime during the process model.Can you please direct me what is the probable reason of this error being occured.Thanks in advance
Hi, I see that Appian Cloud has an option under File Upload to enable antivirus scanning, but that's not something available for on-premises installations. What are my options for enabling virus scanning when a user uploads files? I know I can limit file extensions, but would like to be able to also scan.
Hey.. I have created a interface with huge rule inputs. but when i add it to my site its showing an error. how can we add a new interface into another
I have an interface (say A) where am filtering data then clicking on ID am going to interface(say B) where i perform some activities like edit. Upon click of submit/Cancel i am returning back to Interface A. When I return back to interface A then all the filters that i had applied(previously on interface A) should be removed. How to Achieve this
Hi All, When the zoom meeting got over how to invoke the name of the user in the appian process model to the user input task (manager evaluation form).
Hi all, I have an interface with a button that calls a process model like this:a!buttonWidget( label: "Import from CSV", icon: "commenting-o", style: "NORMAL", saveInto: { a!startProcess( processModel: cons!MY_PROCESS_MODEL, processParameters: {}, onSuccess: {}, onError: {} ) } ) The purpose of this button and associated process model, is to load a csv file from the user. This data in this CSV file is then to be used to populate the fields in the calling interface. My question: how do I retrieve the process variable's in the process model identified by cons!MY_PROCESS_MODEL so that I can then set the values of other variables in my calling form? I presume the code to do so would go into the "onSuccess" parameter, but I don't know how to reference them inside the process model... any help much appreciated. thanks, David :-)
Hi I am trying to build a use case where user clicks on a button in UI and that redirects the user to a new interface leaving current interface in same tab. I am trying to implement this using a!startProcess() in saveInto parameter of that button. Calling the process which has start node, user input task(containing new interface)- assigned to pp!initiator, then end. When I click on button, the process triggers successfully but UI doesn't redirect to that new form in the process model called. And process keeps waiting for the user to complete the task. Can someone help what I might be missing?
Hello, I have a problem when trying to clean the data of a form by means of a button.The case is that I have an array of objects, and a button that when I press it saves an object in the array with the form data and creates another object. The problem is that when I press the button I also want to clean the form, because now I save the object in the array but the values remain in the form. Thank you! Translated with www.DeepL.com/Translator (free version)
Hi All, In third party database, we have a column (number datatype containing decimal values - NUMBER(15,12)) which can have more than 7 digits after decimal place. In database, for example, the value is 33.3333333333 but when we are fetching the data via query entity, it is coming as 33.33333 and not the entire value. Datatype we have used in CDT is Number (Decimal) and xsd type xsd:decimal. We have also tried xsd:double in CDT but the result is same. Is there any range restriction on Number(Decimal) ? How to fetch the entire value from database? Kindly advice. Thanks and Regards, Diksha
I have created a search interface (lets say A) with Name, Age, Address, Work Location. I am calling the Interface A in Interface B and its working fine. I am calling same interface A in Interface C ..but i need to hide Work Location Field here. Can someone help me out on this
We have a requirement where user wants to show the summary details in a new tab (same chrome tab) on the same interface when a link is clicked. Currently, we are passing the data of a particular row in the grid to the form using a process model. I mean running a process model to show the read only summary view but that's shown in same tab overriding the current view. But, they want that a new tab open on same UI (same chrome tab) like in process modeler in Appian to show the summary. Is it achievable in Appian?
My process inserts a new record in table CONTACT. Using AC!StoredValues, the process variable pv!contact is correctly updated with the ID (in debug, I see it in the process variables). Now I would like to understand why it is not updated in the interface calling the process as bellow. a!startProcess( processModel: cons!CADOR_PM_SAVE_INFO_CONTACT, processParameters: { &n
Hi. I have a requirement to get characters from a String at a particular index in a List of Strings and replace semicolon (;) with a comma (,) Let's say for example we have a list of strings with only one value at index1: {"Bob; Troy; Victor"} Required output: {"Bob", "Troy", "Victor"} Is there a way to iterate individual string characters at a particular index and replace semicolon (;) with a comma (,) Thanks!
i want to display a text box only when a check box is been clicked. what can i do to achieve that?
once data is captured in the page 1 , how can we move to the next page to continue the data capture and have the progress in the navigation bar. Can anyone pls advice
What is mostly recommended for Process - 1- Run as whoever started the process 2- Run as whoever designed this process model
Hi, I just finished identifying all cookies used on my Appian applications. I need to categorize them between essential and non-essential. Are there any existing guidelines or documentation on this? Which cookies are considered essential by Appian? In particular, I can't quite figure out the right category for the JSESSIONID Appian cookie. Thanks for your guidance!
I had given my Appian Associate Developer exam on Saturday(14-05-202) at 5pm but my exam result is not out till now my exam id is-31510016203. Can anyone suggest me where to contact now.
Hi, I want to display the Link on read only grid and once i click on that link then a pop up kind window should open where i can see another read only grid with column name, address, age and download link to download these details. Can someone help.
Hi Team, There is a chat bot where we receive an approve action from approvers. How to receive that approve action in an active process to run particular approval instance.
"
Hi, I am using below code for radio button setup, however after selecting any value from radio button , i click anywhere (click outside of radio button area) on screen it deselect automatically. a!radioButtonField( label: "Type of Maintenance", labelPosition: "ABOVE", choiceLabels: {"Scheduled", "Unscheduled"}, choiceValues: {true, false}, saveInto: ri!maintenance.maintenancescheduled, required: true, choiceLayout: "COMPACT", choiceStyle: "STANDARD", validations: {}) Thanks in advance!!
How to validate ssn in appian? format should be ###-##-####
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.