Monday, October 27, 2008

Microsoft Dynamics AX 4.0 data model overview
http://kashperuk.blogspot.com/2008/09/microsoft-dynamics-ax-40-data-model.html

http://kashperuk.net/DynamicsAX/AX40datamodel.doc

How to update the label and helptext of the RunBase OK and Cancel buttons

The code needs to be put after the super() call in the putToDialog() method.

protected void putToDialog()

{

FormBuildCommandButtonControl commandButton;

;

super();

commandButton = dialog.dialogForm().control("OkButton");

commandButton.text("Done");

}


Dynamics community

https://community.dynamics.com/ax/home.aspx

How to setup SSRS reporting

http://dynamic-ax.co.uk/DynamicsAXGuideToSetupSSRS.aspx