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 a text of an id in a custom list
Hi NetSuite Guru,
I created a parameter in a portlet script, this parameter is a custom list.
When I edited the portlet in the Dashboard, I select a value in the custom list parameter, the code in the script returned an id in the custom list, not a value while I need to get the value of the item in the custom list.
runtime.getCurrentScript().getParameter({name:"custscript4"})
custscript 4 is a list/record type:
How can I get the text of the item in the list?
Please advise.
Thank you.