We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How OOTB Data certification Attestation notifications are triggered?

jack33
Tera Expert

Hi Team,

 

How OOTB Data certification Attestation notifications are triggered?

These are the notifications:

CMDB Attestation Task Send to Admin
CMDB Attestation Task Completed
CMDB Attestation Task Reassign To User

 

Also I want to configure notification to assignment group once attestation task assigned to group.

 

 

Thank you in advance

5 REPLIES 5

Ashu_8871
Tera Contributor

There is a Data Broker Server Script (sys_ux_data_broker_transform) called "Close Attestation Task"
which triggers the "
sn_cmdb_ws.attestationtask.completed" event.
You can go to the Data Broker Server Scripts by going to the list view (sys_ux_data_broker_transform.list) and search for Close Attestation Task script.
Alternatively you can go to the following link: https://dev311523.service-now.com/now/nav/ui/classic/params/target/sys_ux_data_broker_transform.do%3...


Replace https://dev311523.service-now.com with your instance