Multiple choice technology architecture

Which method will instantiate a new page in the clipboard?

  1. (a) New-Page

  2. (b) Open-Page

  3. (c) Page-New

  4. (d) Page-Open

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

Page-New is the correct method to create a new page in the Pega clipboard. It initializes a new page of a specified class that can then be populated with data. The other options (New-Page, Open-Page, Page-Open) are not standard Pega methods for page creation.