Multiple choice technology web technology

Which Default Property Types cannot be modified

  1. px

  2. py

  3. A and B

  4. pz

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

In PRPC, pz prefix properties (Pega-provided protected) are read-only and cannot be modified by developers or users. px properties are public and can be modified, while py properties are your custom properties that you can modify. The pz layer is Pega's protected code that shouldn't be altered.