60.6k views
5 votes
You can use special data transform rules to initialize property values when creating a case, What are the names of these two rules?

a) pyInitializeDefaults, pySetFieldDefaults
b) pyInitDefaults, pySetDefaults
c) pyDefaultInitialize, pySetFieldDefaults
d) pyDefaultInit, pySetDefaults

1 Answer

3 votes

Final answer:

The correct names of the special data transform rules used to initialize property values when creating a case in Pega are pyDefault and pySetFieldDefaults.

Step-by-step explanation:

The special data transform rules that are used to initialize property values when creating a case in Pega are called pyDefault and pySetFieldDefaults. These rules are specifically designed to set default values for properties and are executed when a new case is created. The pyDefault rule initializes the properties with default values, and pySetFieldDefaults can be used to set field-level defaults based on specific conditions or logic within your application.In order to process special category data, the controller also needs to be aware of the specific demands stated in Article 9 (2) GDPR. Special category data means personal data that is more sensitive and therefore require more protection then "regular" personal data.

User Mrjmh
by
8.3k points