Create a dynamic attribute store field

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • 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.

    프로시저

    1. Navigate to All > System Definition > Tables.
    2. Select the table that you want to use for storing attributes.
    3. In the Columns related list, select New.
    4. In the Type field, select Dynamic Attribute Store.
    5. Complete the form by entering a Column label.
    6. 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

    A dynamic attribute store field called mystore is added to the Products table.

    다음에 수행할 작업

    Populate the dynamic attribute store field with one or more attributes. See Add transient attributes to a record.