-
Recently active
So I recently deleted some rows of my table from the Cloud Database and using a process model, I tried to enter user values via a form. The primary key in my table is ID and the rows that I deleted had ID's = 4, 5 When I entered new values via a form, the new row generated in my table had an ID = 6 and not ID = 4 So how do I make changes in the XSD file so that my ID value starts again from 4 ?
Hello, i have a record type mapped on an expression rule that calls an integration service. I'm able to create a grid which displays every record type's element; this is easy :) I would need to insert a column at the end of each row that calls an integration service passing a property of the record type. I created a related action that calls a process model that contains the integration service call; i can't call this related action from that column. In the last column, the one that calls the service, it has to be present a "play" icon.Thanks in advance.Marco
I was doing a tutorial: Building a Form I follows the instructions and create a new Maintenance Request Form but when I try to Save as Action, it jumps to my Appian Process Modeler and I don’t know what should I do, What should I Write in between StartNode and EndNode? Can Anyone Please give any suggestions !
Hi Everyone, I need to pop up a prompt when user click on update button, if the required fields are left behind. Can anyone please guide me how to achieve this.
please anyone help me to solve the problem
Am looking for an example i.e, am selecting values from checkbox. values are in hierarchy like global value(main), multiple parent and multiple child values. when I select a particular child then parent of that child value need to be selected automatically even the global value also. whenever I select the parent then global value need to be selected automatically.
Hi All, I have a use case to display pop up on click of a button. However it should be displayed only if specific flag is set to true. Can this be achieved ? local!isDataEdited : false(), /*Confirm Message should only pop when this flag is set to true*/ a!buttonWidget( label: "Back", icon: "repeat",saveinto: {}, submit: true, style: "PRIMARY", validate: false(), confirmHeader: "", confirmMessage: "Any changes will be lost if you continue to navigate away from this page.", confirmButtonLabel: "Continue", cancelButtonLabel: "Cancel" )Thank you and Appreciate your time and effort !!
Hi, I have a requirement to create a grid something like the one below : first row first column has one cell, first row second column has two cells and first row third column has two cells. Date Name Code Monday September 20, 2021 Dave 1122 Frank 1133 Tuesday September 21, 2021 Maria 3322 John 1324 Joe 3444 Thursday September 23, 2021 Adam 3432 Please suggest
So I'm building an interface and part of it the user can change address and add credits to his account, but when i add credits I need to update the browser in order to display the new balance value, I've been told I need to use refreshVariable but doesnt seem to work for me can someone help? heres a code snippet: a!localVariables( local!filter, local!imagesdetail, local!selectedtab: 2, local!addingaddress: false(), local!addcredits: false(), local!user: rule!AS_Get_Account(loggedInUser()), local!newaddress, local!addedcredit, local!changeaddress:{name:loggedInUser(),balance:local!user.balance,address:local!newaddress}, local!changedbalance:{name:loggedInUser(),balance:(if(isnull(local!addedcredit),null,local!user.balance+local!addedcredit)),address:local!user.address}, local!filtered: rule!AS_Get_By_Category(local!filter), local!visivel, local!id, local!querycomments: rule!AS_Get_Comments(local!id), local!info: rule!AS_Get_By_Id(local!id), local!
... local!cart: rule!AS_Get_Cart(), ... a!gridLayout( label: "Editable Grid", labelPosition: "COLLAPSED", headerCells: { a!gridLayoutHeaderCell(label: "Item"), a!gridLayoutHeaderCell( label: "Price" ), a!gridLayoutHeaderCell( label: "Stock" ), a!gridLayoutHeaderCell( label: "Quantity", helpTooltip: "The number of items you want to buy" ), a!gridLayoutHeaderCell( label: "Total Price" ), a!gridLayoutHeaderCell( label: "" ) }, columnConfigs: { a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 4 ), a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 1 ), a!gridLayoutColumnConfig( width: "DISTRIBUTE" ), a!gridLayoutColumnConfig(
Hi, Anyone who knows the definition of database view? and what is database view used for? I'll appreciate it if someone answer my question. thanks a lot. [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Hi Everyone, I have to update multiple tables when submitting a from using interface. Can anyone please guide me how to achieve this? If there is any example, it would be more helpful. Thank You
So, I'm building a record where i have all the items in the store, then i can drill down to 1 item and update ir, but when i click on update item related action i get this error: An error occurred while applying the context for the AS Items In Store related action [identifier=21]. Details: No process parameter found corresponding to override [name=pv!item]. Non-parameter process variables cannot be overridden. Any help?
Hi, Does someone know the difference among Service-Backed Record, Process-Backed Record and Entity-Backed Record? and the definition of them. I'll appreciate it if you would like to answer my question. Thanks! [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Hi, I am trying to compare two dates one is stored in DB (lets call it dbValue) and another one is from now ( ). Now, where I have : dbValue: 10/02/2021 09:00 AM now: 10/1/2021 9:18 AM EDT dbValue<now it gives me true dbValue: 09/30/2021 09:00 AM now: 10/1/2021 9:18 AM EDT dbValue<now it again gives me true Not sure what's the issue, please help me.
What is the use of Foreign key while creating a CDT in Appian? Please give a brief understanding on the same with an example.
Hi Everyone, I have created an interface which have grid rows. The fileds are populated from two tables, so I have created a view for that. What I need to implement that if a record is entered into one table, the corresponding fields from other table needs to be updated. Can anyone please suggest any solution for this? Thank You
So i have a page I just want one group to see, in the visibility expression of the "add page" i have: a!isUserMemberOfGroup( username: loggedInUser(), groups: a!groupsByName("AS Buyers")) but i can't see the page anyways any help?
So I'm using an interface with multiple tabs co-depending on one another, but when i make changes in one, in order to see the changes I need to refresh my browser, is there any way possible to update those variables without refreshing the browser? for instance i have a local variable that receives data from a CDT and in another tab I delete a row from my CDT but if I don't refresh the page, that row is still displaying. Any help?
How do we selet or deselect a checkbox using Selenium Appian I have already tried methods like fixtures.populatefieldwith etc. can anyone direct me to the appropriate method/usage withAppian Selenium framework?
Can anyone give me some examples on how to implement this in my interface save into button? is it a!deleteFromDataStoreEntities("Name of CDT","local variable where i have all the information i want to delete")? I've seen the documentation but isn't clear enough and has no examples.
Hi I am using Appian Selenium framework where it uses Labels to identify an element for ex: for clicking something I use this code fixture.clickOnMenu or fixture.clickOnButton etc However, I have a Comments field (Paragraph widget). Not sure how to go about adding data to comments field FYI, I have already tried fixture.WriteText but it failed to identify comments field
Hi! So i just created a local variable and i want to imput diferent types of data in there, but the default data type from the local variable its type text, then when i a!save items into there i get this error: Interface Definition: Expression evaluation error [evaluation ID = 6ef8d:9e3c3] : An error occurred while executing a save: Expression evaluation error at function 'append' [line 446]: java.lang.Integer cannot be cast to java.lang.String I think if i can change the data types of the local variable dictionary I can go arround the error, any help?
I've posted a previous discussion but still no response, while I wait I am trying a different approach, im trying to input values into a writetodatastoreentity and i get this error: Interface Definition: Expression evaluation error: An error occurred while executing a smart service: An error occurred while trying to write to the entity "cart" [id=7626554b-fee0-459d-b2d8-732f6e1bc7f5@3179, type=AS_Cart_DataBase (id=3784)] (data store: AS Data Store). Details: java.lang.IllegalArgumentException: The list of records to be saved must not be null or empty: TypedValue[it=3785,v={}] Data: TypedValue[it=3785,v={}] I'm typing an a!save into the button saveinto I have 3 values and 2 0 like this: saveInto: a!writeToDataStoreEntity(cons!AS_DataStore_Cart_Pointer,{local!info.name,local!info.quantity,local!info.price,0,0}) am I doint something wrong?
HI! So i am trying to get an average rating from my database and insert it in a foreach so i can display the average rate for all the items that are populated using the same foreach. Here is part of the code: ), a!forEach( items: local!filtered, expression: a!localVariables( local!queryrating: rule!AS_Get_Rating(fv!item.id), local!ratestar: local!queryrating.rating_average, a!boxLayout( label: "", but i get this error: Interface Definition: Expression evaluation error at function a!forEach [line 63]: Error in a!forEach() expression during iteration 2: Expression evaluation error: Invalid index: Cannot index property 'rating_average' of type String into type List of Variant which is weird because "rating_average" is of type number, any 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.