Obj-Open after AddWork Activity returning object successfully
Hi,
Hopefully someone can explain this to me please.
Example, assume steps in an Activity are executed as follows:
1. Call AddWork --> Add new work object
2. Obj-Open --> Attempt to Open the newly created object
The above works. My question is why is the Obj-Open method successful? AddWork does not perform any commit method so why is the Obj-Open able to retrieve the object from the database?