I am facing an issue while inserting Sales Orders to Acumatica
via API for items that has the \ character as part of the InventoryID.
If I try to insert a Stack Overflow with an InventoryID \Adjustment, the API returns the following error:
PX.Data.PXFieldProcessingException: Error: An error occurred while
processing the field Inventory ID : Error: 'Inventory ID' cannot be found in
the system.. ---> PX.Data.PXSetPropertyException: Error: 'InventoryID'
cannot be found in the system
However, the item does exist in the database.
Any suggestions of how to fix this issue?