An organization uses ServiceNow Continual Improvement Management. The improvement manager needs to ensure that when an improvement initiative is marked as 'Review', a mandatory checklist must be completed by the initiative owner to verify that expected outcomes were realized. How should this be configured in ServiceNow?
Trap 1: Enable Incident Management auto-closure rules.
Incident management rules govern IT support tickets, not CIM initiative review workflows.
Trap 2: Configure a UI Action with client-side script validation.
While UI actions can validate inputs, ServiceNow provides native workspace checklist configurations specifically designed for step-by-step task verification.
Trap 3: Modify the out-of-the-box Service Level Agreement (SLA) definition.
SLAs measure elapsed time, not checklist compliance.
- A
Enable Incident Management auto-closure rules.
Why wrong: Incident management rules govern IT support tickets, not CIM initiative review workflows.
- B
Configure a UI Action with client-side script validation.
Why wrong: While UI actions can validate inputs, ServiceNow provides native workspace checklist configurations specifically designed for step-by-step task verification.
- C
Configure a Workspace Task Checklist and associate it with the 'Review' phase state transition.
Workspace checklists can be set as mandatory for specific states, ensuring completion before transition.
- D
Modify the out-of-the-box Service Level Agreement (SLA) definition.
Why wrong: SLAs measure elapsed time, not checklist compliance.