-
Recently active
Hi All, I need to display icon besides checkbox choice lables. How can I achieve this. Can anyone please suggest something?
Hi All, I am new to Appian. I am not able to access the Appian Community Edition Site. It's showing "Check Status" and says that an email will be sent. I have not received any email in this regard till now. How long does it take to receive an email in this regard. I have joined almost a month now but haven't received any email in this regard.
Hii All, can anyone help me how to maintaine multiple field level Audit log in appian. 1) like I have field (like firstname,lastname,email,address,city...so on) then I have edited all the fields and submit the form. so How to show in the grid for every action(create, edit, cancel). Below is the grid I want to show audit log like this:
I have created a sample code, where the current date is being displayed in specific color, but I am facing an issue while selecting the date. Once the date is selected I am getting the issue mentioned below. The calendar display The calendar after selection of date : The calendar display after selecting month:
Hi ,All My question is that in the view summary page of Record type, I have add an interface to show the data in summary view page . So I am fetching data with the rule expression ,and call it in the interface. My problem is that ,all data is showing in the interface but some data is not showing in the summary view page . Please help me how can I resolve this issue of inconsistency of Data in summary page.
Hi All, I was wondering if there is a way to limit the number of characters shown per column in a grid. For example, I have a grid that has one column that shows a field called description and its data max character limit is 2000, but in the grid visually I only want to show 500 and then .... if they put their cursor over can see the rest. Is this possible or even something similar, this way the grid looks more harmonic since some data has up to 2000 characters but other ones are only 100-200 and things like that. thanks in advance
What am I missing? Why is it taking weeks to set up Community Environments for new users? Could Appian not create some sort of RPA process to generate them? It's REALLY difficult going through the Developer training activities without an environment.
I have been unable to find a starting point to the COMPLETE documentation of the Appian expression language (I don't know the correct name as I have not been able to find one). As an example, I found this by searching Google: https://docs.appian.com/suite/help/23.3/expression-advanced-evaluation.html But, this seems to be a random orphan page. I am unable to find a series of pages to which this belongs, and if I start from the menu on the upper left, I don't see how one would encounter this page by navigating that menu. I have found the page with documentation to all the functions, but not a complete FULL documentation to the syntax of the expression language. I would absolutely love to read it in its entirety instead of having vague ideas of what can be done and how it works from random examples. Where can I find this documentation that I seek? Am I overlooking something obvious? Thank you
Hi All , In File Upload Control , I don not want to save the File in Knowledge Center Folder when User First Upload and then Click Cancel or Close the Tab . What should I do in this case .
Hello all, I am trying to empty the form whenever I press add button it empty the form and take the data to an editable grid like this.
i have 2 level approval , first team 'A' has to approve and after they approves it should go to team 'B' . If i'm on same page it shows "team b" form . if i comeback to the same request again after sometime it starts from "team A" form again instead of "team b" form
In bulk search, like we searched 3id's (lets say 8,2,6) in one bulk search paragraph. Now in bulk update function, order of selected searched id's should be same like ( 8,2,6) same as bulk search. It should not be in any other order like (2,6,8) ,(8,6,2) or (6,2,8) etc. So how can we achieve this. Please suggest
i want an interface as "TEST 1 APPROVAL" with fields name, section and class with cancel,approve and reject button .once we approve another interface with same fields must display with title "Test 2 approval"
I'm a newbie to Appian, looking for the documentation on initial steps for creating the promote-to-production landscape. )This is assuming an "enterprise application" architecture (think: multiple users creating POs and then a Purchasing Dept. making buys), and not a mobile app architecture where we have to deploy an applet to multiple devices.) I have found the documentation on "Deployments" and "Packages," but not the precursor documentation on how to set up the landscape, declare where Dev is and where Test is and where Prod is, how to add a Training environment into the landscape if desired, how to set up Primary Dev and HotFix Dev, etc., such that a Deployment can move applications and objects from a Source to Target. Tried searching on "landscape" but that took me to portrait-vs-landscape in document orientation. Other ideas on what search terms to use, or can anyone point me directly to the documentation?
Hello: I am trying to use a!writeRecords() to write a list of records (of the same recordType) to the DB and it is writing a column of one-field to each field in the DB (images below). The debugging section shows the values before I click on 'Submit'. The second image is the data in the DB (Data Preview screen). My understanding was that a!writeRecords smart service would insert two records - one for each row of information. Obviously, I am not correct in my understanding of the service. How do I get each row to be written as a record in the DB? As always, thanks for the help! a!localVariables( local!userSelection: null(), local!ListOfOptions: rule!FST_getGuidelines(), local!ListOfChoiceValues: enumerate(length(local!ListOfOptions)) + 1, local!ListOfCategories: {}, a!formLayout( label: "Category Management", contents: { rule!FST_UserSelection( ListOfOptions: local!ListOfOptions, ListOfChoiceValues: local
My needs is to check if other user is standing on page, so in this case i cannot edit data on it. Is there some functionality to check that the record summary page is in use right now? Thanks for help!
I am trying to use a!writeToDataStoreEntity to write to into a database , if one on the fields is a (foreign key) which is an auto-generated primary key of another table in the "same interface ", how can i pass it to the other table when it hasn't been generated yet?
Hi, in my interface I have two buttons, "save" and "send as signature", the "save" button saves the filled and unfilled fields but the "send as signature" button must ensure that all the input fields are completed before making a recording. what solution can I use? THANKS !
Hi, After the script ran, i found Error in execuation log and report does not gets generated. Thanks in advance.
while crteating a constant to the all users group , after naming that constant with the name it is showing like that "name already exists" i need solution for step 4
I have two dates ex. 03/05/2021 & 03/10/2021, I am trying to get all dates within this range. (i.e 03/05/2021, 03/06/2021, 03/07/2021, 03/08/2021, 03/09/2021, 03/10/2021). Please help me with it.
HI, Thanks for all the details that i get here. Iam new to Appian tool ( 1 day ) , i would like to understand if appian is available in china region. I dont see any appian related services in the china marketplace. Please help me understand if appian is available in china region. If it is not available, what are the other alternates that i can use in China region as a low code hyper automation tool. Thanks for all the details
Hey everyone! I am writing an expression rule to count the rows in multiple task tables so I the user can have the total number of tasks they need to complete on the label for one of the View pages on the record. I have been using a!queryProcessAnayltics().totalcount and I have modeled each of the 8 off of the expression mode code for each of the tables. Unfortunatly I keep receiving 0's when I'm expecting a few on them to have values >=1. Is thre anything right off the bat wrong with my code? Do I need to wrap the code in anything to get the results I want? This is essentially what my code looks like. (I have a rule input called prjId (text value). a!localVariables( local!name1: a!queryProcessAnayltics( report: REPORT_NAME, contectProcessModel: {LIST_OF_PMS},  
Does Process deadline triggers escalation?
I am new to Appian and I want to understand the process for achieving my goal of building a website within the platform. I would like for users to be able to sign up, sign in, and add their information to a database. They will also be uploading documents, and I need to extract information from these documents and save it in the database. I am trying to make this a community accessible site. However, I am currently stuck as I am unable to determine if my sign-up and sign-in functions are working correctly, as only community users are allowed to log in. Can anyone suggest some resources or tutorials that I can use to learn and achieve my goal, as I am having trouble finding a comprehensive guide on how to create a website and deploy it to a domain where users can sign in and log in? Also, I would appreciate any information on using zonal OCR for document reading. Thank you in advance for your help.
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.