When moving a solution to extensions, there are other things to remember and aspects that you need to handle or rethink. In the upcoming sections, you will find a summary of some of the most common ones.
Other things to remember
Handling the MenuSuite
With Dynamics NAV, pages and reports can be searched in the web client by adding them to a MenuSuite object (a standard object that defines the functional menu of the application). With Dynamics 365 Business Central, the MenuSuite object is not supported, and pages and reports can be searchable and visible by setting the UsageCategory and ApplicationArea properties.
If you convert objects from C/AL, you need to set these properties on the converted objects. You can automate...