Hi Experts,
I would like to add three new fields to existing mapping of DMFInventTableEntity. I followed the below steps.
1. Added new fields MCRInventTable_DropShipment, MCRInventTable_SellStartDate, MCRInventTable_SellEndDate to DMFInventTableEntity table
3. Created a new field group and added the above fields
2. Included generateMCRInventTable method in class DMFInventTableEntityClass
3. Added the below line in getReturnFields method
case methodStr(DMFInventTableEntityClass, generateMCRInventTable) :
4. Restored the query DMFInventTableTargetEntity. But, the datasource MCRInventTable is not added to the query
Is there any other steps which I am missing in adding the new fields to the target mapping?
Thanks,
N.Sridhar