Specifies the system setup options for the current database.

To open this window, in the Microsoft Dynamics NAV Development Environment, on the Tools menu, choose Options.

Fields

Field Description

Object Cache (KB)

Specifies the size of the object cache, in kilobytes. Objects such as code, descriptions, and windows that are used on the computer that is running the development environment are stored in the object cache.

Values: Any integer value

Default: 32000

TempFilePath

Specifies the path of the location to store temporary files that are created while Microsoft Dynamics NAV runs. These files are automatically deleted when the Microsoft Dynamics NAV is closed.

By default, these files are put in the Temp folder for the user, such as <C:\Users\<user name>\AppData\Local\Temp\>

Status Bar

Specifies whether the status bar is displayed in the development environment. The status bar displays the following:

  • Name and contents of the active field
  • Current user ID
  • Whether you are working in Insert (INS) or Overtype (OVR) mode

Values: Yes, No

Default: Yes

Close Forms on Esc

Specifies if the active window in the development environment closes when you press Esc.

Values: Yes, No

Default: Yes

Marquee Full Selection

Not relevant in Microsoft Dynamics NAV 2013 R2.

Quick Find

Specifies whether quick find is enabled. If quick find is enabled, then you can search for an entry in any non-editable field in the development environment by typing a letter or number. You can also type the complete name of the element you are looking for. When you type a letter or number, the Find window opens automatically and the first row that matches what you typed becomes the active row.

If quick find is not enabled, then you can open the Find window by choosing the Edit menu, and then choosing Find.

Values: Yes, No

Default: Yes

Max. no. of XML records to send

Not relevant in Microsoft Dynamics NAV 2013 R2. For more information about similar functionality, see the MaxNoOfXMLRecordsToSend setting in Configuring the Windows Client.

Auto-Lock on Design

Specifies if you want to automatically lock objects when you open them for design in the development environment.

Values: Yes, No

Default: No

Prevent data loss from table changes

Specifies if you receive a warning message if you compile an object that will result in data loss.

If you set this property to No, and you remove a field from a table, or you change the data type of a field, any data in the field will be lost when you run the table or access it from a Microsoft Dynamics NAV client.

If your solution deploys in a multitenant deployment architecture, the change will only apply to a tenant database that is mounted using the Mode parameter set to force.

Values: Yes, No

Default: Yes

Server Name

Specifies the server that hosts the Microsoft Dynamics NAV Server instance, such as MyServer.

Server Instance Name

Specifies the Microsoft Dynamics NAV Server instance that is being used, such as DYNAMICSNAV71.

Server Port

Specifies the port on the Microsoft Dynamics NAV Server server, such as 7046.

Management Port

Specifies the port on the server that runs the Microsoft Dynamics NAV Server instance that the Microsoft Dynamics NAV cmdlets access, such as 7045.

Tenant

Specifies the ID of the tenant that is accessed when you run objects from the development environment. If your solution is not set up to deploy in a multitenant deployment architecture, leave the field empty.

Company

Specifies the name of the company that is accessed when you run objects from the development environment. If the database only contains a single company, leave the field empty.

Use Report Builder

Specifies if you want to use SQL Server Report Builder to design the layout for reports. To continue to use Visual Studio Report Designer, do not change the value of this field.

SQL Server Report Builder is included when you install the development environment.

See Also