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.
Passing parameter (using multiselect field) from suitelet to schedule script
I am running the schedule script through suitelet button and passing parameter value using custom field on suitelet . I have created a suitlet and added on custom field (type = select).so when user is selecting any value from this field on suitelet n click on custom button on suitlet then i am passing this value as paramter into schedule script.
It's working fine for select field but when i am using multiselect field instead of select then it's not working.
i am using nlapiGetContext().getSetting('SCRIPT','custscript_company'); where "custscript_company" on script deployment field on script record.
so in case of multiselect field on suitlet it returns NaN while getting the parameter value into schedule script