DIEF AX 2012 R2

Hi

While i am trying to import the “CUSTOMERS”, added a new field for Standard in Custtable, and in the Query(DMFCustomerTargetEntity) …

The fields which i added in the Staging table are visible… Data is inserting in the Staging table.

The field which i added in Target Table is not visible when we click on the (View Target Mapping)…

Let me know how i can add the field in the Target table and how i can map that particular field with the staging table field.

Thanks in advance…

Sreekanth.

Hello,

Its working fine with DMF.

This is what I did.

  1. Created a new EDT

  2. Added it to CustTable

  3. Added it to the target table DMFCustomerTargetEntity

  4. Created a new DS in the form CustTable with all the properties and methods of the original (This time the New EDT is Added)

  5. Now delete the CustTable present in the Form DA and Rename the newly added DS as CustTable.

  6. Now the same this done with the query DMFCustomerTargetEntity.

  7. The rest is the usual import activity using the DMF tool.

Hope this helps.

Thanks