Any Pega Platform class with ________ can be mapped to a DB table.
Any Pega Platform class with concrete instances can be mapped to a DB table
Reports use ________ to locate the data from one or more DB tables
Reports use class mappings to locate the data from one or more DB tables.
Pega Platform uses two rule types to identify the DB table the class is mapped to: ________ and ________
Pega Platform uses two rule types to identify the DB table the class is mapped to: Database and Database Table
_________ identify how Pega Platform connects to specific DBs and contains the connection information for Pega Platform to access to DBs
Database records identify how Pega Platform connects to specific DBs and contains the connection information for Pega Platform to access to DBs
By default, Pega Platform always contains the following DB records:
PegaRULES: Maps to the DB where all Pega Platform ______ and ______ are saved
_________: Maps to either DB where data and work instances.
By default, Pega Platform always contains the following DB records:
PegaRULES: Maps to the DB where all Pega Platform rules and system data are saved
PegaDATA: Maps to either DB where data and work instances.
___________ exist for every Pega Platform class and identify the corresponding DB and table
DB table records exist for every Pega Platform class and identify the corresponding DB and table
Pega Platform uses this record to identify which table to write case data to when a user creates or updates a case or data instance
What do we use if we want to save instances of several classes in the same table?
Class Group
_________ cause the system to store instances of similar or related case types together in a single DB table
Class Groups cause the system to store instances of similar or related case types together in a single DB table
A report created in a specific case type returns only records in the case type, while a report created in the class group returns all instances in the classes that belong to that class group
True or False? Concrete classes can be mapped to a DB table.
TRUE
You create a report that uses data from two classes. Which of the following reporting requirements requires the use of a subreport?
1. Columns to display are: Manager, Name, and Count of operators that report to each manager. Filter by Managers with more than five direct reports.
You create a report in a work class that displays the assigned operator and task name for each open case. Which two ways can you combine data in the Assign-Worklist class for your report? (Choose Two)
3. Use a class join to the Assign-Worklist class. Specify a join filter where the pxRefObjectKey in the join class is equal to an object identifier in the work class.
The class join specifies the class you are joining and a filter describes how the data between the classes is joined
4. Use a Worklist Assignment association rule to join the Work class to the Assign-Worklist class.
The association rule defines the join operation and enables you to select data objects in the class
Which report requires joining classes?
1. A list of all child cases showing the work urgency of their parent case
To optimize performance, properties referenced in reports must be __________ _\_ _\______ in the DB table.
To optimize performance, properties referenced in reports must be exposed as columns in the DB table.
The two main types of assignment objects created are worklist and workbasket (class Assign-WorkList/WorkBasket) which are mapped to the DB tables _____________ and _____________ respectively by using the associated class mappings.
The two main types of assignment objects created are worklist and workbasket (class Assign-WorkList/WorkBasket) which are mapped to the DB tables _pc_assign_worklist_ and _pc_assign_workbasket_ respectively by using the associated class mappings.
Which set of class properties are commonly used to generate reports?
What are 3 examples/methods of combining classes/tables to assist in reporting?
You can create class or DB table relataionships in a ____________._
You can create class or DB table relataionships in a Report Definition.
You can combine data from different classes by configuring _______, __________________, or creating _________.
You can combine data from different classes by configuring class joins, referencing association rules, or creating subreports.
What are the 4 steps to create a class join?
In a report definition the ________** combined with the **_______\_ services as an alias for the joined class and its properties.
In a report definition the prefix combined with the class name servces as an alias for the joined class and its properties.
__________ define the relationships between classes in reports.
Filter conditions define the relationships between classes in reports.
Unlike a class join (unique to each report), _______\_ can be reused in any report.
Unlike a class join (unique to each report), associations can be reused in any report.
Unlike associations (reusable across multiple reports), ___________ are unique to each report.
Unlike associations (reusable across multiple reports), class joins are unique to each report.
A ________ is called by another report to provide data.
A subreport is called by another report to provide data.