Skip to main content

Posts

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

Top 10 ERP Providers in the International Market

These are list for Top 10 ERP Providers in the Market.

Error : A currency to convert from is required to retrieve exchange rate information MSDAX

If you are getting error " A currency to convert from is required to retrieve exchange rate information " on posting statement in Retail then following suggestion can be your solution. It can be resolve you need to check tables-RetailTransactionSalesTrans -currency may be missing in table-RetailTransactionSalesTrans from the currency column .

Installation Steps for Enterprise portal in MSD Axapta 2009,4.0

Following are Installation Steps for Enterprise portal in Axapta 2009/4.0. 1. Installation of .Net framework 2.0 and 3.0. 2. Installation of Client. 3. Installation of Business connector. 4. Installation of Enterprise portal server from Ax Server setup. 5. Installation of Sharepoint 3.0 administration. 6. Run Sharepoint product and technology wizard by using default selection. 7. After wizard completion run configuration wizard from ax (Administrator->setup->Internet->Configuration wizard->then run Manage deployment) 8. Create or register EP Site. 9. If site not created successfully then try with new name which is not used previously. 1. After that site will show in Ax client you can open it.