Get Source Table from Page

Codeunit 700 Page Management is a Codeunit that I use once in a while. It has functions to get the Default Lookup Page or the Card Page of a certain table. It also contains functions to open a Page by only passing a Table ID or…

Design this Page/Table

As promised, here’s the source code for the Design this Page/Table prototype I posted the other day. As you can see, it’s really straight-forward; finding the database server name is probably the most complicated bit. Bron : Zen & The Art of C/SIDE Development Lees meer...

Using Argument Tables in Navision

When creating functions we sometimes need a lot of parameters to give the information we require. Number of arguments/parameters to function have limits. Sometimes these parameters are optional, only required in some scenarios. This makes calling them quite hard. Bron : Ashwini Tripathi Lees meer...