Discussion
How does a OOTB property qualifier work? e.g. pyDecimalPrecision
Hi all,
I want to find out how exactly a property qualifier works internally.
I created a decimal property P1 with pyDecimalPrecision = 2 qualifier. In an activity, assigning 12.34567 to P1 automatically changes to 12.35 as expected.
However, I don't understand how this change happens during Property-Set method. pyDecimalPrecision qualifier rule doesn't contain any validation or data transformation related code. Then how and where pyDecimalPrecision = 2 happens?
Thanks in advance
***Updated by moderator: Lochan to add Categories***
The pega 7 platform understands how to handle the qualifier pyDecimalPrecision and handles internally.