hi guys, do you know of a way to get the ID of a s...
# suitescript
s
hi guys, do you know of a way to get the ID of a sublist field value. I'm currently using record.getSublistValue and getting the value rather than the ID which I need to set a multiselect field.
Eventually solved using setText on the multiselect rather than setValue.