-
Recently active
Pls answer the below questions 1.When will be use Start Form.? What is the purpose?.Pls any simple example 2.How to modify the Process Model? Thanks in Advance!
Pls answer the below question with examples What is the best way to call a process model from within a process model Thanks in Advance!
I am trying to delete a folder's all documents, at interface expression mode, how to write the code and how to express the document name at a!deleteDocument(document:??????). Thanks
How to display profile image when after file upload in the interface. Do we have any function?
a!localVariables( local!file, { a!fileUploadField( label: "File Upload", target:cons!fileUploadConstant, labelPosition: "ABOVE", maxSelections:10, validations: {}, fileNames:"testFile", value:local!file, saveInto:local!file, uploadMethods: "SIGNATURE" ) } ) I tried file upload but the file didn't get upload successfully to the appointed folder? Did i miss any smart service?
Hi All, Our company would like to create ERP system in Appian and I would like to know how to create Trial Balance records in Appian and use web API to access the Trial Balance data. Thanks. Yiming ZhangPwC | Senior AssociateShanghaiPricewaterhouseCoopers Information Technologies (Shanghai) Co., Ltd.pwc.com
Unable to access Record Actions on interface by Basic user I gave visibility as "true" for the Record Action. The Record Action is visible for Admin user but not for basic user. Please give suggestions to haddle this. Even tried the below code, did not work for basic user. Note: I have a process model to update the form. =if( a!isUserMemberOfGroup( loggedInUser(), cons!New_group ), true, false )
Every time I try to access My Appian site an error pops up saying " Error 401". my question is what is the problem and why can't I access it?
Hi Team, Can anyone please help me how can I implement the case given below in interface using grid: Col A Count Col B a 1 a 2 a 1 Total a 4 b 1 b 2 Total b 3 It should display the count of col A for each category. Any other suggestions might be helpful.
While creating a new resource, I don't find Training in permissions. Can anyone please help me with this?
Hi everyone, Can anyone please guide me how to download the grid using in excel format? Thank you
Hi Everyone, Can anyone please help me, how can I get the count of similar rows in appian as given below. Like if value of ColA, ColB and ColC is same two times then count should give 2. Col A Col B Col C Count a b c 2 d e f 3 g h i 1 Thank you
how to show or hide filter dropdown in record type in appian
I have a form that a user can fill out and submit on a site but when they click submit it refreshes and they stay on the same page. I would like to know how can I redirect the user to the home page or the the record page to the summary view, which is on the same site. I tried the code below below but it doesn't work, probably the wrong way to implement. primaryButtons: { a!buttonWidget( label: "Submit", value: a!richTextItem( link: a!recordLink( recordType: 'recordType![MyRecordType], identifier: ri!GARP_Grant_Request.grantID, dashboard: "the url for the site record page", ) ), Thanks for any help the community can provide.
Hi All, Can we hit Appian webApi using Appian Integration Object ?If yes How can we Use Service account credentials in this scenario. Thanks,Surya
I am trying to install the newest Appian version on Ubuntu (not using any containerization). The installation guide directs me to https://forum.appian.com/suite/sites/myappian/page/support/ > Downloads, but I fail to find the ZIP file I am suppose to download and put into /mnt/data1/appian-repo/installer Interestingly, none of the versions I checked had a link to a ZIP file including the installer scripts for Linux and Windows.
Hi, Can anyone please help me to understand the below code. How is defaultOption:"Me" differ from currentUser(my account) a!recordFilterList( name: "Assignee", defaultOption: "Me", options: { /* We modify the standard logic to account for the "LoggedIn User" user */ a!forEach( items: append(cons!VOF_ALL_ANALYSTS, {"LoggedIn User", null}), expression: if( fv!isLast, a!recordFilterListOption( id: fv!index, name: "Unassigned", filter: a!queryFilter( field: 'recordType!{c5bfe4ef-1564-4630-a19f-cbdaa1880a48}HZN_JC_JobCosting_recordtype1.fields.{0293d097-e030-4431-9bcc-f5742790bb82}assignee', operator: "is null" ) ), /* Here we configure a flexible option for the logged in user to filter orders they are assigned */ a!recordFilterListOption( id: fv!index, name: if( fv!index = count(cons!VOF_ALL_ANALYSTS) + 1, "M
You have 2 local variable a=10 and b=20. so how we will print between a and b in appian code.
Hi, I have two query - 1. Does partner get the free appian instance to work on where export/import will work (not the community edition one) ? 2. Can we use Appian Community edition instance to work on the solution and export that ? If not what we can do to achieve that please ?
Hi Team, I'm fetching data from database using a storeprocedure. One field is fetching the user ID. While exporting that data into an Excel using Export Data Store entity to excel i want to show that field as username instead of user id. I'm already having a common rule to fetch the username based on User Id. So how can i achieve my requirement. Thanks in advance.
I am trying to display screenshots on the FitNesse execution page. How do I do that ? I have tried : show take screenshot 01 PostLogin Execution result: show take screenshot 01 PostLogin /__VOID__/
I defined local!valuelist from a!localVariables, however, it is not a list so i can't saveinto form such as local!valuelist.username,local!valuelist.password, how can i transfer the format of this local value?
Hi, I am completing the Appian dev path and on the second exercise, when verifying the data store I am getting the following error:
Hi. How to display the files which is uploaded by users according to section name in the attachment tab?
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.