Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Development   (RSS)

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 | 0 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:

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: ,

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:

Upcoming EP Webinars

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

AX Custom bound fields

A new code sample demonstrating the flexibility to customize the boundfields in Microsoft Dynamics AX 2009 EP is released in http://code.msdn.microsoft.com/axcodesamples . Here is the link directly to the sample download file. To try out these samples,
Posted by meysun | 3 Comments
Filed under:

Always keep the Filter section expanded in AxGridView

During AxUG Webinar, I got a question around how to keep the filter section always expanded in a gridview in Microsoft Dynamics AX 2009 EP. Unfortunately we don't have a simple property to do that in the AxGridView control. Since it's all ASP.NET and
Posted by meysun | 2 Comments
Filed under:

How to use Chart Control in EP 2009?

ASP.NET Chart Control (1) Install the components Chart Controls for .NET Framework Chart Controls Add-on for Visual Studio 2008 (2) MODIFY WEB.CONFIG Add the below as the child node to <HttpHandlers> section < add path = " ChartImg . axd " verb
Posted by meysun | 1 Comments
Filed under:

Multiple AxDataSource Controls in one .ascx control

If you have more than one AxDataSource control in one user control , make sure you mark the Role property of all but one AxDataSource controls to anything other than “Provider” or “ProviderConsumer”. Otherwise you will get an error. In one usercontrol
Posted by meysun | 0 Comments
Filed under:
More Posts Next page »
 
Page view tracker