Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+2
person also asked this
people also asked this
Replies
9 replies
Subscribers
13 subscribers
Views
5125 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Multiselect some of the record
ashish kanchi
over 7 years ago
I want to select multiple records and do the same action for all of them together .Is there a best practice to do this and how ?
Can we create a context menu to do the same ?
OriginalPostID-256111
Discussion posts and replies are publicly visible
Parents
0
Mike Schmitt
over 7 years ago
The best way to do this is probably to set up a new Action process, where the first form contains a selectable paging grid showing a list of the records the user can select from. Upon submitting the form, the process could capture an array of the record primary key ID's selected, and loop over a subprocess (once per ID) where the subprocess takes care of performing the work/update you require.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Mike Schmitt
over 7 years ago
The best way to do this is probably to set up a new Action process, where the first form contains a selectable paging grid showing a list of the records the user can select from. Upon submitting the form, the process could capture an array of the record primary key ID's selected, and loop over a subprocess (once per ID) where the subprocess takes care of performing the work/update you require.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data