NAV Design Pattern: Variant Façade

The Variant façade provides a single interface that can take any Record, RecordRef or RecordID as an argument. With this pattern, the code is encapsulated within the single object, with clear separation between common and table specific code. Bron : Dynamics NAV Team Blog Lees meer...

Mr. Singelton I presume

We do have one Mr. Singelton in our Dynamics NAV MVP group. However, this blog post is not about him. Singelton is a well known Design Pattern. A Singelton object is a one instance object that is shared in the whole application. Vjeko showed an example…