Hi. We're on 21.4.52563.52602 using an integration tool to create new item records.
Getting the following error when the Replenishment_System field is set to 'Prod. Order' for a new item transfer:
"The REST service returned a status code that is not 20x - i.e. not OK - Status code received: 400 Bad Request Response body: {"error":{"code":"BadRequest","message":"Control 'Replenishment System' is read-only."
There's no error when Replenishment_System ='Purchase' (having tested by altering the transfer script from ##CASE("PDLM__Has_Bom__c",1,'Prod. Order','Purchase') to ##CASE("PDLM__Has_Bom__c",1,'Purchase','Purchase')).
We've just recently seen this error. Many items have previously been created when set to 'Prod. Order'.
The field is clearly not read-only because we're able to send items using the 'Purchase' option. What else might be causing this error?
Thanks for having a look.