Risk Identification workflow changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi,
I have requirement. Client don't want compliance mapping workflow to be shown as they're not using any policies and citations.
How to disable "Compliance Mapping" in Risk identification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Try this:
- Navigate to Workflow > Administration > Activity Actions.
- Search for actions with the Name Restart associated with the Risk Identification process.
- Locate the specific conditions that enforce these mappings and remove the condition
Can Restart = true
Check these links as well
IRM Risk Management > Implementing Risk Identification to capture risks related to business entities
https://www.servicenow.com/community/grc-forum/risk-and-compliance-relation/m-p/2708928
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Promita Das1 :
You can try any of the following approaches as a customisation:
1. Override RiskIdentificationUtils — Create a Script Include Override in the customer's scope that overrides _isComplianceInstalled() to always return false. This is a customization but is isolated.
2. Deactivate the UI Action — Go to sys_ui_action → find "Associate Citations and Policies" (1bcbac590f821010580c95758b767edc) and set active = false. This hides the button that transitions to compliance_mapping state, but the state will remain reachable if users know how to set it manually.
3. Inactivate the Process Flow Step — In the workspace Playbook process definition, deactivate the "Compliance Mapping" stage card (though this is harder to maintain across upgrades).
Regards,
Jai
Regards,
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
1. Override RiskIdentificationUtils — Create a Script Include Override in the customer's scope that overrides isComplianceInstalled to always return false. This is a customization but is isolated.
Can you help me with the step
will it be a small change or a big enhancement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Promita Das1
Please go to the playbook designer, open the specific playbook, and delete the stage(Compliance) as needed. You can refer to the image below for guidance. However, since this is an out-of-the-box playbook, I recommend not deleting the compliance stage. Instead, consider copying the playbook and removing the compliance stage only from the version applied to your table, as this playbook may be used elsewhere.
If this response addressed your question, please mark it as Helpful and accept it as the solution.