Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
item options via smbXML
Hello,
Can you tell me if it is possible to import via smbXML directly into item option fields. I've been trying the following within the item element.
<customFieldValues>
<customFieldValue name = 'custcol2'>1</customFieldValue>
</customFieldValues>
The response says the system cannot find the custcol2 field even though that item option applies to the current item.
Am I barking up the wrong tree completely or should I keep trying to massage the xml?
It seems that item options are accessible via server side suitescript. For a fallback solution I'm looking at importing values to a custom field via xml and using a suitescript to tranfer information into the item option field. Kind of a hack, but it seems like my only option. Any thoughts or advice? Thanks for your time.