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!
Script to subsitute multi-select popup form
Goal: replace the standard popup search that appears when I click on the search icon of a multi-valued field with a scriptlet that builds its own search form and then displays the results on a results page.
NetSuite Giving did this coding for us awhile ago. The following code is attached to a custom field:
<script language="JavaScript">
function openChild(file,window) {
childWindow=open(file,window,'location=no,toolbar=no, menubar=no, resizable=yes,scrollbars=yes,width=700,height=320');
if (childWindow.opener == null) childWindow.opener = self;
}
var URL="https://system.netsuite.com/app/site/hosting/scriptlet.nl?script=1&deploy=1