43.0k views
5 votes
Pega comes with a set of standard property rules, the standard properties have names that start with What three things?

a) px, py, pz
b) std, prop, rule
c) sys, def, pega
d) std, base, core

User Krule
by
8.2k points

1 Answer

3 votes

Final answer:

Pega's set of standard properties start with the prefixes px, py, and pz, where px is used for system-level properties, py for user interface elements, and pz for properties that are not typically modified by developers.

Step-by-step explanation:

The set of standard properties in Pega have names that start with three things: px, py, and pz. These prefixes are used to uniquely identify system-level properties that are utilized throughout the Pega platform. For example, px refers to Pega's internal properties such as pxCreateDate (the date and time the object was created) and pxUpdateOperator (identifier for the operator who last updated the object). The py prefix is used for properties that are typically designed for user interface elements while pz properties are reserved for properties that are less likely to be modified by application developers.

User Edimar Martins
by
8.5k points