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
  • We have the exact case asked by the client but a bit different, we would have a grid with a multiple select (a new column at the end with a check box to multi select) and at the botton of the grid we would have like buttons. One "Complete" and one "Cancel", each row would actually represent a task and the client could bulk complete/cancel tasks displayed within the grid.

    My only problem is the multi select in this case ...
Reply
  • We have the exact case asked by the client but a bit different, we would have a grid with a multiple select (a new column at the end with a check box to multi select) and at the botton of the grid we would have like buttons. One "Complete" and one "Cancel", each row would actually represent a task and the client could bulk complete/cancel tasks displayed within the grid.

    My only problem is the multi select in this case ...
Children
No Data