-
Recently active
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.
Hi All, we have process model A ,B ,C ,D A is created by Duplicate existing process model D B is using A as Child C is using D as Child when we are saving process model A we are getting parent process warning :- This process model is used by the following process models which may be affected by your changes. If you continue, the owners of these models will be notified. B and C is affecting I checked all the nodes of C but we are not using anywhere process model A then why we are getting this warning for C
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
I am always indebted. I have a question for all you kind people.Store the array obtained from the record type in the first local variable.Stores a new array that adds part of the value of the first local variable to the second local variable.This second local variable will be used to display the graph. The first local variable stores data corresponding to the rule input value, if any. However, in rare cases, the value entered may not exist for the record type being queried. At this time, the value of the first local variable will be []. Here comes the problem. When defining the value of the second local variable, there is no problem if the first local variable has a value other than []. However, if it is [], the addition process will not be possible and an error will occur. I would like to solve this problem, but are there any appropriate functions or ideas? When defining the second local function, if I included an IF function or a NULL check, the variable definition did not work. If a
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?
Hello, I have a requirement where the text field should get auto-populated based on the previous action. Once the text field is auto populated I have 2 possibilities. 1. the user can click on submit without making any changes to the text field. In this case, since there is no user interaction, the value is not storing to the saveinto local variable. 2. the user can change the text field value as per their choice. In this case, the value is saving to the local variable, but it's not reflecting in the text field, since in value parameter there is another local variable. a!textField( label: "File Name", labelPosition: "ABOVE", value: local!prepopulatedName, saveInto: local!docName, refreshAfter: "UNFOCUS", ), Here, local!docName is the variable created for storing the value for this text field. local!prepopulatedName is the field from where it's getting auto populated. Can someone please guide me here?
if( ri!valueType_txt = "Ratio", if( and( like(ri!inputValue_txt, "*:*"), isnull( stripwith(ri!inputValue_txt, "1234567890:.") ), not( isnull(stripwith(ri!inputValue_txt, ":.")) ), left(ri!inputValue_txt) ":", right(ri!inputValue_txt) ":" ), "", cons!CR_APP_COV_THRESHOLD_VALIDATION_MSG[1] ), if( ri!valueType_txt = "Ratio:1", if( and( like(ri!inputValue_txt, "*:1"), isnull( stripwith(ri!inputValue_txt, "1234567890:.") ), not( isnull(stripwith(ri!inputValue_txt, ":.")) ), left(ri!inputValue_txt) ":", right(ri!inputValue_txt) ":" ), "", "Value is not in the format of m:1." ), if( ri!valueType_txt = cons!CR_APP_FIN_COV_VALUE_TYPES[3], if( and( len( stripwith(ri!inputValue_txt, "0123456789.") ) = 0, len(cleanwith(ri!inputValue_txt,
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,
Hi Team, In my process one of the process triggered unwanted scenarios and if I want to check parent process for the process. But I am unable to find it due to start process triggered the process. Do you know any other way to find the parent process Id or process name. (only for start process). Subprocess we can do by parentprocessid function. Thanks, Pradeep Sridharan
We have a requirement to have a Drag-Drop feature in Appian UI, where user should be able drag a document from Appian to an external system (document download feature), looking for ideas and options to implement this in Appian.
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.
Hi Community, I created a AL model and am using classify documents smart service but I need to show that data in interface. with out classify document smart service do we have any function in the Interface
Hi team, I have a use case where I need to create tasks for users, but there is a parent-child relationship between tasks. In one interface, I will collect the details of the task, and users can add additional tasks to an already existing task. So, a parent task will have N number of child/related tasks, which will be stored in a table called "task details". Daily, once I trigger a process, it will query the task details and create the tasks. The thing I need is for the parent task to be created first, followed by related tasks in the order the user gave them. It would be simple to achieve this using a subprocess and looping the task creation by sorting the data using datetime. However, I wish to use the startprocess MNI, as it won't affect performance and to avoid instances paused by errors (subprocess will stop in this case). I don't know how to order the data or loop the data to achieve this. Any suggestions? Thanks in advance [mention:a11f77a729fb4db2af76
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."
a!localVariables( local!refreshVar:1, local!loggedInUser: loggedInUser(), local!now: now(), local!isLevelOneApproval: /*if(a!isUserMemberOfGroup( username: local!loggedInUser, groups: cons!AMS_DG_GP_ADMINISTRATORS, ),true(),false()),*/ false(), local!departmentId: if( a!isUserMemberOfGroup( username: local!loggedInUser, groups: { cons!AMS_DG_GP_SURGICAL_DEPARTMENT, cons!AMS_DG_GP_GENERAL_DEPARTMENT }, matchAllGroups: true() ), { cons!AMS_DG_DB_DEPARTMENT_ID[1], cons!AMS_DG_DB_DEPARTMENT_ID[2] }, if( a!isUserMemberOfGroup( username: local!loggedInUser, groups: cons!AMS_DG_GP_SURGICAL_DEPARTMENT, ), cons!AMS_DG_DB_DEPARTMENT_ID[1], cons!AMS_DG_DB_DEPARTMENT_ID[2] ) ), local!appointmentInfo: a!refreshVariable( value: if( or(local!isLevelOneApproval), rule!AMS_DG_GetAppointmentInfo( isDS: false, fields: { {
The requirement is as follows; I need to start a process and it requires two information, a ID and the user data. Now after users scan a QR code it will open a URL in the browser and landed to page then click on a start process button it starts a process. The QR code has the ID and URL that should open APPIAN interface on WEB Browser and on the landing interface I can capture the user data. Now on start process click it will start the process model with necessary data. How can I achieve this?
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
Hello, I have a column layout at the bottom of the page. In one column I display folders which I get from an integration of a sharepoint folder. The next column are the files located inside the selected folder. The final column gets the selected document and displays the preview. All good until I added a button which is supposed to hide the first two columns and sets the document preview height to "TALL". The functionality is meant to enlarge the preview and it does, however every time I click on this button the screen jumps to the top of the page. When preview is enlarged I also have the "back" button which reverses this action and again the screen jumps to the top. What is going on here?One more thing: Even if I scroll up after clicking (which is easily done since Appian+Sharepoint is so slow) so none of the columns are on my screen it still jumps to the top.
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.