10

When working with Data entities in Visual Studio, I found that using the Dynamics 365 menu to synchronize the entire database did not synchronize the data entities correctly. New fields I was adding were not being created.


BUT, if I right clicked on the project and synchronized only the project, then the  synchronization of the data entities worked.


Its really obvious that the two syncs are different because syncing the entire database will result in data entity field names that are all UPPERCASE, but syncing from the project results in data entity names that are MixedCase to match the VS field names. 

Category: Development
STATUS DETAILS
Needs Votes