-
Recently active
Hi, How to show number remain of character in paragraph field Thanks.
Hi All, I want to use multiple data store entity node in my process model. I am passing the input as below in the inputs tab of the node, { a!entityData(entity: cons!DSE1, data: {pv!data1}), a!entityData(entity:cons!DSE2, data:{pv!data2})} But I need the outputs since I am passing that into sub process but I don't know how to save the outputs in pv!data1 & pv!data2 in outputs tab of the node. could you please help me on this. Thanks in Advance.
How do I get a listing of all Record Types? ( I am trying to build a report of Record Type IDs and UUIDs )
I have a linkField with a recordLink. It displays the wrong label, but when I click the link it takes me to the correct record. My main table has two columns that are foreign keys to another table for contacts. Ex. Main table has columns primaryContact and secondaryContact. Row 1 has primaryContact 1 and secondaryContact 2. The 1 and 2 are foreign keys that reference the Contacts Table, with columns id and name. Row 1 has id 1 name Michael. Row 2 has id 2 name Luis. Ex record link: a!recordLink( label: ri!record[recordType!MainTable.relationships.ContactsTable.fields.name], recordType: recordType!ContactsTable, identifier: ri!record[recordType!MainTable.fields.secondaryContact] ) The expected behavior is to see the name Luis and when the user clicks Luis, it displays Luis's record. The actual behavior is it shows the name Michael and when the user clicks Michael, it displays Luis's record. So, it is displaying the wrong label, but the correct
Hi, Can we customize the filters on the grid with different icons instead of icons ?
.
I have added "XOR" Gate to my PM and in that i have added a condition like "if( totime(local(now(), "IST")) = cons!IT_TIME_CONSTANTS_FOR_VERSE, true(), false()) Where The constant holds time of 12:30 PM,but even though that expression is true the Pm is returning false because of which XOR is failing.Can anyone suggest what's wrong hereThanks in advance,SSP
I had created an interface that calls another interface. Also, I had created a counter as a local variable that is incremented by 1 every time a button in the interface is pressed. On every button press I want to add a new section that calls the child interface. My problem is that on the first press only the child interface appears! So here is the code if you can help me a!localVariables( local!count: 1, { a!sectionLayout( label: "Click the button to add a new Customer Currency section", contents: { a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Add new section below", icon: "plus-circle", value: local!count + 1, saveInto: local!count, size: "SMALL", width: "FILL", style: "PRIMARY" ) }, align: "START" ) } ), if(local!count<>1,a!sectionLayout( label: "", contents: { rule!C_CustomerCurrency(ri!Currency) } ),"") })
Hi, I have process model with process variable value like below if i wanna use process variable for rule input in interface? Must I do? Thanks
Hi Appian Pals, I have a requirement to send a variable which is of type multiple to send it one by one in an incremental way in the sub process.I tried to achieve this by using MNI in the script task and align the values by using spawn all in the list variable and then align them in the new pv.Now that pv is not getting the value from the second index. For the first instance, it is getting the value and getting inside the sub process, but for the second value in the list, it is not incrementing and getting updated.What i want is recursively the list should increment and assign values to the pv so that it can go into the sub process.Any of the directions would be appreciated.
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.
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.