-
Recently active
Hey guys, In my Application have the all users Group, with in it, supervisors and developers group. I also have a datatype with input name assignTo as type text or user. I created an interface with a rule input, i want to able to assign a task to a developer and supervisors and show the task and show two readonly grids with supervisors and developers with the assignTo task was created. I think i need to use a filter for the all users group and filter the developers group and supervisors group. The problem is how do i make sure i get the right data from the assignTo rule input. Here are my localvariables in my interface: local!userDevelopers: if( a!isNullOrEmpty(a!groupsByName("TEST Developers")), null, { a!groupMembers( group: a!groupsByName("TEST Developers"), memberType: "USER" ).data } ), local!userSupervisors: if( a!isNullOrEmpty(a!groupsByName("TEST Supervisors")), null, { a!groupMembers(
i am not able to figure out how to create dynamic ui from database any solutions??
can some one please help me out with this error in my interface.
Hi, I have multiple interfaces and I switch between them user the user input task activity by selecting the interface name and data that i want to pass. The problem is when i move to another interface, the data will not pass until i click a submit button or do any action! For example, I fill info in Interface1 and click a card with link to move me to interface2. In interface2, The data from interface1 will not load until I click on a button with submit! Can I pass the data with me without doing any action?
a!localVariables( local!lineOfBusiness: rule!LCM_getLineOfBusinesses(lobkey: null(), lobcode: null()), local!attorneys: rule!LCM_getAttorneys(soeid: null(), attorneykey: null()), local!selectedAttorney, local!selectedAttorneyLOB, local!attorneyLOB: { a!map(attorneykey: null(), lobkey: null()) }, a!formLayout( label: "Form", contents: { a!boxLayout( label: "Attorney - Line of Businesses", contents: { a!gridLayout( label: "", labelPosition: "ABOVE", totalCount: count(local!attorneyLOB), headerCells: { a!gridLayoutHeaderCell(label: "Attorney(s)"), a!gridLayoutHeaderCell(label: "Line of Business"), a!gridLayoutHeaderCell(label: "") }, columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE", weight: 1), a!gridLayoutColumnConfig(width: "DISTRIBUTE", weight: 1), a!gridLayoutColumnCo
In the below scenario, 1. A Process has been triggered with one UI task. 2. User has accepted the UI Task and entered the required fields. All the fields were passed as active class parameter and saved. 3. User has clicked on Save Draft(Appian OOTB feature) and all the values entered in form is seen in the Properties window. 4. Admin user has cancelled the process instance and all the values saved via Save Draft has been vanished. Is there a way to get the values back? the data saved in AC variables are need to be recovered. The issue here is since the task canceled, we can not get back the data stored using SAVE DRAFT function. we have not stored the data in PV variable, In anyways can we get this data back? Thanks, Lakshmi
Is there anyone else that is completely new to the coding world without prior coding knowledge. I am considering doing a Full Stack boot camp to help me. I am not sure if that is the right path. How long did it take you to grasp Appian and past the associate developer certificate? Have you been able to secure employment with completing the certificate through this site?
As we all know , we don't have security for CDT unlike other appian objects. But I have a use case where I have to restrict the access to CDT , I just need viewer access and should not be able to download or create new versions. Use case : we created a separate group called Application Support admin . This group is basically to have a viewer access to application and to all process model This group is to monitor process instances in prod to debug any issue . To achieve this , we went with the below approach 1)Basic user with designer access 2)Create application specific group and provided viewer access to Application 3)We set the process model security to this group as viewer access with this user belong to this group able to process models with only viewer access (cant start or stop process or create any new process model) and able to see all process instances (with viewer access - cant edit process also) But we see a risk here that, with this role - user is able
What does this mean?
I have configured the Custom Sender while sending the Email. Everything is working fine. I am able to receive the Mail also but The sender Display name is getting Repeated.. Can someone help. Thanks
I am using an XML to render a report. Each row should display a single amount per case; for example: row 1 .---> validation number caseid payee name check amount check no row 2 .---> 13331 1234 john_name 120 blank row 3 .---> 13332 1234 john_name 240 &n
HI All, Getting error in process model Expression There was an error in an expression in User Input Task at: Neither Variable(s) nor rule(s) found : contents while validating the process model I know ther's few configurations missing from interface level. May some on help on this. a!localVariables( local!userAgreed, a!formLayout( label: "Online Order Form", instructions: "Please fill in the order form below with the items you want to purchase from our store. Thank you for choosing our services!", contents: { a!sectionLayout( label: "Select Your Product", contents: {a!radioButtonField( label: "Preferred Product", labelPosition: "ADJACENT", choiceLabels: cons!OA_CONSTANT_PRODUCTS, choiceValues: cons!OA_CONSTANT_PRODUCTS, saveInto: ri!product.productName, value: ri!product.productName, required: true() )} ), a!sectionLayout( label:"Shipping & billing details", contents: a!col
I have added two new columns to the CDT, When I am deploying these changes to production.are these two new fields mapped to the existing instances or not ? Pls explain with one simple example. Thanks in Advance!
Can we set character limit for rich text field
Hi All, As the application name and its prefix has been changed after the half way across the development, we are now in need to change the existing appian objects to the new prefix. While doing so, I'm trying to change the CDT, Data Store etc.. ( AFAIK while is the most tedious task) but getting the below error : is there any best practices for changing the prefix for CDT , DB tables , Data store , records etc ? Can someone please elucidate ? Error snap shot : XSD File EM_table2XSD – < 1 KB The name and namespace of the new version of the data type must be the same as the current data type's name and namespace. Received namespace: urn:com:appian:types:EM, name: EM_table2
I have an expression that takes in a dse and spits out the column names of everything in that dse. Unfortunately, the way it does this is by querying the dse and then running a!keys() on the first entry of the result to figure that all out. While this works perfectly well when the dse has values in it, it will error out if the table is empty. So is there any way to get the same information directly from a DSE that doesn't have data in it?
An often occuring frustration when testing out an interface is that it will work fine within the interface editor, but once we throw it on a site, something goes wrong. That wouldn't be too big a deal as it's all part of development, but whenever we test interfaces on a site, there is no way to see what values the variables are getting for diagnostic purposes. We can hide/show the components on the site, but is there some way for developers to also see variable values?
HI All, I am using a!fileUploadField for uploads file, which has validated to allow only "PDF" file, Our ask is, if uploaded file extension is not PDF, shall remove immediately, how i can do that? Note:- file upload feature i have given on a grid column and it's single select.
Hello, We are using MS Graph Email Poller for our project, and we upgraded to the latest version 3.1.0. Based on the documentation we followed all the instruction but we are getting as ErrorMessage: "Error executing the request" nothing else, could you share any insight what can cause this? Thanks Suhas
Good morning. I have a flow where an inclusive or node is used to branch one or two branches in parallel. However, when putting the convergent inclusive or node, the process continues when the first branch arrives and does not wait to synchronize the arrival of the second branch when both branches are fulfilled. What am I doing wrong, how should it be done? Thank you very much and best regards.
On the portal https://docs.appian.com/suite/help/22.1/Testing_and_Debugging_Problems_with_Process_Models.html mentioned:- Editing Process Optimization Reports Two reports are used to generate metrics that can be displayed in the process modeler. Default Process Model Optimization Metrics Default Process Optimization Metrics These reports can be found in the Objects View by searching for them by name Where can I find these 2 reports. ?
Hi, Which inbuild appian method should i used for clicking a button which is having tag <Strong>?
Hi, There is a button called 'Create' in our application. i am trying to click on that button using 'clickOnButton(Button Name)' ,it's not even clicking that button and getting failed. but it's having button tag
I set in the User Task the ReAssignment privileges to "No privilege" because I don't want that a user can reassign a task if another assigned the same to himself. But the "Reassign" button keeps staying when I open the task. Any advice?
Hi Team, I have a requirement to call a process model inside the button saveInto using a!startprocess function. But when i am using the function the variables declared inside the button saveInto are not updating. Any Idea on how to fix this issue. 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.