Remove possibility to create bulk operation

Hello,

At the moment I have 4 options to add as bulk operations:


We don’t want for our customers to have all 4 options for bulk operations, is there a way to remove for example option “Configuration update”?

BR,
Marija

Hi @marija.stefanjuk,

You could do so via a simple CSS rule that could be e.g. part of your branding.

The other option would be to adjust the bulkTypes stored in the BulkOperationsService
or by
. You could do so by either adjusting the getBulkTypes method and filtering it’s return value or by setting a different value using the setBulkTypes method.

Regards,
Tristan

1 Like