Understanding the Service-Now tables schema
Service-Now is an enterprise-level system and it has its own data mode. Through the schema map, you can understand tables and their relationships in a visual manner.
Getting ready
To step through this recipe, you should have active an Service-Now instance, valid credentials, and admin role.
How to do it...
- Open any standard web browser.
- Type the Service-Now instance web address (
https://{instance_name}.service-now.com
) provided by your company in the address bar. Now, enter your credentials in respective fields. - On the left-hand side, in the search box, type
tables
, and Service-Now will search forTables & Columns
, as shown here:
![](https://static.packt-cdn.com/products/9781788628730/graphics/312ef50d-ad8c-42f3-b0d2-d2fa4a0be62c.png)
Tables & Column module
- Under
System Definition
, click on theTables & Columns
module. After clicking on it, you will able to view the following screen, where you will able see all the tables and columns of the system:
![](https://static.packt-cdn.com/products/9781788628730/graphics/5e1c727e-2e7e-4128-afd4-4dd80c49fd20.png)
Tables and column module's sections
- If you click on any column name field, you can even see
Column...