Bulk update listener

Team,

We have backend timers which are performing bulk operations(insert/update) on a table. And we have a react-native app that has listeners of the table but those are not working during bulk operations but working with simple DB update and insert.

We checked bulk update listeners but those are not useful in our case because we are not getting objects or updated objectIds in those listeners.

Please help on this ASAP.

Bulk create listener delivers objectIds.
Bulk update listener delivers whereClause.

With bulk update, you can use the whereClause to retrieve objectIds or the actual objects.

Regards,
Mark

But we cannnot fetch updated records because condition will not be matching after updating records.

Try to get creative. The api is not going to change