How to set Attestation respondents =owner field in control in GRC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 10:57 PM
how to set Attestation respondents as owner field in Control automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 01:06 AM
Hi, Please check below 2 client script on control table
Update respondents when owner changes
Set respondent to owner if empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 03:10 AM
Create a business rule that will check the existence of the user in Attestation respondents field. if not then push the account to that field. Run it on update.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 05:41 AM
Hi @Sumit2 ,
OOTB The attestation respondents is same as control owner for a particular control by default.
There is an OOTB OnChange Client Script which runs on a control Which Sets respondent as to what is present as owner for that Control.
Client Script Name : " Set respondent to owner if empty ".
If you want to make any changes, it would be customized approach.
Here is the CS :