-
Recently active
I need to create "start" button as related action .when i click on start it should check the status for that particular request if status is "Approved" then the api call should happen .and request will end .But we click on start then process model should start (will not any interface after clicking start)Is it possible to create this related action without creating an interface. If yes,then how the start button will know which ID form it needs to call.
I created an interface with read only grid which pulls data from process analytics. I would like to bring dialog box when user clicks on a link from the interface. Any suggestion how I can implement this? Thank you.
Hi, Need guidance or suggestions on how to achieve this. Here's what I'm aiming for: I have a Section layout at the top of my interface, and I want it to remain fixed in the UI while allowing other components to scroll down beneath it. Essentially, as the user scrolls down the page, I'd like the section to stay in place while the rest of the content moves.
How can I get a same section when we click on a button under the section to provide multiple details to the single ruleinput just like adding address1,address2,address3
Hi everyone! I'd like to explain my issue. I have a Record Type for Drivers, and one of its attributes is a boolean called "Primary driver." I've created an interface named "Driver" for entering information about a single driver, including a description, summary, and metrics. To allow users to mark a driver as the "Primary Driver," I've implemented a checkbox. Additionally, I have a parent interface named "Multiple Drivers," where users can add up to 5 drivers or remove them. I've used a foreach loop to generate sections for each driver using the child interface. My main challenge is that I want users to be able to select only one driver as the "Primary driver." I'd like the checkboxes for each child interface in "Driver" to function as a group, similar to radio buttons. I want the selection to work smoothly, and users should not have to click again on an active checkbox to deactivate it. I attempted to man
In the code below, I am not able to save the selected values. If i am selecting multiple values for a single question than I am getting below error- "Interface Definition: Expression evaluation error at function a!forEach [line 19]: Error in a!forEach() expression during iteration 2: Expression evaluation error at function a!checkboxField [line 27]: Rule 'l' has 1 parameters, but instead passed 2 parameters." I had highlighted the code where the code needs some correction. NOTE- This code worked perfectly fine for a!RadiobuttonField() but not able to save values while using a!CheckBoxField() a!localVariables( local!question: /*calling QE rule to fetch the questions*/ local!option: /*calling QE rule to fetch the options*/ local!numberOfAnswers: 4, local!correctAnswer: /*calling QE rule to fetch the correct Answer*/ local!selectedAnswer: rule!MWJ_MultiCorrectOption_SelectedAnswer(), ///// this code is written below. ), { a!sectionLayout( la
This is the strange behavior which I'm facing in my interface , the code is missing in expression now but it is working as expected . Not sure how the code is missing .In UI we can see start date but in code above the end date is missing (which is for start date)can someone help me with this
I want to show only the time left out of the total time allocated by me. Anyone can help me out on this?
Is there a way to force startprocesslink to open in a new tab? To my knowledge, if you control+click it opens in a new tab, but left click by itself opens in the same tab. If not, what are all the ways Appian can be configured to open a new tab? The ones I know about are: startProcessLink recordActionField processTaskLink My scenario is that a user is on an interface in a process model, and there are a set of cards configured with submitlink. When the user clicks the card, a subprocess is initiated depending on the link selected, which contains another interface. The user would like clicking on the card to always open a new tab. startProcessLink seems like the best option (initiate the sub process), but to my knowledge opening in a new tab requires control + click. I could also use recordActionField by setting up a dummy record and actions connected to each sub process, but this seems like an odd use of a record. Any suggestions would be greatly appreciated.
Howdy all, Haven't seen this question yet, but is it possible to change the look of the File Upload component's Placeholder, to add more visibility. To Either Reflect This or - Option 1: Option 2: This is the code snippet: a!fileUploadField( label: "Attachments", labelPosition: "ABOVE", target: cons!FileLocation, value: local!attachment, placeholder: "", saveInto: { ri!Attachment.ID, local!attachment }, validations: {}, buttonStyle: "STANDARD"
Can someone tell me where I am doing wrong. Just trying to show hardcoded array in grid.
Is it possible to freeze the heading row in a record list? I have two similar fields that users get confused as to which is which without the heading.
Hi, Can you Give some options on reloading the site or refreshing the pages. I wanted to bring back the customer back to parent screen upon submission and start a new request. there are many local variables to be refreshed hence wanted a know if there is a quick way to reload the site which can set the pages to default values.
Hi All, I have string containing items, such as ["var1","var2"] and there might be more than two items, I want to extract these values without double quotation marks " and square brackets [ ] , the result should be like var1,var2 are there any functions that could help me achieve this?
Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?Money fine LᴏAn App customer Care Helpline Number\\(((9721638349)))(((9556313040....?
When user is taking Yes button action to send mail UI error is popping up saying like below Expression evaluation error [evaluation ID = 633fa:e25d4] in rule 'em_sendemailconfscreen' (called by rules 'em_receiptregisterform' > 'em_receiptcheck') : An error occurred while executing a save: Expression evaluation error in rule 'em_getemaildata' (called by rule 'm_getsystemstatusincorrectemailbody') at function a!forEach [line 78]: Invalid index: Cannot index property 'payment_no' of type Text into null value of type MV_CHECK_EISM_CASHDATA?list The block of code where the error pointing out is below: Could you please suggest on this a!localvariables{ local!isthree:contains( touniformstring(index(ri!eemDetails, "isthree", {})), cons!EM_EVENT_STATUS[1] ), local!prNo: index( index( ri!eemDetails, "pr_no", "" ), 1, "" ), local!untickedIds: if( local!isthree, a!forEach( items: ri!unselectedGridRows.payment_no, expression: if( rule!APN_
{ a!richTextHeader( text: local!vehicle['recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095}AA Vehicle.fields.{41ba4a5a-f36f-474a-b17d-c12f6869260f}make'], size: "MEDIUM" ), a!richTextItem( text: {local!vehicle['recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095}AA Vehicle.fields.{19858bdc-1ba7-46b0-8f44-c9bdcbd61fca}model']} )} I am just wondering how could I write only once the "recordType!{99b0bb09-e2c0-4f75-a70b-26f247e2d095" them be able to get the value in a less verbose way I mean I don't think this sintaxe `local!vehicle[recordType!AA Vehicle.fields.year]` is ok for each field I want to add. it should exist something to reduce that syntax and then make it able to just "vehicle.field, vehicle.year, vehicle.color"... Thanks in advance
Hello, Can you please help me removing the dots below the document link text as shown below Code used: a!richTextDisplayField( labelPosition: "COLLAPSED", value: a!forEach( items: local!uploadedDocs, expression: a!richTextItem( text: extract(fn!getcontentobjectdetailsbyid(fv!item),"Name:",",") & char(10), link: a!documentDownloadLink( document: index(local!uploadedDocs,fv!index) ) ) ), Screen shot :
Hi All, Does anyone know if its possible to skip steps in a vertical milestone? What I mean is that the stamp can stay grayed out based on a value, and then if it was skipped only the first and third would be green, is this possible? I have tried a few things but it still keeps the linear flow. Like in this case if I went from claim filed to estimate issued , all 3 stamps are green, I would want Green - grey - green because technically the second one didn't happen. or another option could be to hide the middle stamp too. but not sure if that can be done. { a!localVariables( local!verticalSteps: { a!map(name: "Claim Filed", icon: "archive", date: today() - 5, isCompleted: true), a!map(name: "Vehicle Inspected", icon: "search", date: today() - 4, isCompleted: true), a!map(name: "Estimate Issued", icon: "file-text-o", date: null, isCompleted: false), a!map(name: "Payment Sent", icon: "money", date: null, isComple
Hello All I want to add a field that accept only 21 digits of number I tried to use a!integerField but is not allowed to enter too long numbers
Hi community members, Because of a new feature, I added a xor gate and a new path in a process model. The form is some where after the XOR gate and new path. The issue is now when I clicking the save button, the form unexpected closed (no error message). The previous correct behavior is clicking save button and then clicking submit button, which means the form is stay open after clicking save and before clicking submit. Now I have to go to the process model and click the form node to view the form again then click submit. I didn't change anything in interface/UI. What the possible cause for this issue and any suggestions? Thanks!
When I put Start Form in start node in debug mode it show like below image This is My Process model
i want to use youtube videos in appian, any possible way Is there any plugin or utility for this youTube
a!localVariables( local!singleDropDownValue, local!multipleDropDownValue, { a!dropdownField( label: "Single Dropdown", placeholder: "Select", choiceLabels: { "Jane", "Jack" }, choiceValues: { 1, 2 }, value: local!singleDropDownValue, saveInto: { local!singleDropDownValue }, validations: "Error..." ), a!multipleDropdownField( label: "Multiple Dropdown", placeholder: "Select", labelPosition: "ABOVE", choiceLabels: { "Jane", "Jack" }, choiceValues: { 1, 2 }, value: local!multipleDropDownValue, saveInto: { local!multipleDropDownValue }, validations: "Error..." ), a!buttonLayout( primaryButtons: a!buttonWidget(label: "submit", submit: true) ) } ) Expecting validation to trigger only when the field value is not null. It works for multiple dropdown, but why not for dropdown?
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.