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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -