Multiple choice technology packaged enterprise solutions

How do you replace a primary page with other pages in a harness (which directive you use to achieve it)?

  1. Literal directive

  2. Comment directive

  3. When directive

  4. With directive

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

The with directive in Pega HTML/XML code sets the active context to a different clipboard page for the duration of the tag's scope. Directives like literal, comment, and when serve formatting, commenting, and conditional logic.