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!
How to get the Text Value of a Select list
I realize that you can use nlapiGetFieldText(fldnam) on the client side, but I need to find out how to do this on the server side. I have a script that is executed when the user saves the Case record, which takes values from the form that was saved and sends them via a SOAP call to another system.
var record = nlapiGetNewRecord();
var origin = record.getFieldValue('origin');
"origin" ends up coming back as a numeric value. How do I get the actual text value that's associated with the select list?
This list is found under SETUP>SUPPORT>CASE ORIGIN TYPES