-
Recently active
Hello, Is there any way to update rule input values as soon as local variable is updated? Do I need to create Process model for updating rule input values?
Hi Everyone, More curiosity about to know more capabilities about Appian compared to other workflow tool. For example, low code...etc features and capabilities. Thanks In Advance
I have a Summary view interface with tabs at the bottom that each display another Read-Only Grid interface displaying info from related tables. I need to be able to have the information on those tabs to only show the records related to the parent record being viewed on the summary view. I know you can set filters at the Read-Only grid level on the individual interfaces, but at that point there is no parent record to reference so it returns an error. Does anyone have a way around this?
a!localVariables( local!path:{ id:"1", name:"Method", type: "331324", numberOfChildren: 3, isDrillable: true, image:cons!EA_EMP }, local!name:{ { id:"1", name:"Section 1", subnodes:{ {title:"subsection 1.1", id:"100", type:"264447", numberOfChildren:0, isDrillable:true, image:cons!EA_FEMALEEMP}, { title:"subsection 1.2", id:"200", type:"264447", numberOfChildren:0, isDrillable:true, image:cons!EA_MALEEMP1 } }, type:"264447", numberOfChildren:1, isDrillable:true, image:cons!PT_SUPERVISOR_1 }, { { id:"2", name:"Section 2", subnodes:{ {title:"subsection 2.1", id:100, type:"264447", numberOfChildren:1, isDrillable:true, image:cons!PT_SUPERVISOR_1}, { title:"subsection 2
Hi All, As per requirement, I have to send data in CSV with pipe separated, but for decimal data as highlighted in screenshot, its appending with ' before the actual value in the decimal. I'm using a DB view to construct the required data and pass it to Export Data Store Entity to CSV smart service in PM. In the DB data is normal but while it's generated in CSV the below highlighted issue is observed. Any leads on this issue are greatly appreciated. Expected --> -92333.00000 Actual --> '-92333.00000 Thanks & Regards Kumudini
Hello, On my UI, I have two text fields that I need to store temporarily until the user confirms their input with a button. I wanted to store these values in a local variable using a!map() function, like so: local!data: a!map( firstName: "", lastName: "" ) I wanted to initialize the variable to be a map with two keys containing empty text strings. On the text fields, I wanted to access and save this data like so: a!textField( label: "First Name", value: property(local!data, "firstName", null), saveInto: a!save( property(local!data, "firstName", null), save!value ) ) And it does not work. It just does not save the value - goes back to null, as If I could not save into the variable and initial empty strings were returned. I tried using index(), but it failed as well. May I ask for some help on this one?
Hi, Can we add dynamic link to entire row instead of one column. The below screen has link on Make field. But I need It for entire Row. Is it possible in Appian. If it is what changes do I to make to below expression. Please suggest.
Hi Champ, I want to prevent user from copy pasting from one field to other for example in the Account Number field. Is that possible? Regards, Ghanashyam
When editing a rule in expression mode, and searching for some text, the search control positions itself over the scroll window such that you cant easily scroll a single line to make the selected search result visible . Here's an example:
hello, I am trying to implement tab with one of the column values in the table. Ex. There is one column name -"years" and it has values like 2022, 2023, 2024. I want to create a tab with the option for each year i.e 2022,2023,2024 and it shows related records for that year. Can I use record type filter or is there any other way to do it? Thanks in Advance!
How we will Debug Application ?
Hi Team, I am facing a problem in Displaying data in OSM Map , I have show Patients Address data in Map, for that I have to make data of patients as list of Dictionaries. which I am not aware of How to make that list of Dictionaries using expression editor. But manually i can add list of dictionaries (Dummy) and show them on MAP as below, { {name: "abc", lat: 17.9467, lon: 78.2879, address: "abc street.", marker: {icon: "bus", iconShape: "marker"}},{name: "xyz", lat: 17.23, lon: 78.879, address: "abc street.", marker: {icon: "bus", iconShape: "marker"}},{name: "QWERTY", lat: 17.6947, lon: 78.8279, address: "abc street.", marker: {icon: "bus", iconShape: "marker"}}} Which Results me the following, I am able to make manually dictionaries , But i dont know how values which are present in recordtype are converted into list of dictionaries. so i can show them o
Hi Champ, I have a requirement where I need to have some space between the checkbox and the choice label. Is it possible ? For example, I need to have some space between the checkbox and text "abc"
Hi, When i am trying to write the data to data store entity data was not writing to DB but in instance the columns has the data. And one more weird thing happening is in the completed instance if i trigger from the write to data store entity or from before node to write to DSE the data is inserting to dB but when it ran as new instance only pv variables has the data and nit writing to DB, what could be the reason for this could anyone please suggest on this
Hi Champ, I am using the OOTB signature component in one of my portals. According to the current Appian feasibility we need to click the button for the signature space to come and where user can put their signature. Is there any way so that I can get the signature space automatically instead of button click or somehow the button click will happen automatically before landing into the page? To explain in more detail, as you can find below in the screenshot, I don't want user to click the button "Draw signature." It should automatically give the below section when user land into the page. Regards, Ghanashyam
Aegon posted a ticket about our entire process instance being stuck (594230) and since this is production-blocking, i wanted to know what status this ticket has. But i could not find it, and the link tells me "access denied" .
What is Record Search ?
Which performance log should we check to get the mean evaluation time of the rule? >expression_details.csv >expression_metrics.csv >expression_summary.csv >expression_trace.csv
Can someone please briefly tell custom_properties, logging properties ,appian_log4j.properties file uses. And Some Issue in SAML Configuration so which file we can make change to trace the SAML changes??
"the limit of file size that can be passed in a web-service."
How to update the data of Student Form using Process Model
Hi Appian Team, I have completed Developer learning path and received badge too. Paired with Member Organization and its shows reduced price but is it possible to attend free?. Is there any free Voucher Code for ACD100 exam. If so can you please send me to registered email id. It is possible to directly take ACD300: Appian Certified Lead Developer or ACD200: Appian Certified Senior Developer? instead of going one by one and spending amounts... Thanks and Regards, Vigneshkumar
Hi Team, I have 2 interfaces, one which hold only the calender icon and other one which formats the date. 1st interface AB_icon a!richTextDisplayField( value: { a!richTextIcon(icon: "calendar-o", color: "SECONDARY"), }) 2nd interface which formats the date AB_formatdate In the main interface, for one of the field I used both the interfece( my requirement is displaying the calender icon and the formatted date) rule!FST_c_readOnlyFieldDisplay( fieldName: "t Date", value: { rule!FST_c_dateWithIcon() & rule!FST_exp_formatDate( datetime: ri!record[], showtime: false ), But the value is not getting displayed, instead the below is displayed. Can someone please help here
Hello. I created a record action "create new XXX" but i want it to be only shown in the interfaces i create. Not in the record list. If i change the visibility of this record action to false it's not shown in the record list but also it's not visible in the interface i use it with. ChatGPT says: But there is not section called "availability" and no "show only in interface" option is to be found anywhere.
Hi, I used read-only grid to display data. I want the label position as justified. When I view the interface from the front end, I could see some of the fields in the read-only grid is continuing in the next line like below. Here, I want the field "sample application result" to display in one line and not in 2 lines. example: sample application pass result I want it to get displayed as : sample application result pass Can someone help me out here?
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.