- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2025 05:01 AM
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 ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2025 06:32 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2025 06:32 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2025 01:51 AM
Thankyou, this was really helpful. I was unaware of this table itself.