---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Fields view in Table Builder

# Fields view in Table Builder {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 8 min. de leitura

Modify the table properties and manage the table fields by using the default Fields
view on the Data tab in Table Builder.

## Antes de Iniciar

* Launch Table Builder. For more information, see [Accessing Table Builder](https://servicenow-prod.fluidtopics.net/tA8W0UFqEbay_uw10_ZOqg "You can access Table Builder in several ways.").
* (Optional) Choose a domain to work within (if not global). For more information, see [Domain separation and Table Builder](https://servicenow-prod.fluidtopics.net/psqtP2q2kxAO5cfIoxXa9w "Domain separation enables you to separate data, processes, and administrative tasks into logical groupings called domains. You can control several aspects of this separation, including which users can see and access data.").
* (Optional) Choose an application scope to work within (if not global). For more information, see [Using an application scope with Table Builder](https://servicenow-prod.fluidtopics.net/AtLcUqwMmjreIuXSqhxEXA "Selecting an application from the application scope list in Table Builder enables you to customize form views for the users of the selected application in the ServiceNow AI Platform.").

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

## Procedimento

Use the following procedures to edit tables using Fields view in Table Builder.

## Add a table column in Table Builder {#ariaid-title2}

Store more information in a table record by adding a table column.

### Antes de Iniciar

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

### Procedimento

1. Navigate to the Data tab.  
   Nota:  
   Fields view displays by default. You can also access the Fields view from the Additional actions menu (![Additional actions menu.]()).
2. Select + Add new field.
3. On the resulting blank row, fill in the desired properties for the new data table column.  
   Figura 1. Adding a new field to a table
   {#add-table-column-fb__chdesc_fieldtype}

   | Field | Description |
   | Column label | Unique label for the column. |
   | Column name | Database name for the column. |
   | Type | Type of information that the column contains. For example, to contain plain text in the column, select String. Depending on the type that you select, fill in the additional fields to further define the table column. For example, if you select String, define the character limit of the string input. Or, if you select Choice, define the choices that users can choose from. See [Field types](https://www.servicenow.com/docs/access?context=r_FieldTypes&version=australia&pubname=australia-platform-administration&ft:locale=en-US). |
   | Reference | Table that is associated with the column. This field applies only if the column type is Reference. |
   | Max length | Maximum number of characters that users can enter in the field. |
   | Default value | Value that populates the field automatically after a new record is created. |
   | Display | Option to set the column as the display value for the table. 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. |
   | Updated | Information about when the table was last updated. |
   |-|-|

   {#add-table-column-fb__choicetable_wqj_vdz_5wb}
4. Select Save.

### Resultado

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](https://servicenow-prod.fluidtopics.net/xDzfLpvP_tqs~EKAl61C0A "See what your table looks like after you've edited the table columns.").

## Delete a table column in Table Builder {#ariaid-title3}

Delete a column from your table using Table Builder.

### Antes de Iniciar

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

### Procedimento

1. Navigate to the Data tab.  
   Nota:  
   Fields view displays by default. You can also access the Fields view from the Additional actions menu (![Additional actions menu.]()).
2. Next to the table field row you want to delete, hover over the leftmost column, and select the Open side panel icon (![Open side panel icon]()).
3. At the top right corner of the side panel, select the trash icon (![Trash icon.]()) to delete the field.  
   Nota:  
   Your table includes several default columns (including Created and Updated), that you can't delete. Also, you can't delete columns that are extended from another table or columns where data records are already present. To delete the column, you must first delete the existing data.
4. Select Delete in the confirmation dialog.

### Resultado

If you preview the table, you can see that the table column is no longer used in the table. For more information on previewing a table, see [Preview your data in Table Builder](https://servicenow-prod.fluidtopics.net/xDzfLpvP_tqs~EKAl61C0A "See what your table looks like after you've edited the table columns.").

## Change a column label in Table Builder {#ariaid-title4}

Modify the label that uniquely identifies the data that is stored in it to
users.

### Antes de Iniciar

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

### Por Que e Quando Desempenhar Esta Tarefa

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".

### Procedimento

1. Navigate to the Data tab.  
   Nota:  
   Fields view displays by default. You can also access the Fields view from the Additional actions menu (![Additional actions menu.]()).
2. Change a column label in the Column label column, by updating the text in the corresponding row.  
   For example, to change the label of the "Office location" column, you would
   select the cell that says "Office location" and enter a different label.

   The column label updates automatically after you select another cell.
3. Select Save.

## Changing a table column name in Table Builder {#ariaid-title5}

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.

### Antes de Iniciar

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

### Por Que e Quando Desempenhar Esta Tarefa

Nota:  
You can't change the column name for existing fields that have information in them saved already.

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.

### Procedimento

1. Navigate to the Data tab.  
   Nota:  
   Fields view displays by default. You can also access the Fields view from the Additional actions menu (![Additional actions menu.]()).
2. Change the column name in the Column name column by updating the text in the corresponding row.  
   For example, to change the name of the "Office location" column, you would
   select the cell that says u_office_location and enter a different name.

   The column name updates automatically after you select another cell.
3. Select Save.

## Change a column type in Table Builder {#ariaid-title6}

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.

### Antes de Iniciar

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

### Procedimento

1. Navigate to the Data tab.  
   Nota:  
   Fields view displays by default. You can also access the Fields view from the Additional actions menu (![Additional actions menu.]()).
2. Select a cell and clear the text from the Type column.
3. From the list, select a column type.  
   You can search the list by entering new text. For example, to find all the
   string types, you would enter <kbd class="ph userinput">string</kbd>.
4. If required, define the column type with more information.  
   For example, if you select Choice, define the list of
   choices that users can select from.

   The column type updates automatically after you select another cell.
5. Select Save.

## Edit field properties in Table Builder {#ariaid-title7}

Edit field properties such as the field label, type, and default values in Table Builder.

### Antes de Iniciar

Launch Table Builder. For more information, see [Accessing Table Builder](https://servicenow-prod.fluidtopics.net/tA8W0UFqEbay_uw10_ZOqg "You can access Table Builder in several ways.").

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

### Procedimento

1. Navigate to the Data tab.  
   Nota:  
   Fields view displays by default. You can also access the Fields view from the Additional actions menu (![Additional actions menu.]()).
2. Select a field you want to modify in the table.  
   For information about basic field properties, see [Field
   Configuration.](https://servicenow-prod.fluidtopics.net/wovoeHmAhpGlh74deOYa8g "You can configure the basic field properties for any field within Table Builder.")
3. Next to the field you want to edit, hover over the leftmost column, and select the Open side panel icon (![Open side panel icon]()).
4. Make your changes to the field properties.  
   For information about modifying a field's UI policies, see [Modify a UI policy in Table Builder](https://servicenow-prod.fluidtopics.net/DMqOXhT63wJBda4EjQ23lg#modify-ui-policy "Edit UI policies to change how forms appear based on roles and user input in Table Builder.").  
   Nota:  
   The Config tab on the right stays open even if you switch between the Data and Forms tabs.
5. Select Save.

## Add a default value to a table column in Table Builder {#ariaid-title8}

Define the default value to populate a table column automatically after a user
creates a record.

### Antes de Iniciar

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

### Procedimento

1. Navigate to the Data tab.  
   Nota:  
   Fields view displays by default. You can also access the Fields view from the Additional actions menu (![Additional actions menu.]()).
2. Add the default value of a column in the Default value column by updating the content in the corresponding row.  
   You define the default value by selecting a cell and then entering the value.
   The value that you enter depends on the column type. For example, if the
   column requires a choice, you would select one of the choices that you
   defined in the Type column.

   The column name updates automatically after you select another cell.
3. Select Save.

## Select a column as the table display value in Table Builder {#ariaid-title9}

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.

### Antes de Iniciar

Role required: personalize_dictionary or AES user
role and delegated developer permissions. For more information, see [Delegate developers using AES](https://servicenow-prod.fluidtopics.net/g_PvUcxPUFAjOctgy1S9iw "Delegated development enables designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform. This enables administrators and delegated developers to work together to deliver custom applications through App Engine Studio (AES).").

### Por Que e Quando Desempenhar Esta Tarefa

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.

### Procedimento

1. Navigate to the Data tab.  
   Nota:  
   Fields view displays by default. You can also access the Fields view from the Additional actions menu (![Additional actions menu.]()).
2. Check that all selections are cleared from the Display column.  
   To clear a selection, toggle off the switch as shown in the following example.Figura 2. Toggle off ![Toggle off.]()
3. From the Display column, select one row to act as the table display value.  
   To select a row, toggle on the switch as shown in the following example.Figura 3. Toggle on ![Toggle on.]()
4. Select Save.

