Announcements
No record found.
Hi,
I am performing data upgrade to NAV 2017 to Business central cloud,while upgrade we are facing that the data available in the custom fields of the base tables are not upgraded and not moved to the Business Central,Any Idea?
Have you created /uploaded those fields' extension in your cloud Business central client?Are they available in your Business central client?
If not , then you need to create extension then include it in your configuration packages and then try to import data.
I hope that this will help.
Yes, it is in my extension.
Data upgrade will not transfer data from your custom C/SIDE object to AL Extension , as of now there is no feature for that.
You need to write upgrade codeunit (DataUpgradeMgt.SetTableSyncSetup) to transfer data from your custom field to some temp buffer table(upgrade table) when import new table
For your extension you will need to write upgrade codeunit(Subtype UpgradePerCompany) when doing data upgrade ,it need to copy data from temp buffer table to the actual field of the extension. Once all completed, you can remove the temp buffer table safely
https://docs.microsoft.com/en-us/dynamics-nav/upgrade-codeunits
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.