Hi,
I have made a customization where I am using the postTarget method to set some custom fields to read into a data entity.
This also includes setting some finance dimensions into the target entity.
Everything is working fine, except when the finance dimension itself is missing/not available in Dynamics.
Since this import routine is automated( import routine is called using DMF Package Rest API), so I am using <<Enhanced parallel package import>> property to allow parallel import of job.
My issue is that if Enhanced parallel package import is set to true, then exceptions thrown in the postTarget method are not shown in the DMF staging table.
It always shows a standard message like this :
Is there a way to just show the actual error that is thrown in the postTarget method in the above screen?
NB: This works fine if Enhanced parallel package import is set to false