You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the metadata definitions, users can define Bulk Actions that could be applied on a one or multiple rows in the listing table. Each action receives an array of IDs as a parameter and execute the function when called from UI.
The UI would show listing actions on a Bulk Actions Button.
Metadata or ListingView should contain an attribute that controls visibility of that Bulk Actions menu. (visible/hidden/disabled)
Goals:
In the metadata definitions, users can define
Bulk Actionsthat could be applied on a one or multiple rows in the listing table. Each action receives an array of IDs as a parameter and execute the function when called from UI.The UI would show listing actions on a
Bulk ActionsButton.Metadata or ListingView should contain an attribute that controls visibility of that Bulk Actions menu. (visible/hidden/disabled)
Permissions should be taken care of.