Together we achieve

Dynamics Ax

AOT Resources in Image Options [AX 2012]

Till AX 2009 there was only one way for us to use the AOT resources for specifying on menus or menu items or buttons and that was using SysResources class and call while application start to set in various places. But with this small change in Ax 2012, MS has provided a very good small

Read more

Preventing client crashes when applying new event handlers

Almost every time I create a new pre- or post-event handler and try to use use it immediately on a new Event Handler Subscription, the AX client crashes.You can prevent these crashes by saving the event handler class and restoring it, before …

Read more

AX for Retail: Receipt footer is not displaying Tax information

Issue description:
The customer adds the TAX information in the receipt footer, but the information is not printed on the receipt.
The issue has been identified to be a problem with the Seed data that is inserted when running the HQ/Setup/Parameter/Ini…

Read more

Dynamics AX 2009 Retail: Violation of PRIMARY KEY constraint while replicating an A-job

Topic: Error message in Retail Store Connect
When an A job is executed and it fails in the Retail Store Connect outgoingmessages table with the message “Violation of PRIMARY KEY constraint ‘PK_PRICEDISCTABLE’. Cannot insertduplicate key in object ‘dbo….

Read more

Solving Fill Utility errors on Microsoft Dynamics AX 2012 – Error executing code: Wrong argument types for comparison (another scenario)

Scenario:A user wishes to update the Item group for a released product.
They right-click on the Item group field and selects the Record Info menu item.
In the Record information form they click the Fill Utility button.
And get the following e…

Read more

Solving Fill Utility errors on Microsoft Dynamics AX 2012 – Error executing code: Wrong argument types for comparison

Scenario:A user wishes to update the Item group for a released product.
They right-click on the Item group field and selects the Record Info menu item.
In the Record information form they click the Fill Utility button.
We get the following er…

Read more

Calling the Update Operation on the SalesOrderService

The code is an example of how to call the update method on  sales order in AX 2012 using the SalesOrderService.
 
static void Main(string[] args)
        {
      &nbsp…

Read more

AX 2012 – Working with Record Templates

I hope everyone is off to a great new work week this fine Monday. I wanted to take the time, and highlight in AX 2012, a few things around Working with Record Templates.The screen shot you see above, is from the Released Products, extended details form…

Read more

AX 2012 – What Hotfixes & Models are Installed?

I trust everyone has had a productive and Dynamics filled week! A lot to cover from this week, with a big focus around the Microsoft Dynamics AX 2012 Feature Pack release. I’m still in the process of disecting the release and parts of it, so expect to …

Read more

Microsoft Dynamics AX 2012 Reporting extensions: Error System.Security.Permissions.EnvironmentPermission while running report

We run into issue that whenever we used a Microsoft Dynamics AX configuration file with a Reporting Services instance (as mentioned in here: http://technet.microsoft.com/en-us/library/hh389774.aspx) the following error was reported the first …

Read more