Sign in
The Microsoft Dynamics AX Enterprise Portal Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Architecture
Beginner
Channel 9
Convergence 2009
Dataset
Demo
Deployment
Documentation
EP 2009
EP Development
Filters
Metadata
Quickstart
User Control
UX
Visual Studio
Archive
Archives
January 2010
(1)
November 2009
(1)
August 2009
(1)
June 2009
(1)
May 2009
(2)
April 2009
(1)
February 2009
(1)
November 2008
(2)
August 2008
(2)
July 2008
(5)
June 2008
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Microsoft Dynamics AX Enterprise Portal Blog
AX 2009 EP Development CookBook
Posted
over 3 years ago
by
Meyyappan M
10
Comments
I have consolidated various blog posts and feedback to one EP development cookbook based on the suggestion from customers/partners. We will keep this updated to make it as a one stop guide for EP development http://blogs.msdn.com/epblog/attachment...
The Microsoft Dynamics AX Enterprise Portal Blog
Setting Left/Right Zone size on a Enterprise Portal page
Posted
over 4 years ago
by
DiwakarB
0
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
Persisting Filter conditions in EP Grid
Posted
over 4 years ago
by
Meyyappan M
4
Comments
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 Microsoft Dynamics AX Enterprise Portal Blog
Sreencast : Deploying EP in NLB configuration
Posted
over 4 years ago
by
DiwakarB
1
Comments
Here is a screencast done by Anunay Kumar (Test on Enterprise Portal team in Redmond) - http://channel9.msdn.com/posts/diwakarb/Sreencast--Deploying-EP-in-NLB-configuration This screencast walks through the steps involved in configuring Enterprise...
The Microsoft Dynamics AX Enterprise Portal Blog
Dynamics AX Enterprise Portal Development Webinar - Recording
Posted
over 4 years ago
by
DiwakarB
3
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
EP Development Webinar - Presentation Deck
Posted
over 4 years ago
by
DiwakarB
3
Comments
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.
The Microsoft Dynamics AX Enterprise Portal Blog
Microsoft Dynamics AX Enterprise Portal Development and Deployment Webinars
Posted
over 4 years ago
by
DiwakarB
7
Comments
We are having four webinars on Microsoft Dynamics AX EP development and deployment , one each in North America and EMEA time zone. This is open to all partners, customers and Microsoft employees. Session 1 : EP Development ( repeated) – 28 th April...
The Microsoft Dynamics AX Enterprise Portal Blog
Convergence 2009 - New Orleans
Posted
over 4 years ago
by
DiwakarB
3
Comments
I am presenting Enterprise Portal for Microsoft Dynamics AX 2009 at Covergence 2009 in New Orleans Code Title Date/Time Room AX03 Enterprise Portal for Microsoft Dynamics AX 2009 Wed 3/11 | 4:00 PM-5:00 PM Room...
The Microsoft Dynamics AX Enterprise Portal Blog
Filtering a DataSet from Code behind
Posted
over 5 years ago
by
DiwakarB
7
Comments
Enterprise portal allows filtering the list pages using the Filter control available on the EP Grid. The Filter control provides a UI to select the field, criteria and the values you want to filter the grid. It is also possible to add multiple conditions...
The Microsoft Dynamics AX Enterprise Portal Blog
Sharing Code between User Controls in EP
Posted
over 5 years ago
by
DiwakarB
4
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
Managed DataSet – Part 2. Enumerating Rows.
Posted
over 5 years ago
by
jeppeoml
5
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
Microsoft Dynamics AX 2009 Enterprise Portal Quick starts and Screen casts
Posted
over 5 years ago
by
Meyyappan M
4
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
MorphX DataSet, Managed DataSet and Data Binding – Part 1
Posted
over 5 years ago
by
jeppeoml
3
Comments
EP 2009 comes with a whole new way to data bind and access AX data and yet it is still very familiar (as you will learn in this post) if you have developed EP WebForms and AX client Forms. The new way is the DataSet. Since EP 2009 is implemented using...
The Microsoft Dynamics AX Enterprise Portal Blog
UX Guidelines for EP 2009
Posted
over 5 years ago
by
jeppeoml
1
Comments
The UX team has released the latest UX guidelines for Dynamics AX 2009 which include details on the UX guidelines for EP 2009. It covers the various pages types as well as the standard EP controls in detail. Very useful stuff! Download them here...
The Microsoft Dynamics AX Enterprise Portal Blog
Remove the ugliness
Posted
over 5 years ago
by
jeppeoml
0
Comments
It was pointed out to me that I had made a small mistake on my previous post . There is an ugly gap between my toolbar and the grid. There is actually some javascript code that runs when the page is rendered that will remove the gap which makes it look...
The Microsoft Dynamics AX Enterprise Portal Blog
Using AX Labels in EP 2009
Posted
over 5 years ago
by
jeppeoml
1
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
How-to videos on EP development
Posted
over 5 years ago
by
jeppeoml
1
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
Writing UI logic and a lot more
Posted
over 5 years ago
by
jeppeoml
2
Comments
This post will discuss where UI logic is written in the EP 2009 and how you interact with your X++ code from the UI logic. I consider UI logic code that implements logic that handles user input and interaction mostly using event handlers. Often times...
The Microsoft Dynamics AX Enterprise Portal Blog
How to update Data Set from User Control?
Posted
over 5 years ago
by
Meyyappan M
1
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
EP Architecture Overview and the weather
Posted
over 5 years ago
by
jeppeoml
0
Comments
Over on his blog Mey has published a diagram that gives an overview of the EP 2009 architecture. I already talked about parts of the architecture like the ASP.NET User Control, the AxDataSource, etc. here . By the way Mey is the Program Manager for EP...
The Microsoft Dynamics AX Enterprise Portal Blog
Microsoft Dynamics AX 2009 SDK
Posted
over 5 years ago
by
jeppeoml
0
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
Channel 9 Video with the EP Team
Posted
over 5 years ago
by
jeppeoml
0
Comments
A couple of weeks ago a Channel 9 video was made with a couple of guys from the EP team. It has a some great insight into the new EP framework as well as a demo. You can watch it here .
The Microsoft Dynamics AX Enterprise Portal Blog
The Basics
Posted
over 5 years ago
by
jeppeoml
9
Comments
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...
The Microsoft Dynamics AX Enterprise Portal Blog
Microsoft Dynamics AX 2009 has been released and with it comes a new Enterprise Portal
Posted
over 5 years ago
by
jeppeoml
1
Comments
Microsoft Dynamics AX 2009 is now officially released to the public. The official press release is located here . It has taken two years and a lot of hard from work a very dedicated team of individuals across the world. It comes full of many new and exciting...
Page 1 of 1 (24 items)