-
Recently active
Hi All, I need to add a footer section at the bottom of the interface which should remain fixed at the bottom irrespective of the amount of grid rows in the interface page. Can anyone please help me with this?
I have requirement where i need to include deep link (similar to task ) . so when upon clicking on it it should direct to the form for approval
how to design the processmodel that Should trigger on that particular date and then it should call api , again after reaching end date api call should end in processmodel
So I am trying to have a dynamic page name depending on the number of tasks being displayed in grids. I have set up an if() statement for the page view name and I have the expression rule set up as: a!queryProcessAnalytics(report: cons!report, contextProcessModels: rule!ContextProcessModels(), query: a!query( pagingInfo: local!pagingInfo, logicalExpression: a!queryLogicalExpression( operator: "OR", filters: { &nbs
Hi, I'm relatively new to Appian and came across a use of the if() function that didn't seem to fit with the online documentation and syntax. According to some more experienced developers it wasn't unusual, but I was disappointed not being able to figure it out on my own. How would you all go about understanding a function use that didn't seem to match known syntax? Or help me read the syntax better: if( condition, valueIfTrue, valueIfFalse ) showWhen: if( local!status = cons!APPL_STS_OFF, local!level= cons!APPL_LVL_THIS, local!level = cons!APPL_LVL_THAT )
Expression evaluation error at function a!forEach [line 104]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function 'cast' [line 106]: Could not cast from COSELM_coselm_eox_information to Number (Integer). Details: CastInvalidCould not cast from COSELM_coselm_eox_information to Number (Integer). Details: CastInvalid
Hi All, I have two CDTs A and B. B is nested to A. I am creating the data for cdt A using expression rule, for each record in A there may be multiple record of B. Can someone please help me how can I create using expression rules which will further then inserted to database.
Hi everyone.Do you know which is the minimum score for passing the Associate Developer Practice Test? I want to obtain certification. And another question in the exam includes questions related to Introduction to Appian Delivery Methodology? since that topic comes in the learning path, but not in the exam objectives, in fact it does not even include the percentage.
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?
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.