Articles tagged #MULTISELECT
Articles tagged
#MULTISELECT

Script To Update Multi-Select Field on Save

The article applies to a very specific scenario, but it also demonstrates how to useSuiteScriptto set values on Multi-Select Fields in NetSuite.

Read More

Retrieve Values for Multi-Select Field Being Return by nlapiLookupField

Using nlapiLoadRecord then nlobjRecord.getFieldTexts function to retrieve multi-select field selected values will return an array. However this is not the case when you try to retrieve values using nlapiLookupField as it will return String values.

Read More

Transfer Values from a Multiselect Field to Another Custom Multi Select Field via Script

To be able to transfer values from a field to another field via script.

Read More

Filter Values From a Multi-Select Item Field to a Transaction Line Field

In some business use case, it is needed to source values from a Multi-Select Field that would be displayed to a Custom Line Field. This can be done by creating a Custom List, Custom Multi-Select Field and then applying the result on a Custom Line Field.

Read More

Unselect or Deselect All Values to Make the Field Blank in Multi Select Field

Multi Select Field does not have a blank option. Users are unable to unselect/deselect all values to make the field blank.

Read More

Compare Values of Multi-Select Field and List/Record Field

User have an Employee saved search and wants to compare the values of a multi-select field to a list/record field and use it as a criteria to filter the saved search results.

Read More