Add a domain field to a table

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • As an administrator, domain-separate a custom table by adding a sys_domain field to it.

    시작하기 전에

    Role required: admin

    이 태스크 정보

    주:

    Do not add domains to base system tables.

    프로시저

    1. Navigate to the table's list view.
      For example, type <table name>.list in the navigation filter.
    2. Right-click the list header and select Configure > List Layout.
    3. In the Create new field section, enter sys_domain as the Name and Domain ID as the Type.
    4. Click Add.
    5. Click Save.
      주:

      Any other means of creating a field adds a u_ prefix to the column name. But with the domain field, the system automatically creates the field without the u_ prefix. You can use the following functionality as a shortcut: Whenever you create a sys_domain field, name it sys_domain and leave the field type as is. The system automatically sets the field type to Domain ID and the field label to Domain, saving you a few clicks.

      Adding domains to base system tables requires prohibitively thorough testing, updates and adding new logic. In addition in many cases, the source code is not accessible to the customer.