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

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Enable indexing of referenced table fields for an indexed source

# Enable indexing of referenced table fields for an AI Search indexed source {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read  
Configure an indexed source to index field values from tables referenced by fields in the source table. You can index these field values for use in filters and EVAM search result configurations, index them for search, or both.

## Before you begin

You must have an indexed source configured for the source table. For details on creating an indexed source for a table, see [Create an indexed source](https://servicenow-prod.fluidtopics.net/EnQ8GW_JYB3Xv226wmDfpA "Define an indexed source to make content and metadata from ServiceNow AI Platform table records searchable using AI Search.").

Role required: ais_admin

## About this task

When an indexed source table includes a reference field, AI Search defaults to indexing values for the reference field but not for other fields on the table that it references. To index values from these referenced table fields, you can create dot_walk_fields and searchable_dot_walk_fields field settings on your indexed source table.

* To use field values from referenced tables in search source filters, facet filters, and EVAM search result configurations, create a dot_walk_fields field setting.
* To make field values from referenced tables searchable, create a searchable_dot_walk_fields field setting.
{#enable-ref-table-field-index-ais__ul_cb4_xs4_v5b}

As the value for either of these field settings, list the names of the referenced table fields you want to index, separated by commas. For example, to index the name and city fields
from the table referenced by the company field on the indexed source table, select the company field and enter value <kbd class="ph userinput">name,city</kbd>.  
To dot-walk across multiple tables, you can enter field name values with dot-separated reference field prefixes. For example, enter value <kbd class="ph userinput">company.contact.name</kbd> to index the name field in the table referenced by the contact field on the table referenced by the indexed source table's company reference field.  
Note:  
Each dot-walk reference level imposes a performance impact on indexing. Avoid using multi-level references unless necessary.

You can create both dot_walk_fields and searchable_dot_walk_fields field settings for the same reference field.

## Procedure

1. Navigate to AllAI SearchAI Search IndexIndexed Sources.
2. In the Field Settings \& Mapping related list, select New.
3. On [the Field Setting form](https://servicenow-prod.fluidtopics.net/AOjWJQS~zhCZSYcX1NQQAA "The Field Setting form enables you to create a field setting for an indexed source in AI Search."), enter the field values shown for your use-case.
   * To index field values from referenced tables for use in search source filters, facet filters, and EVAM search result configurations, enter the following field values.{#enable-ref-table-field-index-ais__table_o35_w2l_55b__entry__2}

     | Field | Value |
     |-|-|
     | Attribute | dot_walk_fields |
     | Field | \<name of indexed source table reference field that you want to use to dot-walk to another table\> |
     | Value | \<comma-separated list of names for fields that you want to index from the referenced table\> |
     [ ]

     {#enable-ref-table-field-index-ais__table_o35_w2l_55b}
   * To index field values from referenced tables as searchable text, enter the following field values.{#enable-ref-table-field-index-ais__table_zw5_w2l_55b__entry__2}

     | Field | Value |
     |-|-|
     | Attribute | searchable_dot_walk_fields |
     | Field | \<name of indexed source table reference field that you want to use to dot-walk to another table\> |
     | Value | \<comma-separated list of names for fields that you want to index from the referenced table\> |
     [ ]

     {#enable-ref-table-field-index-ais__table_zw5_w2l_55b}

   {#enable-ref-table-field-index-ais__choices_ofn_r2l_55b}  
   Note:  
   If the dot_walk_fields and searchable_dot_walk_fields attributes don't appear in the Attribute selection list, ensure that your Field selection is a reference field.
4. Select Submit.  
   The attribute and value appear in the Field Settings \& Mapping related list.

*[\>]: and then


