-
Recently active
Hii Experts, I am trying to create a expression rule to find out the difference in CDT (for Audit log) using CDT Comparison plugin. Could anyone help me out how to create ER for that Thanks
Hi, I am a new Appian employee and I just wanted to understand how many environments do we usually have in Appian where to deploy our applications? What are their most important features? Are there some best practices to follow in using them? I know there are the development one and quality (or testing) one for building and testing the applications and the production one where the applications run, but is there a link to a more specific documentation of the differences between them? I couldn't find it. Thanks for all the help!
I am trying to aggregate a record type data and display it on UI using a!gridField(). Please help me with it.
if the Locale settings is "English (United Kingdom)" then invalid date format error should display dd/mm/yyyy . Appian is hosted in USA. Calender by default is giving mm/dd/yyyy.
feedback: when you try to create sub folder and forgot to select the parent folder then there is no options on next screen to go back and select the parent folder. also once the folder gets created and you select that object and go to properties, there also no options to select the parent folder. only options you left with is to delete the folder and create new with parent hierarchy. hope in next release this will be considered as positive feedback and some feature will be provided to select the parent folder.
Hello,this question is connected to this. I have created a related type with a related action that calls a process model; i have a column in the list that start this process model. The record type has this security: <ADMIN user group>: Administrator <ALL USERS>: Viewer The process model has this security: <ADMIN user group>: Administrator <ALL USERS>: Initiator The integration service called by the process model has this security: <ADMIN user group>: Administrator <ALL USERS>: Viewer Please give me some hints.Thanks in advance.Marco
Hi All, I have the requirement to close the task after clicking over the button in interface? Can anyone please help me out?
Hi All, How to get the documents which are uploaded only by the reviewers (list of reviewers uploaded)? Regards, Supriya
On my Appian application website, I have used two record views using a single database table. Now I am using a radio button with the choice value Yes & No. If I select Yes the row should go to another record view if I select No it should be on the same record view on the website. Please suggest to me how to write the conditional statement to achieve the expected result. a!radioButtonField( label: "Move to NOC Standard Handover", labelPosition: "ABOVE", choiceLabels: {"Yes","No"}, choiceValues: {"Yes","No"}, value:ri!record['recordType!{2eff113d-30b2-4e57-8fa0-e59fe7e0115e}NH Handover.fields.{d6c838a0-cfff-4d11-bff4-e6a26c63564f}standardHandoveritems'], saveInto: ri!record['recordType!{2eff113d-30b2-4e57-8fa0-e59fe7e0115e}NH Handover.fields.{d6c838a0-cfff-4d11-bff4-e6a26c63564f}standardHandoveritems'], required: true, choiceLayout: "COMPACT", validations:{}
I am trying to use record type's export to excel feature for that I need to convert my data which is in list of maps (image below) to record type. Please hep me with it.
Hi, I need to compare two Hebrew names if they are equal. Tried using exact function, regex but it doesn't work as expected. Thanks, Preethi
Hi All, I have two interfaces in which one is embedded to another. Is that possible to pass value from one to another without submitting the form or by just selecting the dropdown value in one interface? Thanks in advance.
Hi, I have an array like this wherecontains(2,{1,25,32,4}) I want to get 25 and 32 out from this. I will just pass 2 to this array as search parameter.
Hi, I have a requirement to upload the documents from knowledge center to external system using webAPI. For this requirement should I be using get web API or put Web API? Also do we need to use integration object to use webAPI for this requirement? Thanks
I want to upload the file and save it into the database in integer form. How can I do it?
I am trying to follow the course and under configure the record list. I have created my Interface and when U drag over the read only grid I keep getting the system has encountered an error & the code is HTTP Code 503. Anyone know a work around for this.
Once the user submits the portal form, we have to show the case Id with the message " FORM SUBMITTED " which the user submits Appian portal form.
Hi there! I am trying to have createdBy updatedBy and updatedOn section reflect current changes in the record list when updated for an internal tool. So for instance when a user creates a new question or updates a question, I would like the record list to display that users info in it's own respected column. As of right now I am using loggedInUser() and now() but it is only showing my information all throughout the questions. So really what I'm asking is what do I need to change in the display tab of the records list to have this action work properly. Any help is appreciated!
Hi Experts, Kindly help me to impletment the Audit Log Functionality, Requrirement is as if any fields get updated to a new value, I have to show the Field name shich got updated along with its Previous Value and New VALUE along with Who has done the update and WHEN i.e if Original value is a!map( id:1, fName:"ABC", lName:"XYZ", DOB:11-05-1995, phone:"1234567890", ) and updated value is a!map( id:1, fName:"CDF", lName:"XXX", DOB:11-05-1995, phone:"1234567890", ) Serial number Field previous value New Value Updated By Updated On 1 fNamelName ABCXYZ CDFXXX (Username) (12-10-2022) 2 Thanks
I am on the Exercise where I have to change the image to a document image I was initially getting an error as it was like the documents was missing there but managed to add the images to my app. I have keyed the code under the expression editor. a!imageField( images: a!documentImage( document: fv!row['recordType!{c20ff609-5f40-4fea-8800-074abc464c7c}AX Vehicle.fields.{f1cb1cdc-1134-40e8-b30b-0b90d32da455}vehicleimage'], caption: fv!row['recordType!{c20ff609-5f40-4fea-8800-074abc464c7c}AX Vehicle.fields.{f1cb1cdc-1134-40e8-b30b-0b90d32da455}vehicleimage'] ), size: "SMALL") I now get this error below.
Hi, when I am creating the record type using an entity that contains transient value it's throwing an error. ERROR: "Preview currently unavailable due to an error on the source" I have checked the data source multiple times by doing save and publish and the data source not showing any error, it is successfully publishing. can anyone please help me with this error ...
Where can I find the Appian Foundations Learning Path or Course? When I go to Appian Academy, I see courses for Seller, Planner, Administrator, Builder, but none of them contain a course or Learning Path entitled Appian Foundations, which is mentioned on Appian Customer Case Studies page Lesson 6 of 6? Thank you!
Hello, Please could someone help me on what I need to write in the Related Action configuration of the Delete button for it to work and delete the record from site as well as DB.
Hello, I want to Edit the EXAM Table The edit button is working but instead of updating the record it's creating new record. What exactly am I doing wrong? Also, I want a delete button which will delete the record from the SITE as well as DB. What do I need to do for that button to work? Could anyone please help me.
Hello, I stumbled upon a little problem with IDP. When I extract data from Appians built in IDP, the document is processed nicely, I can see the document clearly. But when I created a process from tutorial: https://docs.appian.com/suite/help/22.4/create-doc-extraction-process.html I can see something like this in Reconcile form: It looks like Appian does not recognize language, except 2 words, and whats stranger for me, extracted data is fine, both from auto mapping and from manual extract. What may be causing this situation and whats more important, what can be the solution? I'm trying to skip reconcile part, but I would like to show to my supervisor some results and I want to get rid off the view like in screenshot above. Also one more question about IDP and its "learning". Does IDP learn only when it writes data to database? In the built in IDP, when i uploaded few files, there is a progress with how well he captures d
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.