-
Recently active
Is there any other way to check the performance of an interface other than the performance tab? I often see interfaces that say they take 100 ms to load (or whatever number) and yet spend 20-30 seconds opening the page. There seems to be some kind of disconnect there and I am trying to figure out where the issue stems.
Hi All, In Editable grid using a!multipleDropdownField(), when user selects the two values in multiple dropdown field then it is storing in CDT ri!rules[fv!index].clientID like (clientID 1234; 7890) a!save( ri!rules[fv!index].clientID, fv!item.clientID ) Here, for each selected clientID, how to build same CDT with second selected clientID. Sample code is pasted for a!multipleDropdownField() which is used in Editable grid Requirement is for each selected clientID in multiple dropdown, on click on button need to display in another editable grid for two selected clientID in separate two rows. a!multipleDropdownField( label: "clientID", placeholder: "Type in Client Name/clientID", choiceLabels: if( rule!APN_isEmpty(ri!clientDetails), {}, append(a!forEach( items: ri!clientDetails, expression: index(fv!item, "custname", {}) & " - " & index(fv!item, "clientID", {}) ),"NONE") ), choiceValues: append(if( rule!APN_
Hi,When I deploy a Process Model (PM) from test env. to UAT env. then the latest version is missing at the UAT env. of that PM.Before Deployment at Test env:Please guys help me in this as it is very important for us to get rid of this problem as soon as possible.Thank You.
Hi all, Have you ever encountered an error occurred in executing an Activity Class that goes on saying: "each item within the input "Records" must be a record data type. Received: AS Vehicle". It happens since there is a problem with task "Write Vehicle Record" in the process "New Vehicle:" I am completing Process Modeling 101: Automate Your Business Processes (exercise 10) but used only AX Vehicle (ie Acme exericse app) as a record type in the process model. I mapped the value "=pv!vehicle" for the input of the node and did not use the AS Vehicle (ie Acme Solution app). Any ideas why this happens? Thank you!
i have created a process model where pdf file is created from a form as a salary slip and than i have assigned another user input task (with another interface) to show that pdf and download it. and i have linked it to a related action link button to generate and show the pdf to the user. but as the user click the generate salary slip it creates the pdf but it wont show the other interface to show the pdf and download it. it shows that interface as a asign task page. so need help to show the pdf to the user as he clicks the generate pdf button and user can download it.
Hello Everyone,This is AEW live build challenge demo. I want to write the value to WINNER_COUNTRY_ID OF the database table WC_COUNTRY.I want to select the country name from WC_COUNTRY.Can you give me some ideas how to work on this process.
hyperlinks can be included in the body of the notification display Understand if the below edit text options can be included so we can underline text/change colour etc need to be shown an option how it shows in word document to underline and make it color to text for the text which we are showin in notifications in this way need to be shown on the screen to make text to color or underline
When did we get this type of error when we click on a related action in summary dashboard?
here will be selecting one row in grid and showing the below data but same data in separate section we have multiple selection here how can i show the selection data because I'll be selecting multiple rows here can anyone suggest me the approach
I have form where I need to update the DB for an already existing row with the Date details. But when I clcik on submit it is creating a new row. Please help. a!formLayout( label: "Employee Leave Application ", contents: { a!sectionLayout( label: "", contents: rule!ELT_EmployeeDetails_Summary( rule!ELT_GetEmployeeDetailsByUser(loggedInUser()) ) ), a!columnsLayout( columns: { a!columnLayout( contents: { a!dateField( label: "Start Date", labelPosition: "ABOVE", value: ri!EmpLeave.leaveStartDate, saveInto: ri!EmpLeave.leaveStartDate, validations: {} ) } ), a!columnLayout( contents: { a!dateField( label: "End Date", labelPosition: "ABOVE", value: ri!EmpLeave.leaveEndDate, saveInto: ri!EmpLeave.leaveEndDate, vali
Hi, Is there any way we could track developer activity in appian, I know , we can manually check each objects versions for the changes made, but was wondering if there is consolidated a report at a user (developer) level,to see what all objects they modified and what was modified. Note : we have an on premise installation, so any report that can be created out of metadata, we are open to that as well. Thanks
how to add interface with rule inputs to site
How to save the accepted ,reject and inprogress status values to make a pie chart of it?
Hi All, I have created a Process report for the viewing the task but i'm facing this Error in site landing page, but in the interface looks fine. a!localVariables( a!sectionLayout( contents: { a!gridField( label: "Supplier Tasks", labelPosition: "ABOVE", instructions: "A list of all tasks for the Supplier group", data: a!queryProcessAnalytics( report: cons!IA_SupplierTaskCons, query: a!query(pagingInfo: fv!pagingInfo) ), columns: { a!gridColumn( label: "Name", sortField: "c0", value: a!linkField( links: { a!processTaskLink(label: fv!row.c0, task: fv!identifier) } ) ), a!gridColumn( label: "Status", sortField: "c5", value: a!forEach( items: fv!row.c5, expression: if( fv!index = 2, "
How to call a record view in an interface.
Hi All,I was trying to show tasks related to the order in that order details interface, I was trying to write code but most of the time it comes half baked.I would like your help in this case. I understand I need to use looping, indexing and if condition to get this done , But I was not able to get the correct form of logic. If any sample code is available for this scenario is very helpful for me to understand.Thanks in Advancefor example(The desired outcome), below for an order it is showing approval task related to that order:
I want to show progress bar in Read only Grid cell, How can i do that?
Hi Everyone, I am trying to run A360 bot through Appian 22.4 . I have created connected system and then integration. I am trying to run a operation deploy Bot. Can anybody help me on how to get File ID, Name OR how we can run A360 bot through Appian Thanks in Advance
Dear All,I am very new to Appian, kindly guide me how to get MyAppian page in Appian Community Cloud Platform. Guess, it's available on paid version only, in this case, I am trying to upgrade from community to paid version, but I am unable to do, please guide me, I have gone through the documentation. But couldn't solve my problems.Mainly I want to connect my existing Cloud Databases (Azure SQL Database & Aurora MySql database) to Appian Cloud platform. Your early response is highly appreciated. With best regards
Hi In my task report there are 3 active tasks, but when I tried to query that report in Interface it is only showing 2 active tasks.Can you please help me to know what is the issue?Code for the same:a!localVariables( local!pagingInfo: a!pagingInfo( startIndex: 1, batchSize: -1 ), local!report: a!queryProcessAnalytics( report: cons!TS_Constant_Process_Approval, query: a!query(pagingInfo: local!pagingInfo) ), a!gridField( label: "My Tasks", instructions: local!report.description, data: local!report.data, columns: a!forEach( items: local!report.columnConfigs, expression: a!gridColumn( label: fv!item.label, sortField: fv!item.field, value: if( fv!item.configuredFormatting = "TASK_STATUS", index( { "Assigned", "Accepted", "Completed", "Not Started", "Cancelled", "Paused", "Unattende
Hello, I have a question, I have an interface which is a grid, this allows me to add a dropdown with information obtained from a constant, this constant has 3 groups, my question is, how can I do so that when I add a new grid, this information from my constant is independent of my dropdown that makes new, all this is written to another constant through a process. I have something like this, I already tried using save to to my new constant, but it is not updated with the process, does not elminate or anything. this is my code. thanks you! a!localVariables( /*rule to save groups */ local!groups: rule!GS1_getgroupnames(), /*rule to get all groups */ local!grupos: rule!GS1_getgroups(), a!formLayout( label: "Manage Additional Distribution List", instructions: "Please select and modify the groups that you wish to update in the grid below.", contents: { a!sectionLayout( label: "Additional Distribution List", contents: { a!gridLayout( label: "", labelPo
Hi, We've got a scenario where we want to provide hyperlinks for the user to access a site page which contains a record list. Is there a way to have filters prepopulated for a record list when the user clicks on the hyperlink, like maybe through passing values via the URL? Or any way to have filters prepopulated at all? I know users can save filters, is there something similar to preset them? I've been looking through the forums and documentation but I haven't found anything yet. Thanks for any help!
Lesson 4 Exercise: academy.appian.com/instructs me to "Log into your Appian Community Edition environment, and select the Acme Exercise application."I cannot locate "Acme Exercise" where I could work with an Expression Editor."Acme Solution Site" takes me to https://swmi.appian.community/suite/sites/acme-exercise-sitebut I am not able to locate an Expression EditorWhere is "the Acme Exercise application"?
Hey, I am creating a service request management application. In that I'm creating a form for the user to fill and submit to raise the requests. Now while submitting the status of the request would be pending and it would be assigned to respective groups of people who would either accept / reject the request. Next while the status is pending, I'm allowing the user to change the details of the request which he / she had raised, so that mistakes in the request if any could be rectified by the user. Now I want to create a validation for it. The validation is, if the user clicks on edit and submits the form without changing any contents of the request, I should show an error message saying "Something needs to be changed in order to submit". Is there any solution to this, as in any way in which I could do this?
Hi All, "Request Re-Opened Details are updated" should change to "Request reopened details are updated" can anyone please help on it Regards, Supriya
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.