-
Recently active
I get An error occurred in executing an Activity Class when using (rename users smart service)..
"
I am not sure if I'm just doing/understanding something wrong or if this is a bug or what. When configuring a site, there's an option that says, "Show Tempo Link in Navigation Menu". I could have sworn that if I select never on that, that I wouldn't ever see the site listing when I click on that 9 square icon listing all the tempo sites. However, I am able to see the site listed. What am I doing wrong here?
i got the error in when we are create the record type ,i get The selected table does not have a primary key. The source database table must have exactly one primary key. Preview,but i create a primary key,again i got same error
Hi, We have a grid layout, user needs to enter the necessary the data in the field by clicking on +Add row, every row has a dedicated Save and Discard button. the UI have Back (LINK) to go previous page. when a user click on + Add row in the table and enters data and don't click on save. click on back (LINK), and comes to the same screen again, ACTUAL RESULT: row value entered is displayed even row is not saved. EXPECTED RESULT: Row value entered should not be displayed. After clicking on Back (LINK) in UI and coming to the grid screen.
Hi, When we set an exception on a process with a timer, is there any way to set a process variable to a value, when the timer is triggered ? Ex: my process has a 2 hours timer set on a Task input form. After 2 hours the pv!value is set to true
How to show validation msg on button/icon click? i want to validate the status from the docusign and on the basis of result want to show validation msg.
Hi, Let's admit I have 3 process. Process A calls a sup-process B wich calls it self another process C. If a fonctionnal error is raised from C, is there any way to stop definitively B and A (from C) ? Or I have to deal with an error code below to push up the information to the parent process of each process ? Process C met an error, we set pv!error=true and terminate the process In Process B we test the return value from C, if true, we set pv!error=true and terminate the process In Process A we test the return value from B, if true, we terminate process
Expression evaluation error:invalid index(1) for list:valid range is empty load( local!choices: { { name: "MML Request Report", icon: "random" }, { name: "MML Confirmations Report", icon: "play" }, { name: "Public Equity Request Report", icon: "save" }, { name: "PE Confirmations Report", icon: "play" } }, local!userChoices: { if( isusermemberofgroups( loggedInUser(), { cons!DFXH_APP_ADMINISTRATORS, cons!DFXH_MIDDLE_OFFICE, cons!COMMON_APPIAN_LITE_SYSTEM_WIDE_GROUP_PLATFORM_ADMINISTRATORS, cons!DFXH_FRONT_OFFICE, cons!DFXH_VIEWER_USERS, cons!DFXH_MML_PORTFOLIO_MANAGERS } ), local!choices[1], {} ), if( isusermemberofgroups( loggedInUser(), { cons!DFXH_APP_ADMINISTRATORS, cons!DFXH_MIDDLE_OFFICE, cons!COMMON_APPIAN_LITE_SYSTEM_WIDE_GROUP_PLATFORM_ADMINISTRATORS, cons!DFXH_FRONT_OFFICE, cons!DFXH_VIEWER_USERS, cons!DFXH_MML_PORTFOLIO_MANAGERS } ), local!choices[2], {} ), if( isusermemberofgroups( loggedInUser
Hi all, We've got a requirement to provide some documentation/information on two things: 1. Resiliency for our Appian instances 2. The Capacity and Performance of our Appian instances Our environments are cloud-hosted, does anyone know where would be the best place to find any info on this, either generic or specific to our instances? Can I find this myself or would I need to get in contact with someone from Appian? I've tried having a look but I haven't come across anything yet. Thanks
I have a requirement where the files in our directory have the naming convention as: filename_{yyyymmdd}.{hh23miss}.txt abc_20220131.121314.txt The interface can and SFTP smart service combination can read the user input for file and date combination, but how can I retrieve a file which has timestamp associated? Newbie to Appian, please assist.
Hi All, Is it possible to make a variable static in appian just like java. So that it retains its value.
Hi Experts, Can someone explain me in-depth concept of a group type. What are the specific use cases where we have to go with creating Specific group type. Till now I have used only custom group types and groups at technical and business level. Thanks in Advance, Gaurav Singh
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
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.