Skip to main content

Posts

Showing posts from February, 2015

Refresh Dictionary Data Element cache in MSD Ax 2012

If you are facing any Cache Related issue in axapta then you can Refresh  Refresh Dictionary, Data, Element cache in Ax 2012. Just Open Ax client then open Application object tree(AOT) then go to tools menu ->cache . Here you can see Refresh dictionary, Refresh data and Refresh element. Sometimes you made some change in any object and its not reflecting to clients then you can use this option to correct the issue. I want to attach screen of menu as below.

Compile forward in MSD Axapta

Compile Forward – Base Class in axapta  When editing the method Class Declaration in a system base class which is inhirit by other classes, the compiler does not compile the inheriting classes, generating errors when the user attempt to call methods in the inherit class. to do this also by code you can use the "compileForward" in "SysCompilerOutput" class SysCompilerOutput::compileForward(className2Id('InventMovement')); This is a example of one class you can compile forward other classes in AX. Happy daxing...

How to learn Microsoft Dynamics Axapta hints

To learn Microsoft Dynamics Axapta first you need to know basics of ERP ,Fundamental of business operation and some technical knowledge on basic language like c++.  Object orientation programming knowledge is must.  Them you try to know what is software engineering. Then learn on software development life cycle and other key areas, don't go deep into software engineering. then learn what is ERP and go for module basics.  As we know Ax is  an ERP Like SAP, ORACLE etc. I'll suggest you to Read some books about ERP Implementation and Its Lifecyles. Finally you come to know What type of Modules are there in ERP And what's their Importance in Configuring the System by reading Those books.Once you done all these things then you better to find which Module you can able to learn. If you want to become ax technical then learn pdf for development  then start some little exercises to know about programming. If you want to become ax functional then you need to learn all mo