Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
get values from a multiselect custom field
hi
I have tried 100 variations of this code i must be close but i am getting an error
this is the code I have an array of saved items from a multiselect that i am trying to return
var record = nlapiGetNewRecord();
var id = record.getId();
var fields = ['custpage_internalid','custpage_displayname', 'custpage_description', 'custpage_baseprice'];
var results = nlapiLookupField('custentity12', id, 'fields');
Here is the error
Environment: Production
Date & Time: 2/6/2009 4:51 pm
Record Type: Customer
Internal ID: 40657
Execution Time: 60.00s
Instructions: 19
Script Usage: 10
Script: myLeadTypes
Type: User Event
Function: myLeadTypes
Error: SSS_INVALID_RECORD_TYPE
custentity12
Stack Trace: myLeadTypes(myLeadTypes:20)
I will explain exactly what I am trying to do: