Can anyone pleae tell me how to get values for multiselect field in suitelet..thanks in advance
Can anyone pleae tell me how to get values for multiselect field in suitelet..thanks in advance
Use ServerRequest.parameters to get your field value. Expect to split the value by the multiselect seperator – `\u0005`