---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-user-interface

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Identify customizations in widget related records

# Identify customizations in widget related records {#ariaid-title1}

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

View and identify potentially problematic code in the widget dependencies, Angular Providers, and ng-templates that are being used by the widget.

## Before you begin

Role required: admin or sp_admin

## About this task

Your widget may be using potentially problematic code from any of the following records:

* Widget Dependencies
* Angular Providers
* Angular ng-templates

{#view-related-records__ul_nky_vv4_gjb}

You can view these related records directly from your portal page to check the
code in each record.

## Procedure

1. Navigate to a portal page.
2. On the page, open the widget context menu by CTRL+right-clicking any widget.
3. On the widget context menu, click Show Widget Customizations.  
   Widgets are color-coded as follows:
   {#view-related-records__table_nrc_xcd_2jb__entry__2}

   | Color | Customization level |
   |-|-|
   | Green | Base system widget |
   | Yellow | Cloned widget |
   | Blue | New widget |
   | Red | Customized widget |
   [ ]

   {#view-related-records__table_nrc_xcd_2jb}
4. On any widget, click the information icon (![Information icon]()).
5. On the window, open links to the following related records:  
   {#view-related-records__table_q5f_hbh_djb__entry__2}

   | Field | Description |
   |-|-|
   | Dependencies | JavaScript and CSS files that the widget uses from the Widget Dependencies \[sp_dependency\] table. Note: The widget dependencies listed on this window only reflect the first-level dependencies. Any dependency that is nested deeper than the first level is not included. To further troubleshoot the widget, check the nested dependencies in the widget record. |
   | Angular Providers | Angular Providers that the widget uses from the Widget Angular Providers \[sp_angular_provider\] table. |
   | Angular templates | Angular ng-templates that the widget uses from the Angular ng-templates \[sp_ng_template\] table. |
   [ ]

   {#view-related-records__table_q5f_hbh_djb}

   Related records that you modified or developed are outlined in red.

   You can open each related record by clicking the record name.

## What to do next

If you're still unable to diagnose the widget, consider checking nested dependencies
or URL dependencies.

