Which method is used to modify px properties
-
Property-Set
-
They cannot be changed
-
Property-Set-X
-
Property-Set-Special
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.
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.