List Page - Bulk Actions Button
This location provides a button that appears when users select multiple records at once. It allows widgets to perform operations on a batch of selected items in a single action.
Commonly used for :
- Applying updates to multiple records
- Triggering batch workflows
- Exporting or processing selected data together
The widget is activated only when bulk selection is available, ensuring actions are contextually relevant.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
'locale': [
'en'
],
'service': 'FINANCE',
'whiteListedDomains': [],
'modules': {
'widgets': [
{
'location': '<module_name>.list.button',
'name': '<widget_name>',
'url': '/app/index.html',
'logo': '/app/img/logo.png'
}
]
},
'config': [],
'usedConnections': []
}
Reference Image :
Related Modules :