Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
How to get the text value of a list field
In 1.0, you can nlapiGetFieldText to get the text value of a list/drop-down field. I tried using record.getText but I get this error:
"name":"SSS_INVALID_API_USAGE","message":"Invalid API usage. You must use getValue to return the value set with setValue. "
Not sure if it has any relevance but the field I am using it against is 'custrecord_2663_entity_file_format' and 'custrecord_2663_entity_bank_type'
0