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

Smart Assessment Engine

vamsi krishna8
Tera Contributor

Hello All,
How the Control state changes to review from attest when the user submits the smart assessment ?

1 REPLY 1

Phil Swann
Tera Guru

Great question.

Business rule: Expose event if asmt state changes on Smart assessment instance [sn_smart_asmt_instance]

handles a lot of actions , but the control specific flow happens at the group level...

 

Business rule: Expose event if asmt grp status changes on Assessment group [sn_smart_asmt_assessment_group]

Triggers event: sn_smart_asmt.asmt_inst_completed

Script action: Evaluate assessment result for control

Calls: GRCSmartAssessmentUtils().evaluateControl() , line 110

 

follows very similar logic as classic attestation