-
Recently active
I cannot able to sort it out I am passing id that id is not having degree certificate document but still the document download link is showing
Regarding configuring an Appian Server, we are aware of the following configurations' default/recommended values: vm.max_map_count=262144server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=120 If we were to fine-tune these values, is there an ideal formula we can follow? Also, what possibly could be the merits in raising/lowering those values? Meaning which parts of Appian will be affected and how far will it improve Appian performance?
EDIT: Got the value to save but the dropdown box doesn't show up when the correct value (boolean true) is selected a!radioButtonField( label: "Is Jira Access Required?", labelPosition: "ABOVE", choiceLabels: {"Yes", "No"}, choiceValues: {true, false}, value: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{2463d484-b544-48a5-813c-701935313606}jiraAccess'], saveInto: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{2463d484-b544-48a5-813c-701935313606}jiraAccess'], required: true, choiceLayout: "COMPACT", validations: {} ), a!dropdownField( label: "Which Department Requires Access?", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: cons!DS_deptChoice1,
Hi all, what is the difference between Build Apps Faster with Sync vs Disable sync and related features. Thanks & Regards, Kiran Sajjan
So, I need to use visibility/showWhen to display a dropdown if a certain choice of radio button is selected. The format is kind of like this, the two dropdowns are supposed to be hidden until 'Yes' is selected in the group of the second radio buttons. This is currently the code I have. I'm still fairly new to Appian and trying to figure things out! I have experience w/Python/C#/Vis Basic so explaining in those terms could be helpful as well if( a!radioButtonField(choiceLabels: "Yes"), showWhen:true()
Hi everyone! I'm a product manager at Appian and our team is working on measuring which recent features have helped you the most in Appian, what's still slowing you down, etc. If you have 5 minutes to spare, we would greatly appreciate your participation in this survey--thank you!
I have a process model and interface set up so when user clicks save and continue it exits the form to write to DB then a XOR gate that checks the user action, if it's save & continue it loops back to the interface. All of the nodes are activity chained. But for some reason it keeps exiting out of the interface instead of just loading it back up. Could it be because there are a lot of writes to database so it's delaying the loop back? I do have less than 50 nodes.
when having the nested cdts a foreign key relationship is established what will be default cascade behaviour is?
Appian version 21.3 When I create new membership rule to add users whose Address 2 starts with [ it return error: HTTP Code: 500 I found below error message in tomcat-stdOut.log ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation. com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Expression evaluation error [evaluation ID = 0D1P8RZE] : [valid:false,syntaxError:false,value:Expression evaluation error: An error occurred while executing a save: com.appian.komodo.api.exceptions.ConnectionClosedException: The connection to the engine was closed] (APNX-1-4198-000)
Hi, I'm new to Appian technology, but I arrive from a different BPM. In Appian for more processes, I need to have an organization chart where there are offices and people that respond from request made by different people, In my example, people from office 1 respond to requests by office A, but for a specific human task activity is assigned to the first level manager, in our example is the CFO, but if the request is open from Office B the request must go to Office 3 and CTO. the hierarchy of the company is very large, is there a smart way to create logic or do I need to create groups and subgroups for each office?
Hi all We have a requirement to generate barcodes (EAN and ITF) images - we have the barcode numbers and all other related data. Does anyone have a useable API or plugin (the barcode utilities plugin has not been updated in over 5 years so a bit fearful of using it)
Hi, we recently update our version of Appian to 22.2 and I realized that in the Appian process modeler we can not see the Data Tab and Data Function anymore. That was very useful to see which variables we have in the process or to quickly look for functions without memorizing that. Thus, I ask, do they disable this feature in this new version, or do we have to activate that in some way? In the Documentation I've seen that they actually provide this feature: But this is what I have in my environment: Thank you for helping, regards.
Is there a way to get base64 for a given document? I have a Expression rule where one of the rule inputs is a document. I'm using this Expression rule to prepare the body to be sent in one Integration object (we need to execute some logic, and that's the reason why we are doing it in one ER). How can I get the base64? We know that we can manage it by adding a rule input in that integration object, and passing there the document which will be automatically converted to base64, but the approach mentioned above is possible? Thanks in advance
Would like to see Appian add a feature where we could setup an audible validation. For example, we have a data collection application where the user uses a handheld scanner to scan a part number, which returns the item description and unit of measure then they can scan a qty for inventory. It would be great if you could set it up to play a tone if the part number was not found. I have it set up to display a message, but if the user is not looking at the screen after each scan then they won't see the message. I am looking into the scanner hardware to see if there is a function I can use, but doubtful.
hi Community! I would like to test my skills and do the AW2022 Live Build Challenge. Should I create tables within db that is behind My Community Edition Site or there is a way to get access to environment where db is ready and I can just start my development?
Hi I want to add a uniqueness validation on a particular data for eg. as a user, if i enter "AbCde12" so it should check that existing data should not contain this value in case insensitive form. How to get the list of all permutation an combination of this value "AbCde12". Thanks & Regards Shweta
I am trying to use a!cardChoiceField but need capability to adjust the size of the cards, specifically make them wider. The documentations says to put the card choices component in a columns layout with a specified width to control the number of cards in each row. How do I do it?
so lets say clothesType is declared as string in db. in a rule, i am iterating over this variable using for each loop. the problem is i can't declare the clothesType as an array as it would affect existing functionality. If i could, it would solve the problem. So, are there any built in appian functions that i can use to run a for each loop over a value that is accepting one value only?
Hi, The requirement is to compare document with its previous version of the same document ID in appian. Is that a possibility and if so any plugin or function that to be used?
Hi All I am working on the Appian portal and trying to upload more than 1 file at a single time, I used maxSelections in file upload field but its not working I am using record Type and local variable because we can't use rule inputs in the portal. Below is my interface code and CDT .
Hi everyone, I need to track my company distribution list (contact group) on outlook email. It should work this way: Sombody sends an email to my distribution list. Receiving the email to my inbox is an action that triggers appian process with parameters extracted from that email. The distribution list that I need to monitor has company domain and it is not on appian cloud. I checked the Receive Message Event documentation but I am still not sure how to approach this task. Thank you in advance,Marcin
Hello i'm just trying to get the name of the past month, im using this code: proper(text(today(), "MMMM")) But it only generates the name of the current month Thanks!
Hi All, I have the requirement to close the process task after clicking over the button in interface? Can anyone please help me out?
Hi all, I have use case where i need to separate the characters & integer value example- I/p: "ABCD1234" output: ABCD, 1234 , i/p "A22B45" o/p: AB , 2245 Thanks in advance
Hello community, can anyone suggest me how to get second highest number from an array. 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.