preloader-matrix

Alfasith

“SysDictTable Object not initialized” when transferring the data from staging table to target table for product entity in DMF- Dynamic AX

Hi,

This is the error I’m receiving when importing the product entity using DMF.
while transferring record from staging to target table.

Sol:
Just add following code in
Class: DMFEntityWriter,
method : Write,
line : 217
Note:   inside the parent while loop in line 215.

if (   currentNode.ChildDataSource == ‘RetailInventTable’  )
{
continue;
}

Regards,

Leave a Reply

Your email address will not be published. Required fields are marked *