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!
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