Hi,
I am trying to replace "ShipmentCost" through integration but facing following error :
"CAUGHT THE FOLLOWING EXCEPTION WHILE PROCESSING TRANSACTION: java.lang.Exception: Element alias SHIPMENTCOST is not specified in table int_managed_children_map. java.lang.Exception: Element alias SHIPMENTCOST is not specified in table int_managed_children_map. at ............"
I checked the "int_managed_children_map" table, "ShipmentCost" record exist in that table.
In Actual Shipment xml, i specified as follows <TransactionCode>RC</TransactionCode>
<ReplaceChildren>
<ManagedChild>ShipmentCost</ManagedChild>
</ReplaceChildren>
I thought it is case sensitive, so created new alias value called "SC" but of no use.
I also tried to replace Involved Party but still facing same error.
Any suggestions is greatly appreciated.
Thanks!
I am trying to replace "ShipmentCost" through integration but facing following error :
"CAUGHT THE FOLLOWING EXCEPTION WHILE PROCESSING TRANSACTION: java.lang.Exception: Element alias SHIPMENTCOST is not specified in table int_managed_children_map. java.lang.Exception: Element alias SHIPMENTCOST is not specified in table int_managed_children_map. at ............"
I checked the "int_managed_children_map" table, "ShipmentCost" record exist in that table.
In Actual Shipment xml, i specified as follows <TransactionCode>RC</TransactionCode>
<ReplaceChildren>
<ManagedChild>ShipmentCost</ManagedChild>
</ReplaceChildren>
I thought it is case sensitive, so created new alias value called "SC" but of no use.
I also tried to replace Involved Party but still facing same error.
Any suggestions is greatly appreciated.
Thanks!
Comment