Smart Assessment - Entity & Control Fields

Akrity Pandey
Tera Contributor

How can we bring the Control & Entity fields for a particular smart assessment on the smart assessment form? Previously for classic attestations these fields used to be present so it was easier to see which entity is related to the attestations. I have got a requirement for the Entity field to display on the list layout for smart assessments- Control Attestations. But the field doesn't exist on either smart assessment instance or template. Is there any solution for this? Any customisations and if yes what approach should be followed? I was thinking of creating fields but then again how to backtrack the relationship for control and smart assessment ?

1 ACCEPTED SOLUTION

Teju Chinthoti
ServiceNow Employee
ServiceNow Employee

Hi Akrity, Control and Entity fields for a particular smart assessment will be shown in the side panel of the smart assessment. The relationship is stored in the sn_smart_asmt_m2m_instance_scope_item table, which links assessments to scope items (like Controls and Entities)

View solution in original post

2 REPLIES 2

Teju Chinthoti
ServiceNow Employee
ServiceNow Employee

Hi Akrity, Control and Entity fields for a particular smart assessment will be shown in the side panel of the smart assessment. The relationship is stored in the sn_smart_asmt_m2m_instance_scope_item table, which links assessments to scope items (like Controls and Entities)

Thankyou, this was really helpful. I was unaware of this table itself.