-
Recently active
question in the title. Thank you.
Good Moring ! AFAIK we cann't trace the historical groups of a user but wanted to check with larger audience if there is any way to do so. Ex. User "A" belongs to group "X", "Y" and "Z" on 8/1/2021. On 8/13, someone changed the group of user "A" to "L", "M", "Z". In this scenario i wanted to pull the past groups of user "A". TIA, Ajay
what happens if i cancel the exam? will i get full amount what i have paid??
Hello! I am using docx dynamic plug in and when I was passing white spaces it was throwing errors, so I did some research and replaced all the spaces with " " but now I am getting this error The entity "nbsp" was referenced, but not declared. Can anyone guide me please ? Thanks
Hello Everyone, Please let me know whether any one implemented adding dynamic columns in paging grid? Actual query outputStudentName Age City StudentA 15 LosAngeles StudentB 16 Newyork StudentC 17 Austin Below is my requirement to display the data in vertical grid formatRequirement is below(Kind of vertical grids). StudentName StudentA StudentB StudentCAge 15 16 17City LosAngeles Newyork Austin 1)Question is number of students may be varying based on input conditions. So please let me know whethercan added dynamic columns in paging grid?2) or did any one implemented vertical grid? Thanks in advance
Hi All, I am starting a process from a report dashboard and I have a requirement to refresh my dashboard based on process result. But while using start process link I am not able to refresh my dashboard. Any suggestions/Solution would be really appreciated. Thanks in advance
We have a variety of tools to force data refreshes on interfaces on local variable changes. For example, this is easy to do using a!refreshVariable and I've even found ways to force read-only grids based on record data to refresh using little hacks like this in the filter logic: a!queryFilter( field: <field reference here>, operator: if(local!updateMeToRefresh,"=","="), value: ri!id ) However, even this technique doesn't seem to work in charts such as a!barChartField() where a!recordData() is used as the data source. I have an interface where I'm showing some charts based on record data and I'd like the user to be able to refresh that data on demand (there are other components in the interface that are used to update the data behind the chart) without having to reload the page entirely. I want to use record data here, but I may have to change to local variables unless there is a way to make this work. Looking forward to your ideas!
The documentation in the frequently asked questions for the certification exams does not say what a passing score is for the exam. It also says that there will be matching and other types of questions other than multiple choice, but none of them are available on the practice exam. Is the practice exam old? What is the passing score? Can we expect updates to the exam practice test any time soon? I don't want to pay the fee for a test I haven't been able to practice for.
How to UnArchive any Archive Process? Could you pls let me the steps for that. Thanks in Advance!
Hi, I want the Approval form as Read Only except the radio button for approve or reject purpose and no cancel button. I want different logic other than given in https://docs.appian.com/suite/help/21.2/SAIL_Tutorial.html. I do not want to pass a step input and then make it read only. Could someone please suggest? Thanks Faisal
Hi Folks, I have a use case, say I have editable grid with 2 columns column 1 and column 2, user should see existing data in read-only format and when ever user clicks on add new row link in the grid, new row should be appended to existing list and editable. Consider I have below table structure is similar to my use case Column 1 Column 2 Check box Key1 Value1 Key1 Value2 Key1 Value3 Key2 Value4 Key3 Value5 Key4 Value6 In the above table Key1 has there different values, user should have a option to decide which value should be returned out/ mapped to that key1, to achieve this I have enabled section option in editable gird. When I do check on one row to map default value for key1, all the rows were selecting by default though only one should have been selected. Can anyone suggest me how to achieve selection in editable grid?What would be the reason for selecting all rows instead of only one row in above scenario? Thanks in advance [emoticon:c4563c
Team, We have list of users in array , we want to know there direct group names which they belongs too. Regards, Gaurav
Interface Definition: Expression evaluation error [evaluation ID = af95d:a8823] : An error occurred while executing a save: Expression evaluation error: The save target must be a local variable that does not refresh on every evaluation or on an interval, a process variable, or a node input (or a rule input passed one of those three), but instead was: [documentId=, mappingKey=1, entityType=, entityId=, docType=, docName=, docExtension=, docDescription=, appianDocId=, isActive=, createdBy=, createdDate=, lastUpdatedBy=, lastUpdatedDate=]. In my interface, I can add multiple lists and in each list, I have multiple documents. This is my requirement. a!gridLayout( label:"", headerCells:{ a!gridLayoutHeaderCell(label:"Upload"), a!gridLayoutHeaderCell(label:"DocDescription"), a!gridLayoutHeaderCell(label:" ") },
I am new to Appian and I am evaluating this platform recently. I defined a workflow without "process start form" it worked as expected and data finally has been save into db; This is my workflow and it is as simple as enough: And then I tried to add a "process start form" (I didn't want it but seems a "start form" is required if you want to start a process from the site pages), in my "process start form", there is nothing but a "Notice" text block and a "Submit" button(submit = true). but it behaved oddly since then. It showed that it only has "Start Node" and "End Node" now when I debugged it. From the debug monitoring tab it seems totally not my workflow. Please can anyone tell me what's wrong?
Hi all, In our current project, we are discussing the use of a wizard-style form versus a single interface form; however, the form will need to support offline functionality. Will we be able to use a wizard-style form offline, where each navigation action saves the form's data or is that too far outside of the current offline functionality? Thank you, Jacob Benjamin
Hi All, In recent day, i encounter a weird issue. I am in a stage of Go-Live in my project. From couple of day back my credentials, has stopped working. I am not able to login in Dev and Test evnironment. whenever i try to login i get "The username/password entered is invalid. Usernames and passwords are case sensitive.". I reset my password from Admin console and try to login with the temperory password i get the same message ""The username/password entered is invalid. Usernames and passwords are case sensitive.". I did forget password and got password reset link in my email, when i click that it say "Your Link Has Expired". I created new account but still same result with that. Kindly help me here.
Hi guys, been facing this issue on our DEV environment for a couple of weeks now. When trying to reset the passwords for certain accounts via the admin console we're getting the following error: An Error Has Occurred Expression evaluation error [evaluation ID = 89ca3:c4826]: An error occurred while attempting to store into the following variables: [local!passwordResetWriter]. Details: [[local!passwordResetWriter:The user [test.account] does not have sufficient privileges to perform the requested action because they are not in any role.]] When trying to reset the password via the "Forgot Password" link, we're seeing the following: ERROR com.appiancorp.security.auth.forgotpassword.ForgotPasswordRequestServlet - Unexpected exception when processing password reset request. com.appiancorp.security.authz.AuthorizationException: The user [test.account] does not have sufficient privileges to perform the requested action because they are not in any role. (APNX-1-4188-001
Hi! I am new to using the tool and I want to know how I can change the background or the letters of a text field to red in a form. When the text field has an incorrect value. Where can I put this code, in the header, in the validations? Example:
I'm trying to load my developer course and the page is extremely slow. It wouldn't load. Anyone else experiencing a similar issue? All other webpages load perfectly fine, including this discussion forum as well.
Hi team, I am going through this appian tutorial Process Modeling Tutorial - Appian 21.2 but error in expenseReportSummary Interface like this "Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function 'user' [line 5]: Null argument not allowed". i have interface { a!textField( label: "Requester", labelPosition: "ADJACENT", value: user(ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{pp}pp.{initiator}initiator'], "firstName") & " " & user(ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{pp}pp.{initiator}initiator'],"lastName") ), a!textField( label: "Amount", labelPosition: "ADJACENT", value: ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{expenseAmount}expenseAmount'],
Hi, I have to pass 10 digit number in the rule input, how to replace first 5 digit number with * and remaining 5 digit will same ?
Hi, I used multidrop down field in the interface, now I want to show in site with the readonly format, when I am calling this interface by keeping readonly=true I am facing this error can anyone help me out with this error. below is my code of the interfacea!localVariables( local!item:'type!{urn:com:appian:types:SHA}SHA_newList'(), local!propertyTypeList:rule!SHA_quertyTogetThePropertyTypeName(), local!ammenityTypeList:rule!SHA_quertyTogetTheAmmenityType(), local!mappingKey: {1}, local!Doc:'type!{urn:com:appian:types:SHA}SHA_document'(), { a!sectionLayout( label:"", contents:{ a!richTextDisplayField( label:"", value: a!richTextItem( text:"Add Listing ", size:"LARGE", style:"STRONG" ) ) }, divider:"BELOW" ), a!sectionLayout( label:"", contents: { a!richTextDisplayField( labelPosition:"COLLAPSED", value: {
Hi, New to Appian! I have a query filter rule: a!queryEntity( entity: cons!PINBuddy_DSE_Wizard, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "particpaitUpdateCutOffDate", operator: "
Hello All, I want to remove the space between the Label and field values (Screenshot below). Is there any way I can achieve that? Please let me know if anyone knows how to do that. Thanks in advance.
Hi team, i am refering appian application tutorial i have interface 1 and interface 2, i wanna reuse interface 2 into into interface 1...but shows error like this.....Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!formLayout [line 4]: The contents field on a column layout cannot contain a form layout. Received a form layout at index 4. INTERFACE 1 a!localVariables( local!readOnly: ri!step="APPROVAL", local!labelPosition: if(local!readOnly, "ADJACENT","ABOVE"),a!formLayout( label: if(local!readOnly, "Approve expense Report", "Submit Expense Report"), contents: { a!textField( label: "Expense Item", labelPosition: local!labelPosition, value: ri!expenseItem, saveInto: ri!expenseItem, refreshAfter: "UNFOCUS", required: not(local!readOnly), validations: {} ), a!dateField( label: "Expense Date", labelPosition: local!labelPosi
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.