How to set Attestation respondents =owner field in control in GRC

Sumit2
Giga Contributor

how to set Attestation respondents as owner field in Control automatically

Sumit2_0-1666245594238.png

 

3 REPLIES 3

Kalyani Jangam1
Mega Sage
Mega Sage

Hi, Please check below 2 client script on control table

Update respondents when owner changes

Set respondent to owner if empty

GodOfWar
Mega Guru

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.

Community Alums
Not applicable

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 :

SandeepDutta_0-1666269657118.png