Skip to main content

Posts

Entity Relationship diagram of General Ledger in MSD Ax 2012

Create an Axapta Enterprise Portal extranet site New Web Application in Sharepoint

Create an Enterprise Portal extra-net site 1. Click Administration > Setup > Internet > Enterprise Portal > Web sites. 2. Click the Create site button. 3. Enter information in the Web Application, Title and Description, and Web Site Address sections. 4. Under Template Selection, click the Custom tab. 5. Click Microsoft Dynamics AX Enterprise Portal. 6. Enter information in the Site Owners and Quota sections, and then click OK. 7. Use IIS to assign the SSL certificate to the Web site you just created (Start > Administrative Tools > Internet Information Services (IIS) Manager). Under Web sites, right-click the new site and click Properties. Click Directory Security. Under Secure Communications, click Server Certificate. Complete the Web Server Certificate Wizard 8. Restart IIS. Open a command prompt, type iisreset/noforce, and press ENTER. 9. Verify that the site is configured for SSL. Click Administration > Setup > Internet > Enterpr

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