Question
1
Replies
1377
Views
Posted: June 18, 2018
Last activity: June 18, 2018
Closed
Solved
To delete a Work Object having a specific pyID and re-use that pyID to create a new work object.
How to delete a Work Object having a specific pyID?
I want use that pyID to create a new Work Object.
Hi,
You can do that using one of these options.
1)Write an activity - Use Obj-Open-By-Handle to open the object using pyId. Then calling Obj-Delete.
2)Directly delete from Database(Not Recommended).
Regards,
Rachit