-
Recently active
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?
Is there any way to get list of all process models having receive email event???
A process model is configured to archive after 7 days. Its instances are completed but they wont be archived till 7 days. Now the process model is configured to archive after 0 days. Now it will be archived the moment the process instance is completed. Will this change affect only the latest instances or it will affect the old completed instances as well??Thanks
I have a few business requirements for our mobile development and I can't find any information that can help. The only mobile functions that I can find are: isNativeMobile() isNativePhone() isNativeTablet() So are there any mobile functions OOTB or from a plug-in that helps me: - Know if a specific app has been downloaded on the users phone - Open a specific app on a specifics phone - What OS the device is using so I can send them to an appropriate app store (Apple App Store, Google Play Store, Galaxy App Store if neither are an option, etc.)
I want to compare now() to 11:30 AM EST/EDT but it's always converted to GMT. our time zone already changed EST/EDT any suggestion? Thanks, Ken
I want to embed an external web application inside the Appian web component . How to achieve it? I do not want to open a new window. Thanks, SB
Hi I have an interface where I'm displaying data related to a case and that data actually from another source where they provided it as a view. Now since they have emptied the view the expression rule that fetches the data from this view is throwing error as an error occurred while retrieving the data:unexpected error executing query...Can anyone help me in handling this null data. It would be great if anyone can provide an example query expression. Thanks in advance.
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.