-
Recently active
I am having a interface in a landing page in that I am having a text like add new when I click that text it want got to the add new interface in the same landing page itself . can anyone suggest some Idea
Hi We are using JMS Message Producer plug in for IBM MQ. We are getting "JmqiException: CC=2;RC=2059;AMQ9503: Channel negotiation failed. [3=APPIAN.EUSFE1A.S1]" error in Appian and " AMQ9637E: During handshake, the remote partner sent no certificate. EXPLANATION:The conversation cannot begin because a certificate has not been supplied bythe remote partner." error at destination. Could you please help on this?
Hi guyz, Could you pls help in verifying the way by which I am passing the parameters in the process. I am trying to pass the parameters in the following integration I have created a process variable for the above process which can be seen below- Let me know if I am doing things correctly or not ? Thanks in Advance.
Hi, In appian, Is there a way to determine if the user closes the tab he is doing? Thanks,
Hi, I am getting this error in process model can any one help in this? An error occurred while trying to write to the entity "CMS_Account" [id=b1446b7a-fe5c-4055-99fe-83fb363552a6@8681, type=CMS_Account (id=5452)] (data store: CMS Data Store). Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=5452,v=<null>] Data: TypedValue[it=5452,v=<null>]
I designed an application to allow the user to submit a leave request and save it into the database. After saving to the database, the 1st level approver needs to be notified and review the leave request and update the leave request status in the database. If leave is approved, the 2nd level approver needs to be notified and review the leave request and update the database and send an email to the requester. The problem is the 1st level approved cant see the detail of the form leave request. After the user submit data and recorded into the database. but when I click on the 1st level review, the data is not shown
Hi, I have updated my profile picture in my organization's instance. However, the document was deleted and hence I am seeing an error as shown in image below. Please help me on how to resolve this.
We have two drop downs, first one with all the applications list and second one need to fetch the folder names in the KC of the application selected in first drop down. We need to find the KC ID with the application ID. Can anyone help how to approach.
Hi team, I am facing an issue where My data is not getting saved in data store. I am using a process model which can be seen below- I have set up the process variable 'Result' for tracking the integration result. Also, in the 3rd node,i.e., Write To Data Store Entities, I have used the following setup, But Somehow data is not able to get stored in Data Store. To track the output of the write To Data Store Entity node, I have used an output variable, Now see the below Screenshots while process was in Execution, the process variable details I can see the storedValues is returning empty. What's the wrong with the above process ? Please help in this regard.
Hi, How to show a checkbox like below Thanks a lots
Hi, I am trying to understand the relationship between CDTs, data stores, and data sync and how they all work together. If I have a CDT with data sync enabled, do I still need a data store object? What is the role of the data store object when data sync is enabled for a CDT vs when data sync is not enabled? It sounds like having data sync enabled on a CDT is the most efficient way to go when possible, is that accurate? Thank you
Hello i'm new to Appian, I want to make sure before completing the traingin, 1- Can i build afull accounting software hrough Appian Low-Code ? 2- Can i sell the program/ Application i will create as Saas on Appian cloud ?
Hi All, Is there anyway to start a process model by using Process Model Id or Process UUID?
Hello, I'm having some trouble with performance on my site. We have a site made up with a record type, and when opening the cases from the list it takes up to 25-30 seconds to open them. We have around 8000 total cases. On our appian site we have enough disc space and cpu following the graphs (disc space around 20% usage and cpu max use 40% on peak). Do you have any recommendation to increment the performance and the opening time, or any way to find where the problem is? I'm asking this for any recommendation before escalating the issue to a support case. Thank you!
Hi, In record type, I use a!startProcessLink to start interface from a item of record list. It must be that: Once "yes" button of Form is clicked user is routed back to list of records with filters being intact he has already applied for in client. But, when "Yes" button of form is clicked, it dose not like that, even that it can't return route list of record. I don't know how to fix it.
Hello, I'm having an strange issue here. I have a grid showing some documents (they are a rule input variable type). To get this documents I have a script that gets their ID from database. The problem is that there is a document with the ID on appian and when I do the tests designing the interface everything seems to work fine with the exact same data. And then on the interface in the record list anything shows but this error in red I would like to know if there is any other way to get this kind of error when the document exists and it hasn't been deleted. Thanks,
Hi I am having a landing page in process start form in that landing page I am having a interface(interface 1) inside that after I hitting the submit button it is going to display and another interface(interface 2) that is outside of the landing page interface .In that Interface 2 there is cancel button when I hit that it want to come back to the interface 1 in the landing page. can anyone suggest some idea?
May I know some set Best Practices to be followed to improve the performance of the application(all Appian objects) because I had a scenario where main landing page is taking 20 seconds to load on site Thanks!
Hi, I want to know that, Do Appian have any examples of migration from Java swing to Appian? Thanks,
Hi All I am using one text field in my interface and in the display value, I am using loggedInuser() function. and in save into i am doing like the below way, but it's not going into the database. Even i tried like this a!save(ri!comments.commentBy,loggedInUser())
Hello there, I am receiving error "Interface Definition: Expression evaluation error: An error occurred while executing a smart service: The custom cell positions and custom cell values arrays must have the same length. (APNX-1-4505-035)" even though i have exact count on position and values which are 50 columns in count. Any help to fix this issue?? a!exportDataStoreEntityToExcel( entity: cons!VW_ENTITY, selection: a!querySelection( columns: { a!queryColumn( field: "count" ), a!queryColumn( field: "case_id" ), a!queryColumn( field: "case_source" ), a!queryColumn( field: "parent_case_id" ), a!queryColumn( field: "master_account_number" ),
Hello? Is there a way to bring back objects that has been deleted or disappeared to the application? Thank you.
Hi All, I am getting the below error , Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!dropdownField [line 143]: Example can only be indexed into using square brackets or the index function I tried to pass the values of the record type query list values to a local variable and when trying to pull using dot notation or index function in a!dropdown component , a!localVariables( local!List: a!queryRecordType( recordType: 'recordType!Example', filters: { a!queryFilter( field: 'recordType!Example.fields.Flag', operator: "=", value: true), a!queryFilter( field: 'recordType!Example.fields.Date', operator: ">=", value: ri!StartDate, applywhen: (if(isnull(ri!StartDate), false, true)) ), a!queryFilter( field:'recordType!Example.fields.Date', operator: "<=", value: ri!EndDate, applywhen: (if(isnull(ri!EndDate), false, true)) )
Hi Appian Pals, I have an expression rule which is calculating some data and that data is organized into a map and that list of map is being required to be called in a process variable.In order to do this, I created a script task and then, I saved the output of this rule to a process variable and that variable is made using the required CDT.The main issue is that the variable is not getting the value after the evaluation of the rule in the script task.Can you please help me find a way through it?Below is the output of that expression rule in the form of map. I have used the approach to calculate the value using refresh variables with refreshAlways:trueLooking for a better guidance.Thanks in advance..
a!radioButtonField( label: "Status",choiceLabels:{"APPROVE","REJECT","RETURN"}, choiceValues: :{"APPROVE","REJECT","RETURN"} ), a!paragraphField( showwhen(...) ) *if user selects Reject or Return, then only show the Paragraph field.
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.