At XYZ Corp, multiple ClaimUnit sub case types are spun off from a parent Claim case. User retrieve ClaimUnit assignment using Get Next Work based on the average time to resolve each sub case type.
Assignments associated with sub case types that tale longer to resolve on average should be retrieve first. The average time to resolve sub case types will change over time. How do you design the solution to handle this requirement?
- Increase subcase urgency based on ClaimUnit type prior to the workbasket assignment. Specialize the Service Level Rule by ClaimUnit case type.
- When the SLA's goal is reached, have an escalation Activity adjust the claim urgency in proportion to the average time to resolve ClaimUnit cases.
- Implement a GetNextWork solution based on case deadline and ClaimUnit type. Specialist the service Level Rule by ClaimUnity case type.
- Store the average time to complete sub case types in a table. Customize GetNextWork list view by joining to this table and use this value for ordering the results.
Answer(s): D
Explanation:
To restrict the ability to withdraw a case to specific users, the following rule types can be used in combination:
Access When (Answer B):
An Access When rule can be created to conditionally grant or deny access to the withdraw action based on the user's role and whether they are the creator of the case or a work group manager.
Reference:
Pega's access control documentation explains how Access When rules can be used to implement conditional logic for access control.
Access of Role to Object (Answer D):
Reveal Solution Next Question