-
Recently active
Hi Everyone, Can anyone please help me, Is it possible to display image in radio button as shown in screenshot below:
Hello, We are building a site which will be used to gather request and I'm trying to find if there is a possibility to make bulk upload of these request using excel. The form which need to be submitted contain single rows and also arrays of data. We want all of these bulk uploaded request to stay in "draft" mode and not being push to the backend databases, because that can lead to incorrect information to the database since we have some validations which need to pass. We need to give the client the agility to edit these information when they are loaded as bulk. What are the capabilities of Appian to load bulk data, what are the limitations? Thank you!
Hello, we have a locally hosted production environment and a cloud development environment. We want to deploy the application from the cloud to the local machine. When we export in dev and import the app to prod environment the database tables are understandably not linked to the record types. However when I connect them and tell Appian where they are (I am running a local MariaDb and connected it to Appian via admin console) they are connected up until I import another version of the application. So on each import I have to go through each record type and add the data source which is the database table. How to solve this? There has to be a better way to do this.
How do we go about inserting a TIFF file into a Word document using ADT? Currently, we're able to insert a TIFF file with a single image into Word without any issues. However, when attempting to insert a TIFF file with two images, we encounter a problem - only one image is inserted successfully while the other is not. What could be causing this issue?"
Hello, Is there any way to add a dynamically generated dropdown inside of the Appian navigation bar? For example, I have a database table filled with a value that I would like to 1. Create a dropdown record for each value 2. When selected, open up an interface with that value passed into it as a rule input Thank you, Nicholas
Hi everyone, I'm seeing this behaviour which I cannot explain. Could anyone recommend me a solution or reason for this behaviour? I'm having an interface with gridField(), one of the grid column's value is richTextIcon() containing a submitLink() to kick off a process model. Please see below the code to build up my grid column: a!gridColumn( align: "CENTER", label: "", value: a!localVariables( local!showLink: false, a!richTextDisplayField( value: a!richTextIcon( caption: "Re-open Case", icon: "folder-open", link: a!submitLink( showWhen: local!showLink = false(), saveInto: { a!startProcess( processModel: cons!PRO_PM_REACTIVATE_CASE processParameters: { noteContent: "This case was re-activated", caseId: f
Hi All, Can anyone please help me how to change the color of button using recordaction in interface.
Hi,I am not able to see properties of any node in process models of all applications. I verified all the permissions everything is fine.Here I am attaching snippet for reference.
Hi. I am getting an error trying to parse a list of docIds and convert it to a list of cdts I made. The cdt are of the form projectMouDocument{mouId(int), docId(int)) I pass in a static mouId and a list of docIds.Heres my script for the output into a process variable that is a list of projectMouDocuments. I expect to get a list of projectMou documents from this. a!forEach( pv!documentIds, cast( 'type!{urn:com:appian:types}DSC01_projectMouDocuments'(), a!map( docId: pv!mouId, mouId: tointeger(fv!item) ) ))Error in script task : An error occurred while evaluating expression: projectMouDocuments:a!forEach(pv!documentIds, cast('type!{urn:com:appian:types}DSC01_projectMouDocuments'(), a!map(docId:pv!mouId, mouId:tointeger(fv!item)))) (Expression evaluation error at function a!forEach: Error in a!forEach() expression during iteration 1: Expression evaluation error at functio
Use Case Screen-A Have text field and button to send value to Screen-B Screen-B Obtain value from Screen-A and display form based on obtain value. Solution that I tired 1. Record Action: Does not work because can't send value to Process Model 2. Related Action: Does not work because It can send only static value. not a value from Screen-B I search for some forums and there is solution of using starProcessLink but, It is limited to hyperlink. Not work as a button. Maybe I have to create cardLayout to simulate it as a button and use startProcessLink inside? Thanks!
Hi! I need help!!! I want to use a!aggregationFields and filter together how can i get it
Code ------------------------- a!localVariables( local!currencyValue: a!currency( isoCode:"USD", value:-152552.774, format:"SYMBOL", decimalPlaces:2, indicatorAlignment: "START" ), stripwith( local!currencyValue, "$" ) ) Output -------------------------- "(152,552.77)" I need the output as "152,552.77".Can some one help to rectify the code
I got error when deploying a package, there seems some missing objects, but all uuid, how can I find the objects by uuid
company's OneDrive account. I usually delete and change file names to correct them. However, this time, I was changing too many GB using OneDrive at the same time as the sync issues are happening at the home folder level and I don't want to use Disable File On Demand Fetch Lover Content because I have too many GB intentionally not on my computer mine.
I have a dropdownfield whose choiceValue are from an api, the records from api are more than 5000, but pagingInfo only allows 5000 at max for batchSize, how can I do to put all choiceValue in this dropdownfield?
How can I do fuzzy search on text field when queryrecordtype, like "like '%text%' " in sql
Hi, I need help with how can we convert the number 32354645 to 32,354,645.00 or -922692.31 to -922,692.31. Can anyone help with logic. Thanks!
I have created a record type and used that one in one of my interface. I can filter it using Country Field. After a certain action - by clicking that Initiate the amount transfer Icon When I go back the previous screen I am expecting to have the 1st screen (which is filtered based on one specific country), but it is NOT a case - I am seeing everything. In refresh option - I have unselected all. Is there a way to achieve?
NOTE: PLEASE SEE MY LATEST UPDATES ON MY ISSUE ON THE COMMENT SECTION. Hi every one, not sure if you have experienced this before: The given requirement is to create an interface with a file upload field. With that file,check if the file format is csv, and if all the columns's header name are the right name and are in the right order). My code is attached below. The issue is that when the basic user's account is given viewer permission in my document folder, the file was not uploaded succesfully to the folder. If you have any recommendation please reach out. Thank you [emoticon:c4563cd7d5574777a71c318021cbbcc8] a!localVariables( local!document, local!uploadSuccess, local!correctFileFormat, a!fileUploadField( label: "File", target: cons!INCOMMing_DOCUMENTS, maxSelections: 1, value: local!document, saveInto: { a!save(local!uploadSuccess, false), local!document, if( a!isNullOrEmpty(local!document), {},
hello I have a question about Header content layout. now, I have the top of the page frozen with header Content Layout ( top red rectangle ) and i want to freeze the right panel too (right blue rectangle) the whole page has now the scroll only with the top part frozen, and i want to scroll only the left panel. Is it possible to freeze the top and right panel without freezing the left panel and be able to scroll it? Image: Thank you!
hello everyone , can anyone here help me please , i have develloped an interface and i configiured the save button in this interface to do the update of a record field this is my code : a!buttonWidget( saveInto: { /*a!save(*/ /*target: local!currentUserAccount,*/ /*value: a!update(local!currentUserAccount , 'recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}PBY account.fields.{4a9de4b2-f127-44f1-86d2-21c2a6b2ee2d}Solde', local!newBalance), */ /*),*/ a!writeRecords( records: local!currentUserAccount, onSuccess: a!save( target: local!currentUserAccount, value: a!update(local!currentUserAccount , 'recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}PBY account.fields.{4a9de4b2-f127-44f1-86d2-21c2a6b2ee2d}Solde', local!newBalance), ), ) }, label: if(ri!isUpdate, "Save", "Create"), submit: true,
A single user is not receiving notification emails for new tasks assigned to them. It is not in their spam. They do receive emails from the Send E-Mail Smart Service though. This has been tested against multiple other users with the same email notification settings group assignments and all of them received the task emails. Outbound emails is also enabled in the Appian console. Is there logs tracking the outbound emails? I couldn't find it in the Appian Docs - System Logs page.
Hey everyone ! can anyone here help me , i have a record named "compte" that contain a field named " solde" and an other record named "transaction" that contian a field named "montant de transaction" i want that the solde field be updated awith the value " solde + transaction" how can i do this please ( i tried this in the create or update transaction page and it gives me error : a!buttonWidget( saveInto: { a!save( target: ri!account['recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}projet account.fields.{4a9de4b2-f127-44f1-86d2-21c2a6b2ee2d}Solde'], value: ( ifnull( if( ri!record['recordType!{ad2b45c4-cbc3-4de4-a189-c5593ad5032b}projet transaction.fields.{e57ce205-d18d-4eb2-83ee-f669e5c56ab1}somme'] >= 0, local!currentBalance + ri!record['recordType!{ad2b45c4-cbc3-4de4-a189-c5593ad5032b}projet transaction.fields.{e57ce205-d18d-4eb2-83ee-f669e5c56ab1}somme'], local!currentBalance + ri!record['recordType!{ad2b45c4
Hey developers! Can anyone here help me? I want to change the text displayed here from "search" to "chercher". This button is created automatically when I create a filter."
Is it possible to change the background of the summary view? Not the header color, which I know I can set, but the content background.
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.