Skip to main content

Posts

Showing posts from July, 2018

D365FO - How not to select Fleet Management modules in package creation

Want assurance that you never select/include fleet management modules in package creation or build all module together. Just rename the Descriptor folder from all these three locations and refresh models in VS first time to reflect the changes. <Service volume drive>:\AosService\PackagesLocalDirectory\FleetManagement <Service volume drive>:\AosService\PackagesLocalDirectory\FleetManagementExtension <Service volume drive>:\AosService\PackagesLocalDirectory\FleetManagementUnitTests

D365FO - Get list of obsolete data entities

Find which data entity is obsolete after every new update. Here are the steps. For example; Customers V2 data entity is obsolete with version 8.0 For developers: Type the below in the metadata search in VSTS: type:dataentityview property:isobsolete=yes