Coding Champ

Hi Muhammad Zahid here welcome to my blog.I will help you out in Programming issues in Microsft Dynamics Ax and related Microsoft Technologies.

Friday, 26 September 2014

Calling menu item through code with arguments in Microsoft Dynamics AX 2012

›
Below is the code for calling the menuitem with arguments: MenuFunction menuFunction; Args args = new Args(); args.record(CustTable); ...
Thursday, 25 September 2014

Remove Dynalinks Between Forms in Microsoft Dynamics AX 2012

›
Some times when we open the child form from another form than the datasource of the child form is sync with the previous form this is due t...

Select Marked Records From Grid in Dynamics AX 2012

›
Below is the Form in which I have selected the three records from the Grid: Below is the code getting the selected records on...

Show or Hide The CheckBoxes On Grid

›
To show or hide the checkboxes on grid on form you have to set the property "ShowRowLabels" of the Grid. if the the property Sh...

Getting the DataSource of the Caller Form

›
I was working on scenario in which there another form is open from one form and I need to get the datasource from the caller form in my new...
Friday, 29 August 2014

Convert Currency based on the Exchange Rates in Microsoft Dynamics AX 2012

›
In Microsoft Dynamics there is a method available for converting the amount from one currency to another based on the exchange rates. The...
Wednesday, 23 July 2014

Export to Excel: The number of arguments provided is different from the number of arguments accepted by the method.

›
I was working on excel based reports was getting the following error: "The number of arguments provided is different from the number...
5 comments:
‹
›
Home
View web version

About Me

My photo
Muhammad Zahid
View my complete profile
Powered by Blogger.