Fields view in Table Builder
Modify the table properties and manage the table fields by using the default Fields view on the Data tab in Table Builder.
Vorbereitungen
- Launch Table Builder. For more information, see Accessing Table Builder.
- (Optional) Choose a domain to work within (if not global). For more information, see Domain separation and Table Builder.
- (Optional) Choose an application scope to work within (if not global). For more information, see Using an application scope with Table Builder.
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Prozedur
Add a table column in Table Builder
Store more information in a table record by adding a table column.
Vorbereitungen
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Prozedur
Ergebnisse
If you preview the table, you can see the new column that was added to your table. For more information on previewing a table, see Preview your data in Table Builder.
Delete a table column in Table Builder
Delete a column from your table using Table Builder.
Vorbereitungen
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Prozedur
Ergebnisse
Change a column label in Table Builder
Modify the label that uniquely identifies the data that is stored in it to users.
Vorbereitungen
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Warum und wann dieser Vorgang ausgeführt wird
A column label is the text that's visible to your users when they're reading or updating application data. For example, if you create a form for requesters to fill in, each column label appears as a form field label.
Use a column label that describes the specific information that you expect users to enter. For example, to prompt a user to add comments, you would use the column label "Comments" instead of "Text".
Prozedur
Changing a table column name in Table Builder
Change the database name for the column. You may opt to change the column name manually if a reviewer finds that the column name in the database was causing issues in testing.
Vorbereitungen
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Warum und wann dieser Vorgang ausgeführt wird
A column name is the text that an administrator uses to track column data in the database. A column name is created automatically after you enter a column label. In Table Builder, if you change the column label, the column name also changes automatically.
Prozedur
Change a column type in Table Builder
Change the type of field that will store information for rows in a table column. For example, if your table is tracking dates, you would want to select the Date column type.
Vorbereitungen
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Prozedur
Edit field properties in Table Builder
Edit field properties such as the field label, type, and default values in Table Builder.
Vorbereitungen
Launch Table Builder. For more information, see Accessing Table Builder.
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Prozedur
Add a default value to a table column in Table Builder
Define the default value to populate a table column automatically after a user creates a record.
Vorbereitungen
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Prozedur
Select a column as the table display value in Table Builder
Select a column value that will be displayed in the reference fields of other tables. For example, the Opened by column of the task table could refer to a specific column in the user table so it can display a user name.
Vorbereitungen
Role required: personalize_dictionary or AES user role and delegated developer permissions. For more information, see Delegate developers using AES.
Warum und wann dieser Vorgang ausgeführt wird
A reference field shows the display value of the table to which it is referring. For example, the Opened by column of the task table refers to the user table. Because the display value of the user table is the user name, the Opened by field shows something like "Beth Anglin" or "Joe Employee". When you select a display value, choose the table column that would act as an appropriate title for individual records.
Only one column can act as the display value for a table.