Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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: