[feat] sfpegActionBarCmp - Support mass Apex action type
Is your feature request related to a problem? Please describe. There are already massForm and massDML action types to act on a list of selected records. It would be nice to provide similar features but leveraging a custom Apex class instead of a DML to execute the mass operation.
Describe the solution you'd like The idea is to have the same feature as massForm and massDML but call a custom Apex method (implementing a virtual class) instead of doing a DML. This would enable to include callouts to external systems before executing a DML.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context May be mutualised with Issue #16