Skip to main content

Posts

Showing posts from December, 2011

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

Exception handling in Microsoft dynamics Axapta

Example of Exception handling in microsoft dynamics axapta x++ try { // Do something info("Now I'm here"); // A situation that causes an error occurs and you would // like to stop the execution flow if (true) throw error("Oops! Something happened"); info("Now I'm there"); } catch (Exception::Error) { // Handle the error exception info ("I would like to inform you that an error occurred "); } catch (Exception::Deadlock) { // Handle the deadlock exception // Wait for 10 seconds and try again sleep(10000); retry; } info ("This is the end"); }

Sales Order Creation in Microsoft dynamics Axapta

Steps to create Sales Order in Microsoft dynamics Ax Go to Account Recievable Menu from Main Menu Click on sales order details On Overview Tabl first grid Click on New Button or Press CTRL+N Then Select the customer Account In Ax 2009 Select Delivery Address Select Payment Terms Click on OK Click on Line details Select Item number in Item Number field Enter Quantity in Quantity field Enter Unit Rate in Unit Rate Field Click on Setup Tab Then you can fill other fields like under delivery ,over delivery etc using setup tab. then Click on Setup Button and select Misc. Charges if required Click on Misc. Charges code field and select the charges code from the list. Then you can select or change dimensions using dimension tab as per requirement. Click on save button if you will not click then it will save automatically. After doing all entries you can post for picking,packing then invoicing. Create Sales Order in AX 2012 Create Sales Order by Cod

Accounts payable Invoice Journal Creation and posting in MSD axapta

If you want to create Invoice Journal in axapta then you can follow these procedure step by step 1.Goto -> MainMenu 2. Then click on Account Payable menu item. 3. Click on Journal then go to Invoice Journal form 4.Select Journal Name 5.Click on Lines Button 6.Enter Transaction Date 7.Select Vendor Account 8.Enter Invoice No 9.Enter Invoice Amount in Credit field 10.Select Offset account type Ledger 11.Select offset account for expenses 12.Click on Sales Tax section 13.Select Sales Tax Group 14.Select Item Select Tax Group 15.Click on Post Button 16.Select Post option to post the invoice journal transaction

Autoform for Microsoft Dynamics Axapta is not advisable

Autoform for dynamics axapta is not advisable If you are seeking for auto form functionality in dynamics axapta then its not advisable because axapta is ERP not language kind of like asp.net or java. Dynamic form and report is feasible to make but it will not work properly. If anyway you able to design and develop run time form then to make report run time is not feasible because lot of design work and formatting may required to client which is only possible in static designed report. Taking everything run time and dynamic is time waste work if you are leading technical team then never advice for run time functionality for form and report. If you want to report run time then showing data in Microsoft excel from axapta is advisable. If you are trying to make dynamic entry from dot net platform and making report in axapta then it will not easily feasible. Crosstab query work well in Microsoft access , sql excel etc but in axapta ERP there is no such facility. So take care d

Target date not found in work calendar error in MS Dynamics axapta 2009

If you are facing error like " Target date not found in work calendar error"  during workflow configuration or process then you can do following things This problem occured because calendar not set for workflow you can set it by going following menu Basic->common form ->Go to calendar Enter calendar details if its missing and make control field open if its closed then go to workflow configuration select this calendar. If you done correctly then this error will resolved automatically so do not worry its not technical error its functional issue.

Error executing Code: SysDictMenu object not initialized Workflow MS Dynamics axapta

when I select user group permission setup form, In permission tab ,I can’t select workflow view from viewing drobdown list. It shows Error Message, Error executing Code: SysDictMenu object not initialized. (c) \classes\SysDictMenu\label ... (c)\Classes\SysSecurityViewWor kFlow\initMenuItemType -line 22 (C)\Classes\SysSecurityViewWor kflow\initworkflowTemplateMenu Items - linew 53 (C)\Classes\SysSecurityViewWor kflow\initworkflowview - line 219 (C)\Classes\SysSecurityViewWor kflow\init -line 11 (C)\Classes\SysSecurity\initSe curityTable -line 8. (C)\Form\SysUserGroupSecurity\ Methods\updateprogress - line 59 How to resolve this problems?. Solution : This is not installation problem nor configuration of workflow problem .This problem can come if you are trying to customize workflow for new module if you have done any mistake on properties selection for workflow component then you can face this problem you can resolve this problem by correcting your customizatio

Microsoft Dynamics website for MSD

Microsoft Dynamics works like and with familiar Microsoft software, automating and streamlining inancial, customer relationship and supply chain processes in a way that helps you drive business success. U.S. and Canada Toll Free 1-888-477-7989 Worldwide +1-701-281-6500

Production order for BOM sub items in Microsoft dynamics Axapta MSDAX

If you are creating production order for bom items and items bom level is more than 2 or 3 then it may be possible to system will take more time to create production order or it will hang  . I have face this problem and tried to debug following classes. BOMHierarchyCheckscanupBOM BOMHierarchyCheckserchdownbom Prodtabletype I found there is problem due to inventdimid and number sequence creation problem I tried to reassign number sequence for particular inventory dimension. Finally it got resolved..Thank God.

How to use financial Dimension technically in MSD AX 2012

a. Open AOT>>Data Dictionary>>Extended Data Types type/select Dimension Default and drag it in table which will be used further as a data source in form where you have to show the Dimensions. Do Remember  that you have to drag it in table not at Data Source. b .Open Table in the Data, Dictionary which will be used as a Data source, and create a relation with table DimensionAttributeValueSet . c .Right Click the Relations. Select ‘New Realation’.  Select properties. Set name as DimensionAttributeValueSet, Table as DimensionAttributeValueSet. d. Right Click the this newly created Relation DimensionAttributeValueSet, select New>>Normal. e. Set the properties of Normal Relation as:  Field=TheFieldwhichwillsaveDimensionNumberInYourTable Source EDT= DimensionDefault Related Field=RecId 2.Verify that the table that will hold the foreign key to the DimensionAttributeValueSet table is a data source on the form(the one on which you have to show dimensions