In Microsoft Dynamics AX 2012, RunBase and RunBaseBatch frameworks have been replaced by SysOperation framework (or Business Operation Framework). The SysOperation framework follows the well known MVC (Model-View-Controller) pattern. As the name implies, MVC pattern isolates Model, View and Controller components, which makes the process loosely coupled built over SysOperation framework. The main advantage of … Continued...(read more)
↧