Index- 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.

@AbhishekC1725 Hi

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

https://community.pega.com/sites/default/files/help_v85/index.htm#oxy_ex-1/platform-helpsystem/definitions/i/indexbaseclass.htm

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