Multiple choice technology web technology

Which method is used to modify px properties

  1. Property-Set

  2. They cannot be changed

  3. Property-Set-X

  4. Property-Set-Special

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

px properties are protected system properties in Pega that require special methods to modify. Property-Set-Special is the designated method for updating px properties, while standard Property-Set and Property-Set-X cannot modify them. They can be changed, but only through this specialized method.

AI explanation

In Pega, properties prefixed with 'px' are system-reserved properties, and the platform normally blocks direct modification of them via the standard Property-Set method as a safeguard. Property-Set-Special is the method designed to bypass that restriction and allow explicit, intentional updates to reserved px properties when genuinely needed. 'Property-Set' alone would be blocked/ignored for px properties, 'Property-Set-X' isn't a real Pega method, and 'they cannot be changed' is too absolute given Property-Set-Special exists for this purpose.