NAV 2016/2017 Extension made from Module

MacSt
MacSt Member Posts: 1
Hi there,
I wonder how to make an extension from module which is separate from standard NAV tables/pages/codeunits etc. I've found only technics how to extend standard NAV functionalities. I have a quite large module which does not cooperate which Financial or Warehouse parts of NAV. How could I make the extension with this tables, pages, codeunits, reports, menus, queries ?
thanks in advance
Maciej

Answers

  • Jan_Veenendaal
    Jan_Veenendaal Member Posts: 207
    [Assuming you are going to create a v2 extension]
    You can create new pages, codeunits, tables without issue. In this case you do not create 'pageextension' objects, but 'page' objects in your AL files. Same for tables.
    Jan Veenendaal