-
Recently active
i want to create the interface like this but i don't know how to create the interface with this type of format can anyone help me for this, i want clickable links in the interface for that what i want component i want to use.
Hi Everyone, I have a requirement like. Action dropdown with value Approve Reject Terminate Comment paragraph filed Use Case 1 – If user select Approve from action dropdown, Comment field should be optional.(non-required) Use Case 2 – If user select Reject or Terminate from action dropdown, Comment field should be become mandatory (*Required field) We have below code, a!localVariables( local!selectedaction, local!comment, local!submitClick, local!isActionChanged, local!previousSelection, a!formLayout( label: "Form", contents: { a!sectionLayout( label: "Section", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( label: "Action", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: { "Approve", "Reject", "Terminate" }, choiceValues: { 1, 2, 3 }, value: local!selectedaction, saveInto: { a!save(local!comment, null), a!save(local!submitClic
Hi, I have a below expression rule and it is working fine when I tested. But, when I try to use inside an interface, I am getting an error. Anyone is having any idea on this? Thanks.
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.
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.
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
how to add interface with rule inputs to site
I want to show progress bar in Read only Grid cell, How can i do that?
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!
I have a column req id in database which is auto generated when I save user details. Now when the form is submitted to supervisor I want that req id should be displayed in read only mode.
Hi, I am trying to pass the timestamp value which is of type text in CDT from upstream through webapi. The milliseconds part is getting rounded off automatically Value from Upstream: 2022-11-21T09:00:56.998992Z Roundoff Value: 2022-11-21T09:00:57Z Expected format : %Y-%m-%dT%H:%M:%S.%fZ" But I need to send the same value from my upstream to my downstream system Any solution for the above please?
Hello, is there any way I can remove this window from the SITE and directly start from the Login Page? I also Removed the My Learning Journey Contact Appian (Sign-in Page Links) from the Admin console but it is not reflecting on the SITE.
Hi, I want to get local!notes.createdDateTime value out of local.notes by matching the note Id with local!caseNote.noteId, where local!notes was created by querying from a record type, and local!caseNote is a CDT type. Not sure why I got the error above, as I already use square brackets for local.notes local!result: index( local!notes['recordType!{0b920cc5-462c-4191-981c-afe3a33f9ce4} Reference Data - Notes.fields.{a447478e-53ee-40e5-80dc-6588861432fb}createdDateTime'], wherecontains( local!caseNote.noteId, local!notes.id ), null ), Could anyone help? Thank you!
Hi, I would like to realize a site with this layout where billboard component stay on all page as on the top and on the side and not as my result. thanks
I have few issues associated with validations. I have included the code within asking all my questions in comments and instructions. Please guide. Thanks a!localVariables( local!testValueToo, { a!textField( label: "Test Me too", instructions: "Enter a value less than 12. The validation should pop up without pressing Submit which shouldn't be the case if validation group is given. Please suggest correct validation group configuration.", value: local!testValueToo, saveInto: local!testValueToo, validationGroup: "SUBMIT", validations: if( len(local!testValueToo) < 12, /*When form loads, the value of local!testValueToo is null making its length as zero and 0
I have a requirement where I need to use a Rich Text icon button and perform validation of fields on it without submitting the form (Hence not able to use submit Link). I can do this when using OOTB button with submit as false. But rich text icon buttons is primary requirement as user want UI more richer in terms of input buttons. Is there any way to achieve this. Thanks
Zup, people ? So, I'm trying to tigger a action after some task is reassigned, due my business rules. I have to change a record in database, for example. Is it possible ? thanks for ur attetion in advance!
When I am using a!documentViewerField, I am faced with this error- xxx-static’s server IP address could not be found. Can anyone please help regarding this?
Hi, Im getting this when I tried to run a process model. It opens the form with the below error. Please help.
Hi everyone, I am trying to reassigning task from one group to other group by using Reassign smart service but it is not working. As a Appian designer I have administration permission if I initiate the process model that time reassignment work properly, but the same process model if I use as sub process than its not working.
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.