Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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