---
sourceDocument: Yokohama Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/application-development

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Define and build the data model

# Define and build the data model {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

After planning is complete, define and build the data model. Create one or more tables with fields, load the table with demo data, and verify access controls to the data.

## Agentic AI {#define-and-build-data-model__section_dfk_sjc_h2c}

Create applications with help from agentic AI. For more information, see [Use agentic AI to build and edit applications](https://servicenow-prod.fluidtopics.net/c02JqktGYDBjRV8Yj~IRvQ "Use agentic AI to help create and edit applications. Agentic AI can also summarize what an app does and help you generate code.").

## Create an application {#define-and-build-data-model__section_hkr_yxl_sxb}

Create or open an application record.

* Create: If creating an application directly, use [Guided App Creator](https://developer.servicenow.com/dev.do#!/learn/courses/rome/app_store_learnv2_buildmyfirstapp_rome_build_my_first_application/app_store_learnv2_buildmyfirstapp_rome_guided_app_creator_and_servicenow_studio/app_store_learnv2_buildmyfirstapp_rome_guided_app_creator_and_servicenow_studio_objectives) to create the application. Guided App Creater allows you to create tables from spreadsheets, roles, and security rules. Design options are also available.
* Open: If developers do not have the admin role, the ServiceNow System Administrator needs to create the application and grant developers a delegated development role. Developers then use Studio to open the application for editing.
{#define-and-build-data-model__ul_q5q_zxl_sxb}  
Note:  
The application scope and table name are sometimes referred to as the internal names for these objects and cannot be changed once they are created. However, the application name and table label can be changed. Application users see the internal names in the URL only. If possible, internal names should always be consistent with what the user sees.
* **[Build the data model](https://servicenow-prod.fluidtopics.net/0YRVMuyzG3DYg1vwFHh1ZA)**   
  Create tables and fields on the tables to support the application's data model.
* **[Secure data](https://servicenow-prod.fluidtopics.net/UpmBF2HGaWk6NqN85DFCow)**   
  Data security is one of the most important and overlooked aspects of creating an application. ServiceNow automatically configures access control for a new or selected role during the table creation process. Only users with the role can access the table to read, create, write, and delete.
* **[Manage data](https://servicenow-prod.fluidtopics.net/tROh0YGxg3sG8i8Ld7hn~A)**   
  With the data model (tables and fields) created and security set up, add data into the application's table(s).

