Optional: Displaying additional assignment and operator fields
Apart from reporting and routing purposes, you can also display additional assignment and operator fields in the UI of Pega Process Fabric Hub. For example, in Interwoven Worklist, you can display a field that includes a geographical region that is related to an assignment or a field that includes the rating of a skill that is required to resolve the assignment.
To display additional fields you configure the GetTasks and GetTasksCount report definitions, as well as a UnifiedWorkListTable section. All rules that you configure apply to the PPF-Work-Task class. The GetTasks report definition adds a relevant field to the assignment information, while the GetTasksCount report definition ensures that the assignment count in Interwoven Worklist is correct. You use the UnifiedWorkListTable section to display an additional field in Interwoven Worklist. You perform the configuration in Pega Process Fabric Hub.
- Configure the GetTasks report definition:
- In the navigation pane of Dev Studio, click Records.
- Expand the Reports category, and then click Report Definition.
- In the list of report definition instances, click the GetTasks report definition that applies to the PPF-Work-Task class.
- On the rule form header, click Save as.
- On the Save as report definition form, in the Context section, in the Add to ruleset list, select a ruleset to store the report definition, and then click Create and open.
- On the Query tab, click Add column.
- In the Column source column, enter the property
from Pega Process Fabric Hub that you want to display.
Note: Ensure that you start the property name with .Custom. For example, to display a field that stores a region related to the assignment, enter .Custom.Region. - In the Column name column, enter a label for the
field that you want to use in reports.
For example: Enter Region. - Optional: To add more fields, repeat steps 1.f through 1.h.
- Click Save.
- Configure the GetTasksCount report definition:
- In the navigation pane of Dev Studio, click Records.
- Expand the Reports category, and then click Report Definition.
- In the list of report definition instances, click the GetTasksCount report definition that applies to the PPF-Work-Task class.
- On the rule form header, click Save as.
- On the Save as report definition form, in the Context section, in the Add to ruleset list, select a ruleset to store the report definition, and then click Create and open.
- Repeat steps 1.f through 1.j.
- Configure the UnifiedWorkListTable section:
- In the navigation pane of Dev Studio, click Records.
- Expand the User Interface category, and then click Section.
- In the list of section instances, click the UnifiedWorkListTable section that applies to the PPF-Work-Task class.
- On the rule form header, click Save as.
- On the Save as section form, in the Context section, in the Add to ruleset list, select a ruleset to store the report definition, and then click Create and open.
- On the Design tab, click a column in the table next to which you want to display an additional field, and then, on the toolbar, click either Insert column before selected or Insert column after selected based on your requirement.
- Double-click the header of the new column, and then, in the
Cell Properties modal dialog box, in the
Value field, enter a label for the new
column.
For example: Enter Region. - Click Submit.
- Double-click the cell in the new column, and then, in the
Cell Properties modal dialog box, in the
Property field, enter the additional
assignment property from Pega Process Fabric Hub.
For example: Enter .Custom.Region. For more information about configuring sections, see Section form - Completing the Design tab. - Click Submit.
- Optional: To add more fields, repeat steps 3.f through 3.j.
- Click Save.

Previous topic Preparing additional operator mapping fields for publishing Next topic Preparing additional case fields for publishing