-
Recently active
Why do buttonWidgets not have a linkField property? It would be ideal if they did.
i am trying to login to the course material but this grey screen doesn't change
Is there a way in a process model to add a node with an informative screen, that does NOT require any user input, and the process continues running immediately after displaying the screen to the user? For now i see two aproaches, but none of them are what I'm looking for The first one: A User Input Task with a form, and a timer, that makes the process continue after a specified amount of time. But that makes the process wait when there's no need to. Also after the timer runs out and the user clicks a button on the screen, an error appears, saying that the task no longer exists. Second one: Make the form return something when clicking a button, and continue after the output. The problem is that I want the process to run even when the user navigates away from the screen, or closes the tab, as to account for the user not clicking the button.The two approaches can be used simultaneously, but still I would rather not wait for neither user, nor the timer. I just want it to go to the
Earlier I remember using records updated in Output of Data in Write to Records after write it will append the ID to the same record data given as input. Not sure whats wrong now its only returning id and i dont have the data in it. its overwritten with only ID after write. So i cant have entire field data to continue for other tasks following it. Am I missing something or is it how it should behave in recent updates? I am using process start form and not user input task to map the details for inputs from forms to pv.
I am using file utilities plugin (Move To System Files) to move the files to the NAS drives mounted on Appian server. But the folder is set with 775 permissions and I am getting error as java.io.FileNotFoundException: Permission denied) when moving the file to that nas drive. I am able to move to the sample folder which was set with 777 permission with out any issues. so no issues with NAs mounting. I want to upload/ move the file now to that 775 folder now. we achieved this using SFTP with FID set in Third party credential and able to achieve. I am looking for the same way to run with that FID using new way (File system plugins) , please suggest.
Hi All, I am having a weird issue in executing the query entity. I have a query entity rule which returns the totalcount based on the date range(which is ideally current date/day). It is throwing error in some scenarios and testing this rule certain time, we can see the data is being populated. Any help would be highly appreciated.
I want to duplicate my application in the same environment and use one Application A for development and give other Application B for testing so that my testers don't get disturbed when I make changes to application. How can I achieve this without having any conflicts between the 2 applications?
I have SAML groups set up, and I have a situation in which my Active Directory groups have different names in different environments. How can I set the value of the AD_GROUP attribute of the SAML group in a customization file? Here is what the XML looks like when the group is exported. This file is in the "group" folder when the app is exported. <?xml version="1.0" encoding="UTF-8" standalone="yes"?><groupHaul xmlns:a="">www.appian.com/.../2009"> <versionUuid>...</versionUuid> <group> <name>...</name> <securityMap>SECURITYMAP_PUBLIC</securityMap> <uuid>...</uuid> <groupTypeUuid>...</groupTypeUuid> <parentUuid>...</parentUuid> <description></description> <delegatedCreation>false</delegatedCreation>&nbs
Hi, I would like the button to be active by default if no date is selected or if a date equal to or after today is selected. And at the same time, the button is disabled if an invalid date or date older than today is entered. The problem is that I can't differentiate when the user enters a wrong date and when they leave the field empty. a!localVariables( local!dueDateAux, { a!dateField( label: "Due Date", value: ri!dueDate, saveInto: { ri!dueDate, a!save(local!dueDateAux, today()) }, validations: if( ri!dueDate >= today(), {}, "Incorrect date format or date before current date" ) ), a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Submit", disabled: ri!dueDate < today(), submit: true ) } ) } )
Hi, I have created a record link in a read-only grid. When I click on the link in interface it takes me to the summary page of the record but when I click on the link in site it is giving me Access Denied error. Below is code I created for record link and I have administrator level access. a!linkField( links: a!recordLink( label: fv!row.country_txt, recordType: 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country', identifier: ri!labelChangeCountryId, dashboard: "summary", openLinkIn: "NEW_TAB" )
Can I export an application, change its name and import it as a new application, so that there are 2 copies of the application in the same environment?
When I duplicate certain objects from Application A to Application B (that is, I moved them from A to B, by selecting the "Move to App" option), it doesn't create a separate object but just pastes a reference of original object, as when I try to make changes to my original object my duplicate object also gets changed. Can I get a solution to this problem, such that the duplicate object will not get affected by the changes made to the original object?
Hi Everyone, Is there any option to import excel data into Difference Database tables, Pls let me know if any. Thanks, Nagesh.
Hi, I am facing some issue with site object. Steps: I have logged in to the site with some appian user. The default tab is not selected here. It should not be the case right? Kindly help me with this. I have selected navigation bar as "sidebar". This issue is not for "headerbar"
Hi, I have 180 process models in system, based on the business need we want to change the process model data management value to come from constant. Currently we are changing all PMs manually and deploying them again again and its a pain. Is there a way to do this OOB.
HI Team, while I am Training about 75 PDFS while Labeling the fields, All of the Sudden the page will reload and shows Access Denied or it will ask me to login again. i have faced this Many times and my teams also faced this Issue. we are not able to understand the root cause of the issue. Did any know the reason or faced this earlier? Thank you in advance
we have couple of user tasks , we need a history of it to track when the task is assigned to users and accepted by users and reassigned to different persons , how do we track this records , Do we have any table that stores this information ? will appian have relations created to individual records to Task table so we can create events ? Please let me know ?
As part of my requirement, I need to get application name by passing deployment uuid. I am trying a!deployment(uuid,"application") which is returning application id and name which is of type application. I am not able to cast the application type object to string to fetch the application name.
Hello I am trying to change the format of the displayed date in the date field. Currently it is mm/dd/yyyy. I found a solution in admin console -> internationalization. It changes the format if I pick locale to en_UK, however then process model names and descriptions become three question marks "???". How to fix this or maybe there is another way to do this date formatting? I am on Appian 23.3
Hi, please suggest the best method for converting a text file to a PDF.
Hi everybody, I need to add to a richTextField's body an image inline with a text.I don't know hot to use the "imageStorageConnectedSystem" (I already installed the plugin).I tried with the imgeDocument, with the richTextDisplayField but nothing./cfs-filesystemfile/__key/appian-appmarket-files/a0649666_2D00_ad0f_2D00_4708_2D00_a853_2D00_4c79426b97db/richtextwithimage.png?_=637338985026264379
export functionality I will be having 10,000 records so I don't want to export as a single Excel sheet I need to export dynamic sheets each sheet having 5,000 records only. So please give me some tips on how can we implement this scenario.
Hi all, I have the below requirement in which I have a card layout with 3 options, I wanted to make it as a mandatory field, Can someone please help here how can we make this as required? Here when the user clicks the submit button, there should be a validation and wanted that field to be a mandatory one. a!sectionLayout( label: "", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: { a!richTextIcon(icon: "folder-open"), " Type" }, size: "MEDIUM_PLUS", style: { "STRONG" } ), } ) }, width: "AUTO" ), a!columnLayout( contents: { a!richTextDisplayField(
Hi,I have a process model where I have a value in a pv! variable. Now, I would like to send pv! variable value to the SAIL form from where I triggered the Process Model. Can someone give me a clue to do this. Thanks in advance.
I was tasked to create users with strictly monitoring permissions only for debugging purposes, can this be achieved and if so how?
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.