Raghu Akkireddy
05/17/2022, 5:06 PM<platformCore:code>USER_ERROR</platformCore:code><platformCore:message>Please enter value(s) for: Item, Location</platformCore:message>
Request snippet:
<ns01:item xsi:type="ns02:inventoryItem">
<ns02:name xmlns:ns02="urn:core.platform.webservices.netsuite.com">5686</ns02:name>
</ns01:item>
<ns01:location xsi:type="ns02:location">
<ns02:name xmlns:ns02="urn:core.platform.webservices.netsuite.com">USA : BLT-1</ns02:name>
</ns01:location>
Shawn Talbert
05/17/2022, 7:05 PMbattk
05/17/2022, 7:44 PMRaghu Akkireddy
05/17/2022, 8:08 PM<ns01:item type="inventoryItem" xsi:type="ns02:RecordRef">
<ns02:name xmlns:ns02="urn:core.platform.webservices.netsuite.com">5686</ns02:name>
</ns01:item>
<ns01:department internalId="1"/>
<ns01:class internalId="21"/>
<ns01:location type="location" xsi:type="ns02:RecordRef">
<ns02:name xmlns:ns02="urn:core.platform.webservices.netsuite.com">USA : BLT-1</ns02:name>
</ns01:location>
battk
05/17/2022, 8:10 PMbattk
05/17/2022, 8:10 PMRaghu Akkireddy
05/17/2022, 11:08 PMname
xsd:string
N
This is a read-only field that is populated by NetSuite when it's a part of a get or search response. If this field is populated during a write operation, it will be ignored.