Q:
You are working on a Microsoft Dynamics 365 finance and operations apps project. The company has a requirement to implement a batch processing feature for their financial transactions.
You need to implement the batch framework in the most efficient way.
What should you do?
-
A
Create a custom batch processing system using X++ code.
-
B
Implement batch processing manually by creating a new class for each batch job.
-
C
Use the SysOperation framework for batch processing.
-
D
Use the BatchHeader and BatchJob classes to create and manage batch jobs.
D