Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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.