-
Recently active
I have created dynamic interface , in which if user have option to create number of text field , if want to 2 or 3 text field , i have created according for each , text field appearing fine, but storing data is a problem in CDT, here i have two field, i field is filled by manager and corresponding field will filled by employee as task. ,
Hi, I am getting data into a Process Variable like below inside a process model Name Type Multiple Value -------------------- ---------- ---------- ------------ listOfSubmitters Text Yes [addedby:AA1234]; [addedby:AA1235]; [addedby:AA1236] Now, when I try to access the index 1 value, nothing is coming out. Any guess what went wrong
Hi Guys, I have a query entity rule which is failing to retrieve data when I run for the first time in a day. If I run again, it's working as expected. This behavior has started happening recently(it was running fine from long). I looked into the logs and I am not finding the error. We use on-prem servers and DB is oracle. Thanks in advance
I need to know our Appian Instance IP's. where can i find it or do i need to raise support case to get it?
Hello, I have a site with an interface page as content. My interface nested other interfaces and the navigation through all interfaces is based on the logic of local variables. However, in some interfaces I use "a!processTaskLink" to run tasks on already started processes. My problem is: I want to open these tasks in the same tab and when I finish my task, I want to go back to the interface where I was. But, the actual behaviour is that when I finish my task, I go back to the main interface because the values of local variables are lost. Does anyone know how to get around this problem? Thank you.
i have a requirement where i have a field for which im not storing data in the db. but i need to show that value on the landing page . how can i achive it?
I'm getting this error in my tomcat stdOut log when I startup Appian. I'm able to go on the site but when I try to run/debug my process model it always stuck on the start node and won't continue the flow. Not sure what went wrong, It worked fine other times when I did a fresh install of Appian. 2021-12-29 20:31:45,319 [ForkJoinPool-1-worker-25] ERROR com.appiancorp.common.config.ConfigObject - An error occurred while trying to initialize the config LoadExceptionHandling [0ms] [resources 27ms] java.nio.file.InvalidPathException: Cannot store the note content, because the location is not valid.: C:/appian21.2/_admin/process_notes/exec/00/2/0 at com.appiancorp.process.notes.services.NotesContentServiceImpl.createNoteContent(NotesContentServiceImpl.java:164) at com.appiancorp.process.notes.services.NotesContentServiceImpl.createNoteContent(NotesContentServiceImpl.java:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImp
Hi,After successful deployment, I am getting the above error at UAT in the parent process because of the subprocess.
Hi, How to Handle Errors in interface level,I have a Scenario where we are passing list of document Id's to interface and if any documents is deleted the the UI is throwing an error,We want to handle it like if the function document is throwing an error , we want to handle it in a way that particluar docid should be removed from the list of inputs or that execution should be skipped. How can we achieve this? Thanks is Advance,SSP
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?
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.