Discussions
Inventory Adjustment Custom Column Fields in SuiteTalk Response
Unable to see or add values in Inventory Adjustment Custom Column Fields in SuiteTalk Response.
The schema also has to custom fields in it. What is the workaround for this?
<complexType name="InventoryAdjustmentInventory">
<sequence>
<element name="item" type="platformCore:RecordRef" minOccurs="0"/>
<element name="line" type="xsd:long" minOccurs="0"/>
<element name="inventoryDetail" type="platformCommon:InventoryDetail" minOccurs="0"/>
<element name="description" type="xsd:string" minOccurs="0"/>
<element name="department" type="platformCore:RecordRef" minOccurs="0"/>
<element name="class" type="platformCore:RecordRef" minOccurs="0"/>
<element name="location" type="platformCore:RecordRef" minOccurs="0"/>
<element name="units" type="platformCore:RecordRef" minOccurs="0"/>
<element name="quantityOnHand" type="xsd:double" minOccurs="0"/>
<element name="currentValue" type="xsd:double" minOccurs="0"/>