Acquire lock in data transform
I'm writing a utility using Data Transform, I use a read-only data page to open a case (Look-up), do some update, and save and commit by calling an activity that calls Obj-Save (commit and save as true).
Below is the simulation to check if lock is acquired by my utility:
-
Acquiring lock by opening the case do some update then leave page
-
Run the utility - utility able to run without issue
-
Go back to page and submit - able to submit and proceed with the case
Given this it seems my utility is unable to acquire the lock of that case - do you have any idea how to acquire lock in the data transform since Obj-Open-By-Handle is only available using activity?
Thanks in advance.