Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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"/>