-
Recently active
Case: I have record type that connected to an Employee data store entity which display all the records in the database under 'Record' tab. In addition, I have created a filter for the employees to filter all the records that are assigned to them. Now, how should I make this grid bulk editable? What I want to Achieve: Now, once employees filter all the records assigned to them through the given filter then they should be able click on Edit button and update the all the records simultaneously in the grid view. Any help would be much appreciated!
Case 2: Process Model with three "Write to Data Store Entity" Adding the Same data multiple times in the data store entity: Step 1: I have a Process model which takes input from the User through an interface and add record to the data store entity (X). Step 2: Using the user input field, the process model assigns the task to the approver for updating certain fields. Now, Approver updates the required field for the same record (Using second Write to Data Store entity to store the data here to save Approver's updates). Issue: The second Write To Data store Entity is adding a new row in the data store entity instead of updating the same record. So, how to pass the ID variable among different "Write to Data Store Entities" in the same process model?
I have one table say A, with location { delhi, patna, kanpur} and it's location id is {1,2,3} . I also have another table say locationjourney in which a person xyz travels from location id 1 to 3 and another person abc from 2 to 3. Now I need to display: person name(xyz)and location from ( delhi) to( kanpur)
Hi, I have created a view and then displayed the value in Read only grid. Every thing is working fine. But there is no ID field which will display 1,2,3,4...based on number of Rows. Is it possible to add it from Appian Side(because there is no ID field in Database)..
Hi All, I need to find the common values from one List of Text String to another list of string . I have tried to use foreach but still there is no luck !
Can someone help: CASE WHEN ISNULL(pr.[isDefunct], 0) = 1 THEN 0 WHEN ISNULL(pr.[isCancelled], 0) = 1 THEN 0 WHEN ISNULL(ab.IsEscorted, 0) = 0 THEN 0 WHEN bc.Movement <> 'CR Movement' THEN 0 &n
Good day, Im new to appian and Im currently doing the Appian Developer Skills Practice Application. In the part where Im suppose to create an Interface that has a column chart, the guide says to select a data source in the component configuration pane. But as seen in the screenshot below there isnt one. Can anyone help me or point me to where I can find this option. Thanks [emoticon:6d505171faa4497c85c5ca27290c555d] P.S. This is the data source option that I cannot find
the provided ur is not working how to hit the url to display the content in DB
Hi All, I have state and county drop downs when changed states loading respective county in 2nd dropdown i.e.county dropdown. When i selected county value and tried change state value, getting error as - intterface Definition: Expression evaluation error at function a!dropdownField [line 76]: A dropdown component [label=“County”] has an invalid value for “value”. All selected values must be present in the choiceValues array, but value was Beaver and choiceValues was Carson City; Churchill; Clark; Douglas; Elko; etc... saveInto: {ri!PTS.state,a!save(ri!target:PTS.County,value:null)} Thanks, Deepak
Hi team, My use case requires me to select multiple options like: north, south, east ,west which am able to configure and it's working perfectly. But there should also be an option to select all(I.e North, south, east, west) and based on it data should be displayed. Can someone help with the code.
Hi. I am looking for a way where I can filter down the objects in designer using the created by attribute or filter them between a date range of creation and NOT modification.Similar filters are available for modified by and modified on date range but is there any way to filter the objects by created by, or creation date? Thank you in advance.
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.