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.
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
0