Multiselect some of the record

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
    Certified Lead Developer
    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.
Reply
  • 0
    Certified Lead Developer
    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.
Children
No Data