Multiple choice technology architecture

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

  1. (a) Code-Pega-List

  2. (b) Rule-Pega-Obj

  3. (c) pxResults

  4. (d) The same class as the returned instance

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

Obj-List always creates a top-level clipboard page of class Code-Pega-List, which contains the results of the database query. The pxResults mentioned in option C is actually a property within that page, not the class itself. Code-Pega-List is Pega's standard class for list-type results.