Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Upsert into items with the list value is empty
I am upserting into items to a field that is a list. The list name being passed is a correct value. I do not get an error but the field after upsert is null
<ns2:customField xsi:type="ns2:SelectCustomFieldRef" scriptId="custitem_productsubtype">
<ns2:value typeId="319">
<ns2:name>Standard Maintenance</ns2:name>
</ns2:value>
</ns2:customField>
0