Showing posts with label EP. Show all posts
Showing posts with label EP. Show all posts

Sunday, January 29, 2012

override canSubmitToWorkflow() method of list page form in ax 2012


Q: How can we override canSubmitToWorkflow() method of list page form in ax 2012 as there is no method to modify (template type is listpage). The requirement is to create a form and to enable workflow for both client and EP


Answer: If you want to enable workflow on a listpage (Client, EP), but you need to override the canSubmitToWorkflow method at the table level. In AX 2012 the listpage are deployed and rendered on EP on a single click so the best practice is to use the templateType == listpage, to make sure that both the client and EP provides the same functionality.


Friday, January 20, 2012

code samples ax 2009


I have found a very good link for code samples of different things in dynamics AX 2009


The list of items includes

·        Code samples for Microsoft Dynamics AX

·        Reports - Generate a List of Reports in Microsoft Dynamics AX

·        EP - Data Binding

·        AIF - Calling the Customer Service in Microsoft Dynamics AX 2009

·        AIF - Calling the Vendor Service in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Creating Multi-Section Forms in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Persisting Data Using View State and Data Sets in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Customizing Lookups in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Connecting a Details Part to a Grid

·        Enterprise Portal Quick Start: Adding a Toolbar to a Grid in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Handling Exceptions in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Using Record Context in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Creating a Wizard (Tunnel) Form in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Connecting a Fact Box to a Grid in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Creating Links Based on Menu Items in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Creating and Using Proxy Classes in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Creating a Basic Form in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Creating a Basic Grid in Microsoft Dynamics AX 2009

·        Enterprise Portal Quick Start: Creating an Advanced Grid in Microsoft Dynamics AX 2009

·        Code for video How Do I: Integrate an Application Using the .NET Business Connector?

·        Code for video How Do I: Create a Custom AIF Pipeline Component?

Tuesday, January 17, 2012

EP Development in AX 2012



Today, I have watched a very good presentation (http://vimeo.com/26902748) on Enterprise portal Development in AX 2012, given by a friend Zeeshan Jafry, the presentation covered the followed points, and it is a good presentation to have a quick start
  • Basic Installation and configuration of EP
  • Add
       o A new module in EP
       o   List page in that module
       o Quick Launch in that module
       o New web part
       o New EP Page
       o New user control (Web Form, Modal Dialog Form)
                  o http://msdn.microsoft.com/en-us/library/aa855178.aspx


Enterprise Portal is one of the most attractive features of Dynamics AX 2012. Enterprise Portal for Microsoft Dynamics AX provides a Web-based application framework that allows for users to interact with data in Microsoft Dynamics AX through a Web browser