Table of Contents

Bulk actions

In CzechIdM system exists bulk action on each frontend agenda. You can select rows or select all rows by checkbox. Different between agendas is in process the bulk action. Some agenda support process bulk action on backend and some agendas support only frontend bulk actions. Different between bulk actions processed on frontend and backend is primary asynchronous behavior. Frontend bulk action has only synchronous and backend bulk action has only asynchronous.

Bulk action on backend starts new long running task and process items in this task. Now is support backend bulk action on these agendas:

Admin tutorials

Bulk action for identities Bulk action for roles

Devel guide

Backend bulk action

How to add support backend bulk action for new agenda