User Control Web Part
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
The User control web part hosts User Controls that have been developed in Visual Studio. User Controls are the primary way that developers create new functionality for Enterprise Portal.
Page Types Used On
Any web part page
Microsoft Dynamics AX Properties
The following properties specific to Microsoft Dynamics AX are available for this web part.
Property |
Description |
---|---|
Managed content item |
The name of the Web Control (an item in the Web > Web Files > Web Controls node of the AOT) that will be displayed in the web part. |
Web part role |
Specifies whether the User control web part is a provider or consumer in web part communication for the page. |
Updatemode |
When connected to another web part, specifies when the content of the web part will be updated. The value can be Conditional or Always. If it is set to Conditional, the content of the web part is updated only when the context changes. When set to Always, the web part will be updated even when the context has not changed. |
Connections
Can publish an AxContextList or subscribe to an AxContextList published by another User control web part.
Can publish an AxPageTitle to a Page title web part.