What is the appropriate "Applies To" class when creating a ListView that displays operator Full Names and User Identifiers
-
Data-Admin-Operator-ID
-
Rule-Obj-Operator
-
Rule-Obj-ListView
-
Rule-Access-Role-Name
When creating a ListView for operator information (Full Names and User Identifiers), the 'Applies To' class should be Data-Admin-Operator-ID. This class contains operator data. Rule-Obj-Operator is for operator rule instances, Rule-Obj-ListView is for ListView definitions themselves, and Rule-Access-Role-Name is for access control.
Correct answer: Data-Admin-Operator-ID. In Pega (PRPC), operator records — full name, user identifier (User ID), organization, access group, etc. — are stored as instances of the Data-Admin-Operator-ID class, so any ListView surfacing operator name/ID fields must have that as its 'Applies To' class. Rule-Obj-Operator isn't a standard base class; Rule-Obj-ListView is the class of the ListView rule instance itself, not the data it lists; Rule-Access-Role-Name governs access roles, not operator identity data.