Saturday, October 20, 2012

Architecture of Dynamics Axapta

Microsoft Dynamics AX has a 3 tier architecture consistng of a client, application object server(AOS) and database server. Client contains forms, reports, AOS is used to execute application objects such as classes, queries etc and the last one is the database, which is used to store data for the ERP.



 High-level overview of the system architecture of Microsoft Dynamics AX:

No comments:

Post a Comment

Enable/Disable form control based on multiple rows select

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