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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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