Batch Update,Insert,delete

add feature of editing or deleting batch of objects without iterate through each object i.e. generating equivalent of "delete from accounts where balance < 0" or equivalent of "update Accounts set status='Inactive' where balance<0" also add feature of batch insertion

Batch updates have been implemented in version 4.14:
https://doc.tmssoftware.com/biz/aurelius/guide/objects.html#batch-bulk-updates

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.