Multiple choice technology web technology

What is the appropriate "Applies To" class when creating a ListView that displays operator Full Names and User Identifiers

  1. Data-Admin-Operator-ID

  2. Rule-Obj-Operator

  3. Rule-Obj-ListView

  4. Rule-Access-Role-Name

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

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.

AI explanation

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.