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


---

# Create a dynamic attribute store field

# Create a dynamic attribute store field {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Store dynamic attributes on a record using a dynamic attribute store field.

## Before you begin

Role required: admin

## About this task

You can create a dynamic attribute store field to store one or more dynamic attributes that describe a record. When you create a dynamic attribute store field, the following schema changes occur automatically.

* A dynamic namespace is automatically created and associated with the dynamic attribute store field. Dynamic attributes, dynamic categories and other items defined in the dynamic namespace become available to the store field. You may modify the namespace of a store field at any time without affecting data stored for that field. The system will begin interacting with that data using definitions provided by the new namespace.
* A dynamic category reference field is automatically added to the same table and associated with the store field. This category reference field provides additional metadata for the store field to guide users when deciding which attributes to add.
{#create-dynamic-attribute-store-field__ul_byw_cbf_yfc}

## Procedure

1. Navigate to AllSystem DefinitionTables.
2. Select the table that you want to use for storing dynamic attributes.
3. In the Columns related list, select New.
4. In the Type field, select Dynamic Attribute Store.
5. Complete the form by providing a Column label.
6. Select Submit.

## Result

* A dynamic attribute store field is added to the table. An associated dynamic namespace is created with the following naming format:

      <table_name>/<dynamic_attribute_store_column_name>

* A dynamic category reference field is added to the table. A dependency relationship is established between the category reference field and the dynamic attribute store field.
{#create-dynamic-attribute-store-field__ul_wyb_vql_1gc}

## New dynamic store field on the Products table {#create-dynamic-attribute-store-field__example_zrf_cyb_hbc}

## What to do next

Develop your dynamic schema by creating dynamic attributes and dynamic categories. You can build out the schema using either of the following methods:

* Add dynamic attributes and dynamic categories to the dynamic namespace that's currently associated with the store field you created. Refer to the following topics:
  * [Create a dynamic attribute](https://servicenow-prod.fluidtopics.net/EqE4H9zmNNtz9kl207cn4Q "Define one or more dynamic attributes that describe a record.")
  * [Create a dynamic category](https://servicenow-prod.fluidtopics.net/_r~1HYi~PEnq9C~32YWwFQ "Create a container for organizing dynamic attributes.")
  {#create-dynamic-attribute-store-field__ul_ulr_mmq_zfc}
* Add dynamic attributes and dynamic categories to a new dynamic namespace and then associate that namespace with the store field that you created. Refer to the following topics:
  * [Create a dynamic namespace](https://servicenow-prod.fluidtopics.net/V6tDsRamL6GOaltG1uaOIg "Define categories and attributes once and reuse them across multiple tables and dynamic attribute store fields.")
  * [Associate a dynamic attribute store with a different namespace](https://servicenow-prod.fluidtopics.net/a_yIsHMX58E9em1u_TsNYQ "Use a different set of dynamic attributes in a dynamic attribute store field by changing its associated namespace.")
  {#create-dynamic-attribute-store-field__ul_klp_pmq_zfc}
{#create-dynamic-attribute-store-field__ul_ffj_klq_zfc}

*[\>]: and then


