Multiple choice technology platforms and products

What is the class of the top level clipboard page created by the Obj-List method?

  1. Code-Pega-List

  2. Rule-Pega-Obj

  3. pxResults

  4. The same class as the returned instance

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Obj-List method creates a top-level clipboard page with class Code-Pega-List. This is a system class specifically designed to hold list results generated by the Obj-List method. Rule-Pega-Obj is for object rules, pxResults is a property name within the list page, and the class is not determined by the returned instance type.