BulkAction authorization?
Lets say I have a table of Tasks with a status column of Open/Closed and I want to restrict what records a user can Close when doing a BulkAction. How can I implement that restriction? I know I can simply restrict what records they can select as I have multiple bulkactions, but Im hoping I can at least return a proper error.