Synchronize

Examples


This setting is used by Microsoft Dynamics GP to ascertain whether the account number framework stored in the Dynamics.dic dictionary should be modified to match the data. If the setting is missing or set to TRUE when Microsoft Dynamics GP is started, the user will be promted to use GP Utilities to update the account framework.

Syntax

Synchronize = option

Parameters

option - A boolean indicating whether the account number framework in the Dynamics.dic dictionary matches the current data files:

[spacer]

Value

Description

TRUE

Indicates that the account number framework stored in the Dynamics.dic dictionary doesn't match the data for the current company, and that GP Utilities must be used to synchronize the framework to the data. TRUE is the default value.

FALSE

Indicates that the account number framework and the data are in agreement. This value should also be used when running a Dynamics.dic development dictionary in test mode.


Comments

When you attempt to run a Dynamics.dic development dictionary in test mode, the following message may appear: “The account format is not set. Please use the GP Utilities application to update the account format.”

To prevent this message from appearing, add the Synchronize setting to the defaults file and set its value to FALSE.


Documentation Feedback