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.
Need Your guys HELP!!!!!!
guys, need help!
i wrote a server side script to get the data from a webform, and store those data to the customer(or prospect) record. however, i cannot correctly store the value from a drop down box in the form. it only return the index number(internal id??) instead of the string value...please help.
here's part of my script...
**************************
record.setFieldValue('phone', webleadid.getFieldValue('custrecord_web_phone'));
record.setFieldValue('email', webleadid.getFieldValue('custrecord_web_email'));
//******* problem occur here ******
var countryCode = webleadid.getFieldValue('custrecord_web_country');
// this supposed to be "US-United States" from a drop down box( country
// LIST), however, it only returns its index number (internal id) 86, not