Back Forward Data- base class

The Data- base class is an abstract class above dozens of other classes that define and contain static data and cumulative data.

Data- classes typically do not replicate information stored in other databases; such information is accessed from a PRPC system with connectors.

However, PRPC applications often retain essential. frequently used data in the PegaRULES database, organized into concrete classes derived from the Data- base class. For example, the Data-Admin-Operator- classes contain information created by your PRPC developers that define who can use the application, their privileges and security, and where they belong in the organization.

Other concrete Data- classes contain email messages, correspondence, and other permanent or enduring cumulative information produced by the application as it runs.

To access reports on data classes, select > Application > Inventory > Inventory Reports and select Data as the Report Category.

NoteDon't confuse the single Data- base class — a top-level abstract class in the system — with the system's databases, one of which is known as the PegaRULES database.

definitions abstract class, base class, connector, PegaRULES database
related topics Data- classes by form name
Data- classes by class name
Standard rule Standard classes derived from the Data- base class

UpDefinitions