-
Recently active
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.
Hi, I am trying to understand the non functional requirements for Appian applications. Can some one suggest the ideal time to render the application from your experience. 1. Full screen with buttons and images 2. ideal response time to bring data from Appian db 3. ideal response time to bring data from integrations 4. ideal response time for the button click Thanks
Hi All, I am preparing for the Appian Analyst Certification and I will need to dive into a number of documents in order to understand all topics. Can you recommend the most helpful documents/sources for me to study (I am not a developer) ? Also, are they any previous exams/examples I can refer to in order to practice ? Thank you in advance
I knew Activity Chaining is configured when same user have to perform multiple user input tasks without navigating to tasks list . Can some one let me know where other places we can use Activity chaining and uses of it .Can we stop using Activity chaining in middle of PM where we have Start Process Smart Service (MNI)( the intention of start process smart service is to just trigger another Pm and no data needed from that PM into parent) and then continue after that node?
Hi, i have an array of numbers like this{ 10, 5, 6, 9, 8, 11, 7, 4, 2, 13, 16, 1, 5 }I want split this array in several arrays in wich the sum of all element must be maximum 20.There is any snippet for doing this easily?Thanks
Hi Is there any code in app market to build ChatBOT like interface to provide comments in a box, a button to submit in Appian. Thanks Bihitak
Hi All, Currently the user clicks on the record ID link to go to the summary of the record (In a read only grid). Is it possible in Appian for the user to double click on any where in the row for us to be able to launch the summary screen, instead of an icon how its currently set up? thanks again
here in the image 1st, 2nd and 3rd columns are input and it has to generate the 4th, 5th and 6th column can anyone help me with this 4th column will be calculated with 3rd column/1st column 5th is minus of 4th column 6th is increment of 1 year for brief it is a depreciation logic for every year
Hello, in my case I have a table created with editable grid which contains a hierarchy. My problem is that I should indent this table with spaces and not with dots as in the given example, but I don't know how. To obtain that array with dots I have a small rule with return an array with N dots, but if I try with " ", the result will be also " ". Example 1: nr=5 -> concat(repeat(ri!nr,".")) -> "....." Example 2: nr=5 ->concat(repeat(ri!nr," ")) -> " ", what I want is " ". Can you help me? Even with another variant than the one I had?
I need to input data into the database utilizing the 'write to record data' service. I have mapped out the data and now require storage within the database.I have converted all data to map now i want to store the same into the database
we are going to build CI/CD Pipeline using Github and Github Actions. Can you please assist us how to setup Appian applications in Github for Versioning ? do we have any documentation on how to create Pipeline for Appian environments using Github Actions ?
a!localVariables( local!selectedGroup: ri!initialGroup, local!actionTaken: if( isnull(ri!btnAction), false, or(ri!btnAction = "ADD", ri!btnAction = "MOVE") ), local!distinctUsers: if( a!isNullOrEmpty(local!selectedGroup), "Please select a group", a!flatten( a!forEach( items: local!selectedGroup, expression: a!localVariables( local!group: fv!item, a!forEach( items: getdistinctusers({ fv!item }), expression: a!map( id: fv!index, Group: local!group, Members: fv!item ) ) ) ) ) ), local!pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 10), { a!sectionLayout( label: "User & Group Management", contents: { a!pickerFieldGroups( label: "Pick Groups", labelPosition: "ABOVE", maxSelections: 5, value: ri!initialGroup, saveInto: {
Step1: Getting data using rule input. Ex: rule input is of integer type and the current value is 1000. Step 2: create local variable and fill with the rule input value that is 1000 Step 3: on button click, rule input value gets changed to 2000. CASE: As soon as rule input value is getting changed my local variable value is also updated with the new value but I don't want to update my local variable value. Local variable value should be 1000 doesn't matter my rule input value gets changed or not.
Currently, I am preparing for my Appian Certified Associate Developer ACD100 exam. I joined online forums and communities and got knowledge from experts. I took the Appian Certified Associate Developer ACD100 practice test from P2PExams and it was helpful. By taking this practice material I noticed a huge improvement in my concepts related to the final test. Now I feel that after practicing with this practice test material I can perform better in the final exam. Does anyone want to share other resources regarding ACD100 exam preparation?
let us know the steps
Hi every one, I got this error when running the code in process model. But when running it in a test expression rule, it didn't return me any error. Please have a look at the screenshots below: I tried reduce the amount of data (from 91 to only 10) but the process error still occurred. Do anyone knows the solution or possible reason for this? Thank you!
Hi Team, I have few tasks like "How to send email by user selection on interface approver field. The selected approver should receive an email. can anyone guide me ? Thank You.
Hi! I took the senior developer exam yesterday after having studied: Appian Automation (Senior Developers) Appian Portals (Senior Developers) Testing and Quality Assurance (Senior Developers) Advanced Process Modeling (Senior Developers) Integrations (Senior Developers) Advanced Expressions (Senior Developers) Delivery Methodology (Senior Developers) Appian Advanced UX Design (Senior Developers) And having 4 years working experience. I noticed many questions that were not in this material, such as Platform Maintenance and Performance questions. I want to try again but I don't know what to study. I would really appreciate your help!
I need to send my code that is in the test environment to the production environment, however, there are some group identifier errors. I do not make sense. Can someone help? Begin transport. 2024-04-12 14:29:41.99 DEBUG group 61 20a13bee-28e1-4b24-a02e-21ee270d3116 Loop detected: [group:61, group:160] 2024-04-12 14:29:41.99 DEBUG group 61 Breaking loop [group:61, group:160]. group:160 will be transported with its reference to 61 nulled out and will require a second pass.
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.