janjanssen
11 years agoGuide
Is it possible to check in a custom component if the batch process is enabled
Hi, I'm creating a custom small blog overview list. The customer wants to keep the batch process functionality in the custom overview list. I was already able to create the checkbox (when...
- 11 years ago
Each authorized user can choose whether to enable batch processing for their own view of the community, so the preference is stored as a user setting. The name of this setting layout.show_batch_checkboxes. You can obtain the value of this setting like any other setting.
For example:
/restapi/vc/users/id/123/settings/name/layout.show_batch_checkboxes