What does the exempt feature do in control table?

ChuanYanF
Tera Guru

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

ChuanYanF_0-1756175563755.png

 

1 ACCEPTED SOLUTION

Bhuvan
Tera Sage

@ChuanYanF 

 

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.

 

https://www.servicenow.com/docs/bundle/zurich-governance-risk-compliance/page/product/grc-workspace-...

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

View solution in original post

3 REPLIES 3

Bhuvan
Tera Sage

@ChuanYanF 

 

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.

 

https://www.servicenow.com/docs/bundle/zurich-governance-risk-compliance/page/product/grc-workspace-...

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

Rafael Batistot
Tera Sage

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 

 

https://www.servicenow.com/community/servicenow-ai-platform-forum/displaying-yes-no-values-on-a-true...

Rakesh Chigari
Tera Guru

@ChuanYanF 

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.