Sections in This Article
About Action Items and Case Versions
Copying Action Items across Case versions makes communication on Case tasks clearer and easier. Complete the following sequence of steps to see all open Action Items on the Case Number field.
Create Case Number Lookup on Action Items
To configure Action Items to include a
Lookup field
A lookup field is a field that propagates values from a parent or referenced object to a child object, referring object, or document. This allows users to view additional relevant information from a parent or referenced object record.
for Case Numbers, complete the following steps.
- Go to Admin > Configuration > Objects > User Task > Fields.
- Select Create.
- Complete the Create Field form with the following information:
- Field Type: Lookup
- Label: Action Items
- Name:
action_items__c
- Lookup Relationship: Case
(case_version__vr)
- Lookup Source Field: Case Number
Create Case Number Lookup on Action Items - Select Save.
- On the Create Lookup Field confirmation dialog, select Continue.
Result
Existing and new Action Items will include a lookup for Case Number.
Add the Action Items Field to the Action Items Object Type
On the User Task object, update the Action Item object type to include the Action Items field.
- Go to Admin > Configuration > Objects > User Task > Object Types.
- Select the Actions (
) menu, and then select Edit Object Type Fields.
- In the Action Items row, select the Action Item checkbox.
Add Action Items to User Tasks - Select Save.
Update the Case Number Page Layout
Complete the following steps to include Action Items in the Case Number field.
- Go to Admin > Configuration > Objects > Case Number > Page Layouts.
- Select Case Number Detail Page Layout.
- Add a Related Object section for User Task.
- We recommend excluding Action Items from Cases in the Closed state. To do so, add the following to the Criteria VQL field:
state__v != 'closed_state__c'
Add Action Items to the Case Number Field When Cases Are Not Closed - We recommend excluding Action Items from Cases in the Closed state. To do so, add the following to the Criteria VQL field:
- To rearrange sections, drag and drop.
- Select Save.
Result
When processing Cases, hovering over the Case Number field displays Action Items from across all Case versions.