Create a dynamic attribute store field
Store dynamic attributes on a record using a dynamic attribute store field.
시작하기 전에
Role required: admin
이 태스크 정보
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.
프로시저
- Navigate to .
- Select the table that you want to use for storing dynamic attributes.
- In the Columns related list, select New.
- In the Type field, select Dynamic Attribute Store.
- Complete the form by providing 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.
New dynamic store field on the Products table
다음에 수행할 작업
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:
- 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: