Specialized action type for bulk operations on multiple LimeObjects.
Bulk actions are used when the user selects multiple objects and wants to
perform the same operation on all of them. These actions typically appear in:
List view toolbars (when items are selected)
Bulk action menus
Selection context menus
The command associated with this action type is LimeObjectBulkCommand,
which uses a filter expression to specify which objects to operate on.
Specialized action type for bulk operations on multiple LimeObjects.
Bulk actions are used when the user selects multiple objects and wants to perform the same operation on all of them. These actions typically appear in:
The command associated with this action type is LimeObjectBulkCommand, which uses a filter expression to specify which objects to operate on.
Common use cases include:
Example
Bulk actions for a list view
Example
Conditional bulk action with minimum selection
See