Question
Sberbank
UA
Last activity: 11 Oct 2017 5:12 EDT
How to properly update a lot of Work objects in an activity?
I want to update thousands of objects inside an activity.
The algorithm is quite simple:
Iterate the list of Pages
1) Object-Browse by some unique value. Set the "pzInsKey".
2) Obj-Open-By-Handle with "pzInsKey", Lock = true, ReleaseOnCommit = true
3) Set some values
4) Obj-Save
5) Commit
Are the any more simple and safe approaches to perform the algorithm?