microsoft / BCUpgrade

Unofficial Documentation on how to upgrade to the latest version of Business Central
Creative Commons Attribution 4.0 International
45 stars 21 forks source link

What is slide 40 (Moving tables from C/AL to Extension) telling me? #19

Closed lvanvugt closed 4 years ago

lvanvugt commented 4 years ago

I have the feeling I need to read a lot between the lines in slide 40. Having read and mostly understood the topic https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-overview-v15 on slide 39 (Upgrade documentation) seems not to help me out.

Moving tables from C/AL to Extension seems to imply that I have already converted my C/AL table definition to an AL table definition that resides in an extension. Should I understand it this way that when bringing my 14.x database to 15.x, having my code converted, the platform will than move my old c/al sql table to a new extension sql table. From: afbeelding to afbeelding Is that right?

nikolakukrika commented 4 years ago

Correct. The move happens automatically. You need to convert the code first.