Hi Team,
Hi Katsuo,
Current Mongo DB doesn't provide any bulk actions for users.
Hi Alena,
This is not possible?
Thanks.
Hi Katsuo,
yes, it is.
You sould write a loop inside which will be: - filling params - calling service
something like:
for (var i=0;i< some_length;i++){
USED_Settings_IN_SERVICE.current_id = VALUE_OF_NEXT_ID;
YOUR_SERVICE_NAME.execute({});
}