Hi,
I want to ask question about Index- as Parent class.
I have one class, whose Parent class in Index-
Index-C-P-Data-Delivery
Can someone explain when we use Index- as parent class.
Hi,
I want to ask question about Index- as Parent class.
I have one class, whose Parent class in Index-
Index-C-P-Data-Delivery
Can someone explain when we use Index- as parent class.
The Index- is an abstract class which will be used as a derived from class for many concrete classes which is used for defining indexes. For more details check the below link
Hi @AbhishekC1725: Index- Classes will be used when you create declare index in PEGA. It is mandatory that the index class to write should be inherited from Index- class.
Please see About Declare Index rules for details about declare index.
UserRoles is an example of declare index.
Thanks
@ArulDevan Thanks for this
@SrinidhiM Thanks for this