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

In Pega, the Obj-List method creates a top-level clipboard page of class Code-Pega-List to hold the search results. The actual instances returned by the query are stored inside the pxResults page list embedded within this Code-Pega-List page.