Thursday, November 20, 2014

Application Modules in Ax 2012

Application modules: Home, Organization administration, and System administration.
The Home application module should provide menu items pertinent to general application users for features that are not tied to a specific application module. Clicking the Home module button should display the logged-on user’s Role Center (if installed) as well as a link to the Home area page. If Role Centers have not been installed, clicking the Home module button should display the Home area page.
The Organization administration area page should be reserved for menu items that cross the application modules in Microsoft Dynamics AX and are related to business functionality. This application module should be used for menu items for business process-related features. Conversely, links associated with the support and operation of the ERP system software should be placed in the System administration area page.
Note: The Organization administration module in Microsoft Dynamics AX 2012 contains functionality that was in the Basic and Administration modules in earlier releases of Microsoft Dynamics AX.
The System administration application module is reserved for product-wide menu items that directly support the operation and function of the ERP software and servers. This area page should be used for list pages, forms, and setup and configuration menu items for software system-related features. Conversely, links associated with the support and operation of the business applications should be placed in the Organization administration area page.
Note: The System administration module contains functionality that was in the Basic and Administration modules in earlier releases of Microsoft Dynamics AX. The Basic and Administration modules have been removed from the product.

No comments:

Post a Comment

Enable/Disable form control based on multiple rows select

 class PurchTableFormEventHandler {      [FormDataSourceEventHandler(formDataSourceStr(PurchTable, PurchTable), FormDataSourceEventType::Act...