Create a dynamic attribute store field
Create a dynamic attribute store field for storing transient attributes on a record.
始める前に
Role required: admin
このタスクについて
You can create a dynamic attribute store field to store one or more transient 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. The namespace associated with a store field can be modified at any time.
- A dynamic category reference field is automatically added to the same table. You can store any dynamic attribute that you want in the store field, but the dynamic category reference field can help users determine which attributes to store.
手順
- Navigate to .
- Select the table that you want to use for storing attributes.
- In the Columns related list, select New.
- In the Type field, select Dynamic Attribute Store.
- Complete the form by entering a Column label.
- Select Submit.
タスクの結果
-
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.
A dynamic attribute store field is added to the Products table
次のタスク
Populate the dynamic attribute store field with one or more attributes. See Add transient attributes to a record.