Skip to main content

Posts

Error on running enterprise portal site and sharepoint administration setting in MSD axapta

If you are facing any error during running EP site from ax then you are getting message like troubleshooting with share point  then first you need to check your customization is there error in you page if still problem not resolved then you can compile data dictionary from AOT and if any error coming to table which is related to EP user control or form then you need to resolve that error. If error still exist then you need to compile whole AOT component like classes, forms and reports etc. If still error not resolve then you need to check deployment for you web component like web control , web module etc. I hope after doing that activity you problem will resolve if still problem exists then last option is fresh installation of EP and share point. During installation It can ask to install prerequisite software like .net framework 2.0 which exist in share point setup if its using for ax 2009. Do not forget to take backup of your customization and web project form EP folder and

Why Market of Microsoft Dynamics Axapta ERP is increasing day by day?

Why Market of Microsoft ERP is increasing ? This time microsoft ERP is in high demand. Lot of small , medium and big industries implementing this ERP. Microsoft provide many types of ERP like navision,CRM and axapta . Axapta is one of the best ERP of microsoft. Enterprise portal is web part of axapta and license for EP per user is much more cheap but license value for axapta application user is much high. if you are seeking license for EP then you can get it under Rs 10000 per user but for axapta application it goes around 2 lacs per user. In comparision with SAP this ERP is not costly and easy to implement and not much effort required to learn axapta ERP. Its much user friendly and operating menu is so easy. New company setup is also easy in this ERP whole setup you can do within day. In India many companies are implementing this ERP and some companies like Godrej infotech , DEVITPL, tectura etc are compaines which involes in development. Lot of companies like NDS invol

Enterprise Portal web control programing tips and trick in MSD axapta

Path where all web control stored in EP is as follows C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\ep if you are doing any change in ax web control then you need to do change in EP folder also to reflect changes easily. If you make changes but you did not done seen changes at the time of run then you need to refresh AOT and data diction at home page. if you want to write some code on change event of any control then you need to set autopostback true property then on form set updatepostback to true than you can write override method modified in AOT and can do any code.

Allow debugging of a Business Connector or Client in MSD Axapta

To Allow debugging of a Business Connector or Client in axapta you can try following way. The following options in the Microsoft Dynamics AX Configuration Utility can used to enable breakpoints for a Business Connector instance or a client: Enable user breakpoints to debug code running in the Business Connector For sessions owned by users for whom debug is enabled within Microsoft Dynamics AX, allow X++ code running in the Business Connector to be interrupted by breakpoints Enable global breakpoints to debug code running in the Business Connector or client For all users, allow X++ code running in the Business Connector or client to be interrupted by global breakpoints

Allow debugging on an Application Object Server instanc in MSD axapta

How to Allow debugging on an Application Object Server instance This option is set in the Microsoft Dynamics AX Server Configuration Utility . 1. Open the Server Configuration utility (Start > Administrative Tools > Microsoft Dynamics AX Server Configuration).  2. Verify that the currently selected AOS instance and configuration are the ones you want to modify.  3. On the Application Object Server tab, click Enable breakpoints to debug X++ code running on this server, and then click OK

Introduction of workflow in Microsoft dynamics axapta ERP MSDAX

Workflow is a system in Microsoft Dynamics® AX 2012 that allows business processes to be automated. For example, a purchase requisition may need to be approved by a number of different employees according to the requisition's total amount. Each employee has to approve it before the next employee in the approval route. A Workflow in Microsoft Dynamics AX uses a combination of Application Object Tree (AOT) elements created by IT and additional set up that a user can control. This course introduces the development side of creating a workflow. To create a workflow you will need to use skills developed from this class and the Morph X development class. To get details of workflow in Microsoft dynamics axapta 2012 you can visit following website in image.

Things which need to learn in Enterprise portal in Microsoft dynamics axapta

If you want to become master in EP then you need to cover following topics in your learning. 1. Enterprise Portal Components 2. Enterprise Portal Architecture 3. Enterprise Portal Requirements 4. .NET Business Connector 5. Create Business Connector Proxy 6. Add Proxy to IIS 7. Configure IIS Application Pool 8. Install Enterprise Portal Framework and Role Centers 9. Install Enterprise Portal Developer Tools 10. Configure Enterprise Portal 11. Deploy Role Centers 12. The AOT Web Node 13. Creating a User Control in Visual Studio .Net. 14. Creating a Web Form in AOT. 15. Creating a Header Line Form in .NET. 16. Creating a Web Report and displaying the Contents Graphically. 17. How to filter a grid in EP on the click of a button. 18. Customizing and Personalizing Enterprise Portal 19. Creating Proxies in Ax 20. Defining Methods in Data set and calling them in EP 21. Filtering a Web Report through a Dialog Box in EP 22. Linking of 2 Web Parts and transferring data fro