Hi guys,
I am using OData API and I’m getting the following error:
[Unknown] The field 'Description 3' on table 'Sales Line' has changed in the database between initial and JIT load. The fields causing the JIT load are: 'Document Type='Order', Document No.='S-ORD2207001699', Line No.='30000''.
The error may be transient if multiple users are editing the same record or permanent if the same user edits the record while keeping an old record.
Identification values: 'Job Task No.'
CorrelationId: 737b69f4-d021-4bd8-839c-c1c9829a813e.
and there is also a 400 BAD Request:
GET /v2.0/b4688920-0f29-45b3-aaf4-1822d672a027/<CompanyName>/ODataV4/Company('<CompanyName>')/PFEP_Sales_Order_Lines?$select=Type%2cShipment_Date%2cDocument_No%2cDocument_Type%2cLine_No HTTP/1.1
(Document_No, Document_Type, Line_No) = primary key
Any idea what is going on or how to solve this issue?