Hi All,
I am working with integrating sales order along with shipping charges into D365 FO using ODATA.
I have created custom package with new Data Entity for mapping Shipping Charge amount. Below was the error i see while creating sales order through Odata.
Write failed for table row of type 'MySalesOrderHeaderChargeEntity'. Infolog: Warning: Matching record for the read only data source 'SalesTable' does not exist.","type":"Microsoft.Dynamics.Platform.Integration.Services.OData.AxODataWriteException"
but surprisingly the same solution working on another instance which is running on different system..
D365 FO Apllication and platform versions used:
Product version: D365 FO 8.1
Platform Update: 20(7.0.5030.35333)
Can any one help me out to how to trace this and resolve.