- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2020 11:49 AM
Can anyone share the purpose or source of the Policy Type field? It is a drop down, and I'd like to understand how the values are intended to be used.
Solved! Go to Solution.
- Labels:
-
Policy and Compliance Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2020 11:57 AM
It refer to the type of document and the data is coming from Choice (i.e GRC Choice) table with the following filter [new sn_grc.GRCChoiceUtils().getGRCChoices('type', current.sys_class_name)]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2020 11:57 AM
It refer to the type of document and the data is coming from Choice (i.e GRC Choice) table with the following filter [new sn_grc.GRCChoiceUtils().getGRCChoices('type', current.sys_class_name)]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2020 12:05 PM
I am also wondering what - if any - meaning or workflow is attached to the various types?
Do they come from a framework like NIST, for example?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2020 02:58 PM
As Balaji says, this is from the sn_grc_choice table so entirely configurable
But, also worth noting when you publish your policy, in the KB, it will be created in a category that matches your type (or it will create a new category)
So KB , can browse under GRC and look for:
Policy, Procedure, Standard , etc
I have often used this with a customer and created an option called 'How To' and they use GRC to create their own KB articles very simply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2020 03:19 PM