Hi,
I have a code that gets called using sysOperationFramework with executionMode:RelaibleAsync
What this code does, is that it exports an entity with some additional code.
This code gets called alot.
So is there a way where i can know for each record in batch job history which data project exactly that got exported when looking at DMF job history.
I mean i can find different DMF job history with different timings, in addition to different batch job history records for the sysOperationFramework code...how to know which DMF job history got exported in each sysOperationFramework job
If it does require development, then how to do it?