Hello,
How would you recommend handling warnings from the compile step of the simple object designer that are only visible when downloaded and viewed in VS Code?
I downloaded the source code for the feature i am making and opened in VS Code to review it and received these compiler warnings from VS Code:
Codeunit ‘NoSeriesManagement’ is marked for removal. Reason: Please use the “No. Series” and “No. Series – Batch” codeunits instead. Tag: 24.0.
This warning is on creating a new data table with a number series as the primary key.
Would you recommend publishing the app to our Production environment as generated by the SOD and these warnings will be fixed by an updated version of the SOD? Or is it better to design/test the app in SOD, then download source to double check and make fixes in VS Code for these warnings, then build/publish from there?
Thanks, and big thank you for the SOD, it is great.
These warnings will be handled in an upcoming version of SOD, the code works for now, but will break on bc26 or bc27.
To be clear, Microsoft is switching Number Series codeunits, and right now both works. the warning is “just” that this is going to happen in future versions.
thank u!