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!
Suitelet displaying Saved Search results
Are there any examples that display a saved search (already built through the UI) via a Suitelet in SuiteScript 2.0 ?
How can I load a saved search into my suitelet and write/display it in a table when I visit the suitelet's URL?
My goal is to take result values from one column in the saved search results and divide it by another column in the saved search results.
I figure if I can display the saved search then I could script a way to put the saved search results into variables and then create another column that has the result of the division of the variables from the other columns.