I'm attempting to build a form for creating items in GP and running into one issue, no matter what value I set for the item type it gets put into the database (IV00101.ITEMTYPE) as 1, which is sales inventory.
Is there anything that can be done to fix this, short of using SQL to update it after it's created, which is currently the workaround I'm leaning towards.
For reference, I'm using the CreateSalesItem(SalesItem salesItem, Context context, Policy policy) method.
Update: I've still not found anything in my own research