Question
6
Replies
51
Views
Posted: August 21, 2020
Last activity: December 13, 2020
Data Page and Obj-Open-By-Handle
Data Page Look Up option is almost similar as Obj-Open.
Why Pega has not provided an option of Obj-Open-By-Handle via Data Page.
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Data Page Look Up option is almost similar as Obj-Open.
Why Pega has not provided an option of Obj-Open-By-Handle via Data Page.
If I had to call activity then I would not have post this question in first place. :)
You may use OOTB like pxGetCase or OpenByHandle as well.
Thanks!
Will have a look at these activities or DTs.
Hi,
If you look at the data retrieved via Look Up and Obj-Open-By-Handle, it seems the same.
But, apart from the content retrieval, Obj-Open-By-Handle method provides you options to perform actions on the instance after it loaded onto a page like save/delete and even you can lock the instance.
However, Lookup is basically helping you to look into data base and get a copy (image) of the data instance rather than giving control to that instance to do actions on it.
I didn't ask what is the difference between Obj-Open and Obj-Open-By-Handle :)
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.
Hello,
Well I kind of see your point but you can already call an Activity from a Data Page so nothing stopping you to Obj-Open-By-Handle