What is a Macro?

Hi All,

I would like to know what is the use of Macros in Dynamics Ax 2009. Why we need to define it and how?

Thanks & Regards,

Raaj

Hi Naveen,

Macros are pre defined compilers. We can use these macros in X++ code instead of hardcoding the values.

We can create macros in 3 ways. follow the below more info…

http://axwonders.blogspot.in/2011/06/macros-in-ax-2009-ax-2009.html

Thanks,
Sandeep

Hi Naveen,

Macros are pre defined compilers. We can use these macros in X++ code instead hardcoding the values.

We can create macros in 3 ways. follow the below more info…

http://axwonders.blogspot.in/2011/06/macros-in-ax-2009-ax-2009.html

Thanks,
Sandeep

Thank you Sandeep for your answer.