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.
AshKar
2
Hello,
Its working fine with DMF.
This is what I did.
-
Created a new EDT
-
Added it to CustTable
-
Added it to the target table DMFCustomerTargetEntity
-
Created a new DS in the form CustTable with all the properties and methods of the original (This time the New EDT is Added)
-
Now delete the CustTable present in the Form DA and Rename the newly added DS as CustTable.
-
Now the same this done with the query DMFCustomerTargetEntity.
-
The rest is the usual import activity using the DMF tool.
Hope this helps.
Thanks