- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Dear experts,
Would like to understand the exempt field (true/false) the purpose of it is to skip attestation if it is true? What is the function of this exempt field
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Check if you are looking for below information,
https://www.servicenow.com/community/developer-forum/exempt-flag-on-control-on-grc/m-p/1701137
If the control is marked Exempt owing to a policy exception, all the associated assessments are canceled. However, if the Exempt option is cleared for the control and if the control is in the Attest state, then the assessments are re-triggered. And, all the fields in the Attestation section of the control becomes read only.
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
2 weeks ago
Check if you are looking for below information,
https://www.servicenow.com/community/developer-forum/exempt-flag-on-control-on-grc/m-p/1701137
If the control is marked Exempt owing to a policy exception, all the associated assessments are canceled. However, if the Exempt option is cleared for the control and if the control is in the Attest state, then the assessments are re-triggered. And, all the fields in the Attestation section of the control becomes read only.
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
2 weeks ago
Hi @ChuanYanF
As per the documentation
is a type of Boolean field that appears as a one-digit integer, typically 1 (true) or 0 (false)
May this post help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
When control is set as non compliant (via attestation or indicator task), an issue is auto generated. now
1. You can remediate ( response= remediate) the issue which will mark the control as compliant or
2. You can Accept the issue (response = accept) for temporary workaround for specific period of time , to register this period, you should raise an exception against non compliant control . once you exception is approved, you control will be compliant with exempt ( exempt=True)
If this helped to answer your query, please mark it helpful & accept the solution.