microsoft-dynamics-ax

Axapta: How to load an image from a file on disk into a grid with a Window Control.

I have been trying: to load an image into a window control with a datamethod that loads the file into a bitmap, returning a bitmap. This makes Axapta Crash. When doing the same but returning an image does not do anything. using the "active" method on the data source has some success if I set the "imagename" to the filename and the auto...

MS Dynamics AX 2009 - how to copy/install a self programmed extension?

So, I've started with programming Microsoft Dynamics AX 2009, created a little own sample app in my dev-System, and now I want to install this on my test-system, which is running on some other comp. My problem: I got no idea how to create an installer, or even how to install my AX extension by hand. No clue at all. So, how would I inst...

In Dynamics AX, using the Business Connector, how do you call kernel functions?

I would like to know how to call kernel functions from AX using C# (.Net Business Connector). Specifically, can you call methods like fieldName2Id, tableName2Id and curUserId? ...