Uplift Data from C/Side objects to an AL extension

One of the biggest headaches right now, is the missing feature for move data from a C/AL table to an extension table without having to do export and import, RapidStart Packages or other funky operations. The idea behind my method is to avoid too much data copying and instead rely on a Rube Goldberg’sk series of SQL rename operations.

Source : Hougaard.com
Read more…

When and Why I Avoid WITH Statements in C/SIDE

On a regular basis (but not regular enough to remember all the subtleties involved), I need to explain to people why I think using the WITH statement in C/SIDE is potentially a bad idea. This blog post gives me something to refer them to, and to occasionally remind myself of my reasons.

Source : ZEN & THE ART OF C/SIDE DEVELOPMENT
Read more…

Start Dynamics NAV Development Client (C/SIDE) from PowerShell

Now when we’re at it .. It might be interesting to also start a development client from PowerShell.

Why would it be?

Well, just suppose you’re creating a merge-script. And in case of conflicts, you want to:
-Set up a new database
-Import the merged objects, including conflicts
-Open the Development Environment to start solving conflicts

Bron : Waldo’s Blog
Lees meer…

C/Side Integration Utilities

A set of .Net classes that act as a wrapper for communicating with running instances of Microsoft Dynamics Nav. This is accomplished via the COM running object table. The purpose of this wrapper is to simplify the workings of communicating with the running object table instances, so that anyone fluent in .Net programming can easily interact with running Dynamics Nav clients.

Bron : Edgerunner
Lees meer…