Edit table properties in Table Builder

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Change table properties such as the table label or other settings so that you can make a table extensible or add record numbers by using Table Builder.

    Avant de commencer

    Role required: none

    Remarque :
    User must have canWrite access to sys_db_object or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.

    Pourquoi et quand exécuter cette tâche

    By editing table properties, you can relabel your table, make your table extensible, or add record numbers. You can also set application access settings.

    Making a table extensible means that you are enabling new tables to share columns from your table. For example, if you created an "Office location" column in your table, you can allow new tables to use the "Office location" column also. For more information on table extensions, see Table extension and classes.

    Adding record numbers means that a tracking number is created automatically for each new table entry. For example, a new entry to the Travel Requests table would get a record number like TRV1234567. You can use this number to find table records more easily.

    Application access settings determine whether script objects from other applications can access the table in your application. You can give these script objects access to read, create, update, or delete records on your table. Alternatively, you can disable access to your table from other applications. For more information on the application access controls, see Table design and runtime settings.

    Procédure

    1. In the header, navigate to the more options button .
    2. Select Properties.
    3. In the dialog box that appears, update the table properties as shown in the following example.
      For more information on these properties, see Table properties.
      Figure 1. Editing table properties
      Editing table properties.
    4. To close the dialog box, select Save.
    5. Select Save.