March 2020
Intermediate to advanced
534 pages
14h 15m
English
Before we start, ensure that the package is built and synchronized with the database. To synchronize, it is quicker to open the project that contains the table to synchronize than to perform a full database sync from the Dynamics 365 menu. If we know the tables we need to synchronize, the following command can be used from a command prompt when you're running as an Administrator:
C:\AosService\PackagesLocalDirectory\Bin\SyncEngine.exe -syncmode="partiallist" -syncList="ConVMSVehicleTable","SalesTable" -metadatabinaries=C:\AosService\PackagesLocalDirectory -connect="Data Source=.;Initial Catalog=AxDB;Integrated Security=true;Enlist=True;Application Name=SyncEngine"
The preceding command will synchronize the ConVMSVehicleTable ...
Read now
Unlock full access