system - Acumatica - Error while inserting/Editing Sales Orders with Items with \ char as part of the InventoryID -
i facing issue while inserting sales orders acumatica via api items has \ char part of inventoryid.
if try insert inventoryid \adjustment, api returns following error:
px.data.pxfieldprocessingexception: error: error occurred while  processing field inventory id : error: 'inventory id' cannot found in  system.. ---> px.data.pxsetpropertyexception: error: 'inventoryid'  cannot found in system however, item exist in database.
any suggestions of how fix issue?
thanks,
jose
"\" escape char in c#. wager bet it's trying treat that.
try replacing "\" "\\" , see if works.
you try specifying literal @ - @"my\id" seeing how submitted server processing, i'd try escape first
as side note though, recommend removing odd chars id's.
Comments
Post a Comment