Hi Dojo,
I have following code to manage scheduled tasks when something happens to DOM instance:
However if I do, for example, bulk delete of DOM instances this is called once for each instance. What I would like to have happen, is that I only enter here once so I can remove scheduled tasks in bulk as well, opposed to one by one.
Is that possible? Does anyone have experience with similar issue?
Cheers
Hi Edib,
As far as I know this is not possible from within a DOM CRUD script.
In case time is not that important, you could consider sending the calls to a connector, buffer them and send a single bulk call after x time.

I can confirm that this is currently not supported. There is already an internal feature task for this (DCP233663).