AX 2012 - sysOperation Framework [Example]
Insert Records from 1 Table to another Table
(sysOperation)
Key points RunBase/RunBaseBatch Vs sysOperation Frameworks
2. Model - parameters [contract class]
3. View - Dialog [contract class]
4. Controller - Process (the code that runs in
the essence of pattern)
5. The framework influence the Services
framework, whereas a service in AX has a data contract with some special
attributes
6. Data Member attributes in contract class take
the entered values in parameters (dialog fields) to the process (aka "operations")
Let’s jump into example now, we are going to looks
like this;
Based On Dates (from Date to To Date)
I take three
parameter custid,fromdate,Todate
We have to take EDT’s
only .
Based on this when
Comments
Post a Comment