NAV table objects are mapped to actual database tables; for each table in NAV, there is a corresponding table in the SQL Server database, and the NAV table designer is an interface for constructing table metadata that will be represented in database table fields.
The first table we will create is the contract header containing general information related to the contract: contract number, customer, and starting and ending dates.