Task Page Reference
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
A task page allows the user to perform a specific task for an entity, such as editing a customer's information. The page is displayed in a SharePoint modal dialog. The page content is typically arranged as a form. An action pane at the top of the page allows for actions to be performed for the entity.
Page Content
The task page uses the Header, Footer, 3 Columns layout template. The page typically contains the following items.
Title Bar
The items in the Title Bar are listed in the following table.
Item |
Description |
---|---|
Page Title |
The Page Title Web Part displays the title for the page. |
Header
The items in the Header are listed in the following table.
Item |
Description |
---|---|
Infolog |
The Infolog Web Part displays any status information for actions performed on the page. |
Left Column
The items in the Left Column are listed in the following table.
Item |
Description |
---|---|
QuickLaunch |
The QuickLaunch Web Part displays the page-level navigation for the page. When the page is displayed in a SharePoint modal dialog, the entire left column is hidden. |
Middle Column or Right Column
The items in the Middle Column or Right Column are listed in the following table.
Item |
Description |
---|---|
Action Pane |
The Action Pane Web Part displays the web menu that defines the groups and buttons displayed in the Action Pane (the SharePoint ribbon). See Enterprise Portal Action Pane User Experience Guidelines for guidelines to follow when creating an Action Pane. |
User Controls |
The User Control Web Part displays detailed information about the entity and provides the controls necessary for the task being performed. The AxForm control is used to define the content for these web parts. |
Footer
No items are included in the footer.
Web Part Communication
The main User Control on the page and the Action Pane use web part communication to indicate what entity is being displayed on the page. For more information, see How to: Connect User Controls to Action Panes or Toolbars.