Showing posts with label DB SYNC Power Shell. Show all posts
Showing posts with label DB SYNC Power Shell. Show all posts

Database Synchronization using Power Shell D365FO


Database Synchronization using Power Shell D365FO




Many asked me on LinkedIn, That how to sync the database using a power shell on Azure deployed local VM. below is the full example of the power shall script. the only thing you need to change is the Database name as per your requirement.




C:\AOSService\webroot\bin\Microsoft.Dynamics.AX.Deployment.Setup.exe -bindir "C:\AosService\PackagesLocalDirectory" metadatadir "C:\AosService\PackagesLocalDirectory" -sqluser "AOSUSER" -sqlserver "." -sqldatabase "AxDB" -setupmode "sync" -syncmode "fullall" -isazuresql "false" -sqlpwd "AOSWebSite@123"

Support Faryal's Cusine


Virtual Fields Vs Computed Fields

  Virtual Field: A virtual field in D365FO is a field that doesn't have a direct representation in the database. It's a field that y...