Hello, I have custom multiselect field on a form, ...
# general
l
Hello, I have custom multiselect field on a form, which displays value from custom record. Currently the field displays whatever is in "Name" column of the record. Is there a way to set text/value of that field with SuiteScript, but make it display value of different column of the record? (I'm trying to avoid using search or load a record to get another value, but make it somehow work automatically)
So a solution to that - kind of - seems to be creating additional field on a form, which defaults to value of different column of a record.