---
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


---

# Associate a dynamic attribute store with a different namespace

# Associate a dynamic attribute store with a different namespace {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Use a different set of dynamic attributes in a dynamic attribute store field by changing its associated namespace.

## Before you begin

Role required: dynamic_schema_writer

## About this task

You can reuse the dynamic attributes and dynamic categories that you define in a dynamic namespace across multiple store fields by updating the namespace specified in the store field's dictionary record.

Changing the namespace associated with a store field can modify the type of an attribute that's captured in the store field. Modifying the type of an attribute doesn't affect any data stored for it, but can change how the
system interacts with that data.

## Procedure

1. Navigate to AllSystem DefinitionTables.
2. Select the table that contains your dynamic attribute store field.
3. In the Columns related list, select the dynamic attribute store column that you want to update.
4. In the Attributes field, enter the name of the dynamic namespace that you want to use after the equals sign.  
   For example, change:
   <kbd class="ph userinput">dynamic_namespace=u_products/u_attributes</kbd>

   To:
   <kbd class="ph userinput">dynamic_namespace=departments</kbd>
5. Select Update.

## Result

All the dynamic attributes and dynamic categories that belong to the dynamic namespace that you entered are available to the dynamic attribute store field.

## What to do next

Associate the dynamic namespace with other dynamic attribute store fields by updating the Attributes field in the dictionary entry in each store field.

After each update, delete the dynamic namespace record that was automatically created for the dynamic attribute store field.

*[\>]: and then


