-
Recently active
I see some example images used in the interface 'design mode' templates and seems to high quality like SVG and lightweight. Where can we find the default example images list available from appian which can be used in SAIL? ( couldn't find any reference in documentation)
Hi every one, I'm having a local variable that store data in a Json format then converted it into a type that Appian accepts: a!fromJson(local!settings) and I get this as the result: Dictionary name"Type"(Text) value"["5"]"(Text) valueDisplay""(Text) I want to get all the settings with value equals a particular ID, but it shows this error: Expression evaluation error at function 'wherecontains' [line 41]: Invalid types, can only act on data of the same type (Number (Integer), Any Type). index(local!settings, wherecontains(local!currentType.Id,local!settings),"value",null) I guess the issue is because value is now containing special characters. Any one having a solution for this? Thanks a lot in advance for your helps!
We have .csv files in System logs hc-application-objects.csv and hc-applications.csv. I know we have an excel plugin Load/Import CSV to database. But with this approach we have to upload the csv files in Documents folder. What we want is we have to load these csv files from logs to Database without saving them in documents folder. Can anyone help me how to approach.
I have to display the disk space used by the documents in an application in interface. I found this java method public java.lang.Long getMegaBytesUsed() in docs.appian.com Can anyone tell me how to use this java method in Appian to get disk space.
Hi, I am going to take a test for Appian Certified Lead Developer, but I didn't find any offical courses for that, is there any advice for the exam? thank you very much! [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Can you check if the task has been rejected by all assignees? And is it possible that the task can somehow be seen again on the system or gone for everyone else.
Hi everyone, I'm having a question regarding how to use the writeToDataStoreEntity function to modify values in DB. To be specific, I'm having a form that allow users to update their phone numbers. It will be saved in a DB with corresponding DSE storing all customer data. When the customer click the button Save New Change, the existing number need to be replaced by the new number, both on the interface and in the DB. I'm not sure how to do that yet. I'm thinking of using writeToDataStoreEntity, and find the number that needs to change by the unique customer ID, but not really know in specific how. Any one have a solution for this? Really appreciate your help! Code for the Save New Change button is currently as below, in that local!allUser query list of users from db, and selected user is the one that need to change phone number: This code shows an error: An error occurred while trying to convert the given data to the type of
In the image bellow the 3fields in the square come from a dropdown ("SI" or "NO") in a user interface. I can see the user responses in a read-only grid (see the image bellow). I want IF 3 condition ("Financial", "Documents", "Certificate") in the red square are "SI" then the column "Estado" return a new value "Finalizado" IF just one condition ("Financial", "Documents", "Certificate") in the red square are "NO" then the column "Estado" return a new value "Pendiente" Next i want to store the value of the column "Estado" in my cloud database
How can we set a link which is valid for 2 hours only? And I want to send it by email object to someone. If someone tries to open this link after 2 hours it will display a message only e.g. Already submitted!!
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, 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, How to show a checkbox like below Thanks a lots
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?
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" ),
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.