Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » EP Development   (RSS)
Enterprise Portal supports 8 different page templates. Each of these come with different SharePoint Zones and each has a predefined width assigned to each of the zones. Further SharePoint Zones by nature tend to expand to fit the contents (i.e. Webparts). Read More...
Persisting Filter condition in EP Grid In AX 2009, EP grid control comes with an advanced filter. Here is a code to persist the filter condition the user last entered in a page for that user, so that later when the user comes back to the same page the Read More...
Finally i was able to get the recording uploaded. It is not the original recording. Had some issues with Live meeting, so re-recorded the webinar.The recording is available on Channel9 - http://channel9.msdn.com/posts/diwakarb/Dynamics-AX-Enterprise-Portal-Development-Webinar Read More...
I have attached the PPT I presented at the EP Development Webinar on 28th April. I will trying to get the recoridng uploaded as well. Will post it in couple of days. Read More...
One of the commonly asked questions is - How do I share code between different EP controls. Enterprise Portal in AX 2009, supports sharing of code using a dummy User Control (we call this a dummy user control as it doesn’t have any UI and contains only Read More...
As promised in part 1 I will continue with discussing the new Managed DataSet and in particular focus on how to write code that uses the DataSet. As I am writing this I realize that there will be many parts to this saga which will gradually uncover more Read More...
Enterprise Portal in Microsoft Dynamics AX 2009 is built on ASP.net/AJAX and provides full power and flexibility  to  developers to build real , modern, interactive and responsive web applications for intranet, extranet and Internet scenarios. Read More...
The AX Label is a core component in the localization support in AX and thus also in EP 2009. There are three main ways you can use labels from the AX label system in EP: Automatically as a result of the metadata driven UI The AxLabel expression in markup Read More...
Mey has published a series of excellent how-to videos on EP development. Microsoft Dynamics AX 2009 – Creating simple List Page in Enterprise Portal This how-to video demonstrates how to create a simple List Page in Enterprise Portal using AxGridView Read More...
How do update the Data Set for AxDataSource control by joining a new datasource in button_click() from c#? Add a method on the DataSet in the AOT i.e. an X++ method called “modifyQuery” Void modifyQuery() { querybuilddatasource qbds = someTable_q.datasourceName(someTable_ds.name()); Read More...
Together with the release of the actual product, documentation for the Microsoft Dynamics AX 2009 SDK has been released on MSDN. There is a lot stuff there including lots of info on the new EP 2009 framework here . Check it out. Also check out the Microsoft Read More...
Let's start with covering the basic parts of developing on EP 2009. The purpose is to introduce the core concepts and along the way draw similarities with EP 4.0. That should help developers who are familiar with EP 4.0 get up to speed with the new framework. Read More...
 
Page view tracker