- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2025 03:19 PM
Hi,
I want to know how to best use Strategic priorities.
SCENARIO - The company has gone through replanning. There is a Strategic priority that is no longer relevant and should not be available to be selected in new Goals.
ISSUE - You can set active flag Strategic priorities to false but this has no impact on the what is returned when selecting Strategic priorities from a Goal. I could delete the record but this would remove the reference from historical Goals.
QUESTION - What is the best way to decommission a Strategic priority? How are others doing this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2025 04:12 PM - edited 08-24-2025 04:14 PM
'sn_gf_goal' is the table for setting goals and field 'strategic priority' is a reference to 'sn_gf_strategy' table.
Reference qualifier is using script include 'GFRefQualHelper'. By default, it is not filtering the strategic priority on any of the fields and you can update the script include section 'GFRefQualHelper.getStrategiesForGoal' in line 28 to filter "active=true" and save the record.
For testing,
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @B3N_AU ,
When a strategic priority is not relevant it should be marked inactive and you can add reference qualifier in the strategic priority reference fields to not show the inactive strategic priorities. We will be fixing it in our upcoming release.
Regards,
Prashant Singh
Staff Product Manager, SPM, Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2025 04:12 PM - edited 08-24-2025 04:14 PM
'sn_gf_goal' is the table for setting goals and field 'strategic priority' is a reference to 'sn_gf_strategy' table.
Reference qualifier is using script include 'GFRefQualHelper'. By default, it is not filtering the strategic priority on any of the fields and you can update the script include section 'GFRefQualHelper.getStrategiesForGoal' in line 28 to filter "active=true" and save the record.
For testing,
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2025 05:41 PM
Thanks @Bhuvan , this answers the question from a technical perspective.
From a process perspective. Is everyone else that is using Strategic priorities implementing this solution. It seems odd that this isn't this way OOTB.
What are others doing with Strategic priorities when they no longer needed/relevant?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2025 05:47 PM
I have not worked extensively on SPM module and would request experts to provide more details on your process question.
If my response helped you, please mark it helpful & accept the solution. As per community guidelines, you can mark multiple answers as Solution and when you get satisfactory answer for process query, you can mark their response as Accepted Solution as well.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @B3N_AU ,
When a strategic priority is not relevant it should be marked inactive and you can add reference qualifier in the strategic priority reference fields to not show the inactive strategic priorities. We will be fixing it in our upcoming release.
Regards,
Prashant Singh
Staff Product Manager, SPM, Servicenow