Days almost over, so I'm sure i'm doing something wrong here:
I'm trying to populate a multiselect field in a suitelet with the locations selected on a multiselect field in a custom record. When I use search.lookupFields on the custom record field, i get a {value: , text:} object per selected location. I assumed the value was the internalid of the location, but they're not lining up. Is that not what it's supposed to return? What's confusing me is that each value returned is a selected locations internalid, just not the right ones. In the attached image, Cape should be 2, Quincy should be 1, etc. etc.