Grid - Mass Edit Button
Last updated
Was this helpful?
Last updated
Was this helpful?
As a Salesforce admin, you can configure a Mass Edit button. GridMate provides a component to convert any list view to on the fly. In the steps below we will configure such action on the Account object.
To trigger the Mass Edit, we have to configure a link on the Account object. The display type should be List Button without checkboxes.
c__attributes is an HTML encoded JSON to control the behavior of the grid. All the attributes are described .
To encode a JSON, you can use your own tool or an online .
The link should be added to the list of actions on a ListView. All the steps are described .