Welcome to MSDN Blogs Sign in | Join | Help

October 2008 - Posts

Microsoft Dynamics AX 2009 Enterprise Portal / Role Centers - Deployment Tips-n-Tricks – 3

For tips 1-7 , refer to http://blogs.msdn.com/solutions/archive/2008/06/23/microsofty-dynamics-ax-2009-enterprise-portal-role-centers-deployment-tips-n-tricks-1.aspx For tips 8-16 , refer to http://blogs.msdn.com/solutions/archive/2008/09/29/microsofty-dynamics-ax-2009-enterprise-portal-role-centers-deployment-tips-n-tricks-2.aspx
Posted by meysun | 4 Comments
Filed under:

EP SSL ( https) Setup

How to Setup Secure (https) EP Site 1. Install IIS,ASP.net,WSS 3.0 SP1 ( or MOSS 2007 SP1 ), Microsoft Dynamics AX 2009 and the all the pre-requisites 2. Install Enterprise Portal on some IIS Web site ( This will not be used later for SSL. This is required
Posted by meysun | 2 Comments
Filed under:

EP Deployment - Internals

When you run Microsoft Dynamics Ax 2009 EP setup and go through the setup wizard, you might wonder what is going on behind the sceens. Here is a high level flow Set BCProxyAccount Info in DynamicsAX ( from the user Account info entered for BC proxy in
Posted by meysun | 1 Comments
Filed under:

Setting up EP in NLB Cluster

Thanks to the EP test team , here are the steps to setup Enterprise Portal in Microsoft Dynamics AX 2009 on a NLB cluster. 1. Setting up the Virtual IP and host header name a. Connect to the domain controller of the domain (DMZDC) that the NLB will reside
Posted by meysun | 2 Comments
Filed under:

Disabling Bound Fields through code

You can make a bound field as read only or hide the Lookupbutton of the bound field through code in the page load event. For example ... AxBoundField boundField = AxGridView1.Columns[i] as AxBoundField ; boundField.ReadOnly = true ; ... or ... AxBoundField
Posted by meysun | 3 Comments
Filed under:

Ax Report Web Part properties

Microsoft Dynamics AX report web parts are used in Role Centers and in Enterprise Portal pages. If you need to pass parameters to the report throug query string , you can do so in the URL with this syntax < selector >.Parameters.< parameterName
Posted by meysun | 4 Comments
Filed under:

Aggregation in EP Datasets

Often times, you might want to display some aggregated values in a simple grid interface in a web page. Enterprise Portal provides a simple and efficient way of doing this. Here is a sample that I created ( with help from Ahmad, Sella and others) for
Posted by meysun | 3 Comments
Filed under:
 
Page view tracker