Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
multiselect returning texts not values
in server script i'm trying to get the values, not texts, of the options selected in a multiselect field on a task
both of these
taskArray[i].getValue('custevent_test')
nlapiLookupField('task', taskArray[i].getId(), 'custevent_test');
give a comma-separated list of texts
from the documentation i was expecting and array of values... any pointers on this wd be very useful
thanks
ben
0