Multiple choice technology web technology

To enable model chaining

  1. a. Parent class should have the model with the same name as child class.

  2. b. In Child class model “Call Super Class Model” Should be enabled.

  3. c. Pattern inheritance should be enabled

  4. d. a and b and c

  5. e. b only

  6. f. a and b

Reveal answer Fill a bubble to check yourself
F Correct answer
Explanation

Model chaining in Pega requires that the parent class has a model with the same name as the child class model (a), and the child class model has 'Call Super Class Model' enabled (b). Pattern inheritance (c) is a different inheritance mechanism and is not required for model chaining.