Closed
obj-open-by-handle
can you give an example of obj-open-by-handle using real examples
***Updated by moderator: Lochan to add Categories***
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
can you give an example of obj-open-by-handle using real examples
***Updated by moderator: Lochan to add Categories***
There are a lot of examples in the pega OOTB rules, just search obj-open-by-handle in the designer studio, e.g., ExpressApp activity first step. Also check the online help: https://community.pega.com/sites/default/files/help_v721/procomhelpmain.htm
Just search with the same text keeping "All Content", then many OOTB activities can be seen.
Ideally, it is used to open and modify the contents of Work Objects to some other values. After that do obj-save with write now for saving the contents to DB.
Hi akash,
In order to use obj-open-by-handle. you need to obtain the pzInsKey of the object created.
it will generally be class name (work pool) and followed by Work object for example : LP7-HRMS-WORK O-1
To put it in simple terms, its the way you open a record using a key. Think of a data base query where you say something like Select * from SomeTable where Key='KeyValue'.
Its the same.
You may want to read, update or do something on a record in Pega - you use this call.
Question Solved
Question
Question
Question
Question
Question
Question
Question Solved
Question Solved
Question Solved
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.