Discussions
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.