- Log in to your ServiceNow instance with an account that has administrative privileges.
- Open the Application Navigator by clicking on the grid icon in the top-left corner.
- In the Application Navigator, search for "Tables" and click on the "Tables" module.
- On the Tables page, click on the "Create Table" button at the top.
- In the Create Table form, you'll need to provide several details:
- Label: Enter a user-friendly label for the table.
- Name: Provide a unique name for the table. It is recommended to use the format
u_<your_table_name>
to indicate a custom table. - Plural Label: Enter the plural form of the table's label.
- Extends Table: If your new table should inherit properties from an existing table, select the base table from the dropdown list.
- Table API Name: This field will be automatically populated based on the table name you provided.
- Application: Select the application scope where you want the table to be created.
- Category: Choose an appropriate category for your table.
- Description: Optionally, provide a description for the table.
- Once you have filled in the necessary details, click on the "Submit" button to create the table.
How to Create table in ServiceNow?
Working Code Asked question July 13, 2023