Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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