BUSINESS ADMINISTRATION
BUSINESS POLICY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
To propagate property values from a parent to a subcase.
|
|
To initialize property values when a case is created.
|
|
To set the calculated value in the target property when the source property value is changed.
|
|
To set the action events on controls.
|
Detailed explanation-1: -pySetFieldsDefaults Data transform is called from pyDefault DT. It is used to set default values to properties, mostly by hardcoding values.
Detailed explanation-2: -Pega Platform comes with standard pyDefault data transforms in the work classes from which the case types inherit. The standard Work-pyDefault data transform sets property values that are used in all case types. The properties include work status, work urgency, and operator organization information.
Detailed explanation-3: -pyDefault-A case type. This rule defines the configuration of your case type, including parent-child relationships, stages and steps, and instantiation details. There can be only one case type rule in a class. pyStartCase-A flow.
Detailed explanation-4: -The DefaultValue property specifies text or an expression that’s automatically entered in a control or field when a new record is created. For example, if you set the DefaultValue property for a text box control to =Now(), the control displays the current date and time.