---
sourceDocument: Australia Governance, Risk, and Compliance
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/governance-risk-compliance

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Governance, Risk, and Compliance

ft:clusterId :

    - grc

bundleId :

    - grc

workflow :

    - Technology


---

# Embed an assessment in a record page

# Embed an assessment in a record page {#ariaid-title1}

* Release version: Australia
* 
* Updated June 1, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Configure SAE to let an upstream application (an application that hosts or triggers the assessment) surface the Smart Assessment Engine responder experience inside its own UI rather than as a separate page.

## Before you begin

To restrict access to the embedded assessment based on the parent record's audience, enable the Inherit read access for embedded assessment field on the template category. Then set the
Embedded assessment parent table to the table whose records act as the parent. For field details and guidance on choosing the parent table, see [Create an assessment template category](https://servicenow-prod.fluidtopics.net/ySw5ARD4rsFKsd4_~5~VEQ "Create an assessment template category in the Smart Assessment Engine application so that you can organize and grant access to the assessment templates that are related.").

Role required: sn_smart_asmt.template_manager. To configure the template category, which is a prerequisite for this task, the sn_smart_asmt.assessment_admin role is also required.

## Procedure

1. Navigate to WorkspacesAssessment Workspace to access the Assessment Workspace landing page.
2. Select New template, and then fill in the template details form.  
   Note:  
   You can also copy an existing template including all questions, sections, instructions, and existing configurations. For more information on how to copy an existing template see [Copy an assessment template](https://servicenow-prod.fluidtopics.net/XEvnQKjgTfFmmLmqVVF4Zg "Make a copy of an existing assessment template in the Smart Assessment Engine to help reduce the amount of manual input needed. The copied template includes all questions, sections, instructions, and existing configurations from the original template, which you can then customize to meet new requirements or scenarios.").
3. Access the assessment template that has the embedded assessment fields configured.

   | Option | Steps |
   | New template | Select New template on the Assessment Workspace landing page, fill in the template details, and ensure the template is assigned to a category with the embedded assessment fields configured. |
   | Existing template | Select an existing template from the Assessment Workspace landing page. |
   |-|-|

   {#embed-assessment-in-record-page__choicetable_embed_open_25c}
4. Configure the trigger so that an assessment is created against each record in the parent table that needs evaluation.
5. Open the UI Builder page where the embedded assessment will appear, and add the Smart Assessment component to it.  
   Note:  
   For information on adding a component to a UI Builder page, see [Customize UI Builder pages using components](https://www.servicenow.com/docs/access?context=work-components&version=australia&pubname=australia-application-development&ft:locale=en-US). If a UI Builder page does not yet exist for the host context, see [Create a page in UI Builder](https://www.servicenow.com/docs/access?context=create-page&version=australia&pubname=australia-application-development&ft:locale=en-US).
6. Configure the Smart Assessment component's properties to match the layout of the host page.  
   The component exposes properties that control which parts of the standard responder UI are shown. These include the assessment mode (single or combined) and the header mode (standard or compact). Additional properties control show/hide toggles for the Submit, Reassign, and Cancel actions, and a hide-all-actions toggle. You can also control visibility of the right reference pane and whether the navigation pane is pinned by default.
   * For information on configuring component properties in UI Builder, see [Customize UI Builder pages using components](https://www.servicenow.com/docs/access?context=work-components&version=australia&pubname=australia-application-development&ft:locale=en-US)
   * For details on what each property hides or affects, including the combined-mode constraints, see [Embedded assessments](https://servicenow-prod.fluidtopics.net/PMrzGLGeX~IxnIYIKxlM3w "Upstream applications can embed the Smart Assessment Engine responder experience directly within their workspace and control which interface components are visible.").
   {#embed-assessment-in-record-page__ul_odx_gt5_ljc}
7. Save and publish the UI Builder page.
8. Open a record in the parent table and confirm that the embedded assessment appears as configured.  
   Verify that the visibility properties hide or show the expected elements. Confirm that the progress indicator remains visible when the navigation pane is not pinned. Confirm that users with read access to the parent record can view the embedded assessment.
{#embed-assessment-in-record-page__steps_lsd_1t4_ljc}

## Result

The embedded assessment is configured and accessible from records in the parent table.

## What to do next

If the embedded view hides assessment-level actions, the upstream application must provide equivalent controls on the host page.

Submit
:   Use the Change Assessment State Flow Designer action to transition the assessment to the Submitted state. The action performs the minimum required validations --- state eligibility and required
    questions answered --- before transitioning. Implement any additional business-specific validations in the upstream application before invoking the action.

Cancel
:   Use the same Change Assessment State action to transition the assessment to the Cancelled state. Implement custom pre-cancellation validations in the upstream application before calling the
    action.

Reassign
:   Build a Reassign UI in the upstream application. The custom UI must use the Reassign Filter extension point that the built-in Reassign dialog uses, so that the same allowed-user list is applied. After the user
    confirms the reassignment, call the corresponding flow action or public API to apply the change.
{#embed-assessment-in-record-page__dl_upstream_responsibilities}

If the embedded view also hides the right reference pane, the upstream application must build its own contributor management UI. Call the Smart Assessment responder public API to persist contributor changes.
**Related concepts**   

* [Embedded assessments](https://servicenow-prod.fluidtopics.net/PMrzGLGeX~IxnIYIKxlM3w "Upstream applications can embed the Smart Assessment Engine responder experience directly within their workspace and control which interface components are visible.")  
**Related topics**   

* [UI Builder](https://www.servicenow.com/docs/access?context=ui-builder-overview&version=australia&pubname=australia-application-development&ft:locale=en-US)

*[\>]: and then


