Hi,
I’ve defined a Step page that translates to a different class but I see my Page is of the Pega-Code-List class in the clipboard. Could you help to understand why?
Regards
–
Bartek
Hi,
I’ve defined a Step page that translates to a different class but I see my Page is of the Pega-Code-List class in the clipboard. Could you help to understand why?
Regards
–
Bartek
@jedrb Hi, Greetings. This is right, because you have defined a Page and this has pxResults which will be of the class you defined in Pages & Classes.
Example - Address.pxResults(1) will be of your defined Page.
Having said that if you use Obj-Open or Obj-Open-By-Handle which will open a single record onto Address Page, then you would see the defined class for Address Page.
Regards,
Bharat
@jedrb Hello , when you are retrieving multiple records using obj-browse or data pages, Pega copies that into a ootb pagelist property pxResults that references the class which you mentioned in the pages and classes . The step page pxobj class is changed to code-Pega-list which has this pxResults pagelist property