Multiple choice technology

Obj-Open Method opens an instance of a class into s step page. Which of the following statements is true?

  1. Before Obj-Open, the step page has to be created using Page-New

  2. The step page can be classless if it is temporary

  3. An instance of a step page with the same name can be reused and the data must be cleared using Page-Reset

  4. An instance of step page with the same name can be reused and the data is cleared automatically.

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

When Obj-Open is called, if a step page with the same name already exists, it will reuse that page. Pega automatically clears the existing data on that page before loading the new instance - you don't need to manually call Page-Reset. The step page doesn't need to be created beforehand.