Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

Add all Role Centers to AX Client Favorites for demo purpose

Run this job in AX Client to add all oob role centers to your favorites section in AX Client for easy demo purpose. static void AddRoleCentersToFavorite(Args _args) { str sDefault ="Default"; SysProfiles uprofile; MenuFunction mf; TreeNode treeNode; TreeNodeIterator
Posted by meysun | 2 Comments
Filed under:

How to set focus on the asp.net textbox in AxPopup form?

To set the focus include this method in your page that is opened in the popup window and call the method without control name in the page load event. For example to set the focus on txtCustAccount protected void Page_Load( object sender, EventArgs e)
Posted by meysun | 0 Comments
Filed under:

AxPopup Controls in EP

AxPopup Controls AxPopup controls are used to open a page in a popup browser window and upon closing a popup page, pass data from the popup page back to the parent page and trigger an OnPopupClosed server event on the parent. This functionality is encapsulated
Posted by meysun | 0 Comments
Filed under:

Redirecting in EP user control to download a file

If you have a webpage to generate files such as word doc or pdf and you need to invoke them in a button click event of an user control used in EP and allow the user to download the file through the browser. generally you would think of calling response.redirect
Posted by meysun | 1 Comments
Filed under:

Persisting Filter conditions in EP Grid

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
Posted by meysun | 1 Comments
Filed under:

X++ based Web User Interface is discontinued in the next version of Microsoft Dynamics AX Enterprise Portal

During AX 2009, we introduced ASP.net based EP framework which brings in tons of value such AJAX out of the box, rich and responsive controls, power of .net etc. We kept the old X++ Web framework in the product for one release to help the partners and
Posted by meysun | 0 Comments
Filed under:

Screencast - How to set up Enterprise Portal (EP) in a Network Load Balancing (NLB) MOSS 2007 cluster

Anunay Kumar from the Enterprise Portal test team created a step-by-step guide on setting up SharePoint in NLB http://blogs.msdn.com/epblog/attachment/9727309.ashx and the screencast on setting up EP on such NLB web farm http://msdn.microsoft.com/en-us/dynamics/ax/ee384254.aspx
Posted by meysun | 2 Comments
Filed under:

Enterprise portal application functionality overview document

Jim Brotherton created this very useful document that describes the modules, features and business tasks that user perform in Enterprise Portal http://www.microsoft.com/downloads/details.aspx?FamilyID=0a0abfc4-964f-43ee-ad26-3d5d4c156269&displaylang=en
Posted by meysun | 0 Comments

Record Context

Steve Kubis from the UA team recented added the topic about Context in Enterprise Portal. It's talks about common context scenraios http://msdn.microsoft.com/en-us/library/ee330228.aspx and how the framework enables this without any code and an advanced
Posted by meysun | 0 Comments
Filed under:

Custom Bound Fields in FieldGroup

You could make the AxBoundFieldGroup use the CustomBoundField ( http://blogs.msdn.com/solutions/archive/2009/04/20/ax-custom-bound-fields.aspx ) instead of the regular bound field by hooking into the OnCreatingBoundField event (KB971547) of the AxBoundFieldFactory.
Posted by meysun | 1 Comments
Filed under:

Inside Microsoft Dynamics AX 2009 book RTM'ed

Inside Microsoft Dynamics AX 2009 book RTM'ed http://blogs.msdn.com/microsoft_press/archive/2009/05/20/rtm-d-today-inside-microsoft-dynamics-ax-2009.aspx I wrote two chapters in Inside Dynamics AX 2009 book about Enterprise Portal and Role Centers. I
Posted by meysun | 5 Comments
Filed under: ,

Kerberos configuration for Clients accessing Role Center from outside of intranet

If you have EP/Role Centers rolled out in your intranet with Kerberos configured ( refer to Kerberos configuration document ) and now would like to expose this to your domain users outside of your corpnet, for example employee would access their role
Posted by meysun | 4 Comments
Filed under:

Move EP site from one machine to another

Microsoft Dynamics AX 2009 provides simple way to import your changes to pages into AOT and use the AX xpo mechanism to export/import the page/web control and other aot changes to the other machine and deploy them. But there amy be cases where you have
Posted by meysun | 2 Comments

Passing parameters from Managed code to X++ in dataset

In the user control code behing add an event handler to the CreatingDataSetRun event on the AxDataSource control protected void Page_Init( object sender, EventArgs e) { this .AxDataSource1.CreatingDataSetRun += new EventHandler < CreatingDataSetRunEventArgs
Posted by meysun | 1 Comments
Filed under:

Setting Up EP with host headers

Host headers are used either to provide a user-friendly name to the web site address ( and not expose the actual machine name of the web server) or to have multiple IIS websites running on the same port but distinguished by different names. For example,
Posted by meysun | 1 Comments
Filed under:

Attachment(s): Setting up EP with host headers.docx
More Posts Next page »
 
Page view tracker