BCUpgrade/Upgrade14To16ExtractFieldsT...
Nikola Kukrika f712bad87e Adding Database 2020-04-06 01:00:48 +02:00
..
14-SourceObjects Adding Database 2020-04-06 01:00:48 +02:00
16-AfterSecondStep-PublishUpgradeOtherApps Adding example for Extracting Fields to Extensions and moving tables between apps 2020-04-06 00:29:55 +02:00
16-DemoLicense Adding example for Extracting Fields to Extensions and moving tables between apps 2020-04-06 00:29:55 +02:00
16-FirstStep-TableOnlyBaseAppAndBlankApps Adding example for Extracting Fields to Extensions and moving tables between apps 2020-04-06 00:29:55 +02:00
16-SecondStep-DataMigrationAndDataUpgrade Adding example for Extracting Fields to Extensions and moving tables between apps 2020-04-06 00:29:55 +02:00
SourceCode Adding example for Extracting Fields to Extensions and moving tables between apps 2020-04-06 00:29:55 +02:00
ReadMe.txt Adding Database 2020-04-06 01:00:48 +02:00
Upgrade from 14 – 16.pptx Adding example for Extracting Fields to Extensions and moving tables between apps 2020-04-06 00:29:55 +02:00
UpgradeScript.psm1 Adding example for Extracting Fields to Extensions and moving tables between apps 2020-04-06 00:29:55 +02:00

ReadMe.txt

Import Development license in the DemoDatabase before continuing

If you would like to build the database, restore 14 database, upload proper license and run  :
# Update to match your installation path
$global:ManagementDllsFolder = "C:\Program Files\Microsoft Dynamics 365 Business Central\140\Service"
Prepare-DatabaseForUpgrade

Database should be placed into 14-SourceObjects
16 License should be uploaded to 16-DemoLicense

Code is in UpgradeScript.psm1
To start the test run Upgrade-TableAndFieldMigrationTo16