Creates a new Microsoft Dynamics NAV object by copying the selected object.

The following table describes the options on the Save As window.

Option Description

ID

Specifies the ID to assign the object. This sets the object's ID Property.

Name

Specifies the name to assign the object. This sets the object's Name Property.

Compile

Specifies whether to compile the object.

Compiling the table object will check for syntax errors and obsolete construct errors in C/AL code.

Synchronize Schema

Specifies how to apply the table definition changes to the business data table in SQL Server. This option is only available when you compile a table.

Use the text on the Save AS window to help you select the desired option, or for more information, see Synchronizing Table Schemas.

See Also