We are trying to implement it, we analyzed the standard D365 code, and found most of classes for the process are in 'Application Foundation' model, they can't be customzie directly, and we are not sure how to extend these classes. and some classes are DLL. For example, the Activity object that used in DMFSetupRecurringDataJob is referred to a DLL,we are unable to view the code or debug into the Activity class, so we have no idea to duplicate or extened it.
Anyone has any idea on the best way to approach it?