Hello everyone, I have confusion on below question about data transform superclass
An application contains two case types, AutoClaim and PropertyClaim. The inheritance path for the application contains three copies of the pyDefault data transform that set property values for two properties, Work Item Urgency and Prefix.
If the Call data transforms in superclass option is enabled for each data transform, what are the values of Work Item Urgency and Prefix when a user creates a PropertyClaim case?
A. Work Item Urgency = 10, Prefix = [no value]
B. Work Item Urgency = 0, Prefix = “C-”
C. Work Item Urgency = 10, Prefix = “C-”
D. Work Item Urgency = 20, Prefix = “A-”
The confusion I have here is with option B and C. Once the execution reaches to InsCorp-ClaimAdm-Work class after Work- class, overwrite is expected. The confusion I have is that at InsCorp-ClaimAdm-Work class, Work Item Urgency has [no value].
So, does the overwrite brings value for Work- class i.e. ‘10’ or simply converts [no value] to zero.
Thanks in advance for help.
