- Microsoft Dynamics 365 Finance and Operations batch job has 2 frameworks: Run base framework and SysOperation framework.
- The SysOperation framework is recommended for new updates and functionalities by Microsoft.
- The SysOperation framework consists of 3 classes: Service class, Data Contract class, and Controller class.
- The Service class extends SysOperationServiceBase class and contains the logic for the batch operation.
- The Data Contract class implements SysOperationValidatable and defines parameters needed for batch operations provided by users.
- The Controller class extends SysOperationServiceController and holds information about the batch operation, such as execution mode and directs the batch operation.
- A specific example of a batch job involves entering From Date and To Date, passing them to the main process method for code/logic implementation.
- To implement a batch job, create an action menu item with the object type property as class and the object property as the Controller class.
Registered users can view the full text for FREE!
Sign In Now!