Multiple Select to Start Action on a Record

Usecase: I have a record of Accounts which display a grid of related customers populated from a view.

Now, I have a use case where the customer wants to select one or more customer to carry out an action on their information.

Also, another use case where the the user needs to be able to Add a new customer using a button on the record.

I understand the record view is for rendering information and that a link to related action is the cleaner way available for a user to take an action on a record related information.

What is the neatest way to implement the the use case? (links on table rows that start processes in the background is not an option)

Appreciate your input?

OriginalPostID-212711

OriginalPostID-212711

  Discussion posts and replies are publicly visible

Parents
  • If anyone has an idea or a way to multi select please don't be shy because my though would be to provide an expression rule that would have a list of IDs as rule input, being the IDs of all the tasks and for each would do the operation (either complete or cancel). Quite simple, but it's obtaining all rows of the data within the grid where the row was "checked" the problem.
Reply
  • If anyone has an idea or a way to multi select please don't be shy because my though would be to provide an expression rule that would have a list of IDs as rule input, being the IDs of all the tasks and for each would do the operation (either complete or cancel). Quite simple, but it's obtaining all rows of the data within the grid where the row was "checked" the problem.
Children
No Data