Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
NetSuite has launched SuiteSuccess Wholesale Distribution Edition, in Japan. Please join us the webinar on February 12 that introduces NetSuite solution with demos and case studies for Wholesale Industry.
Register Now
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