How to open a Modal on Suitelet page or NetSuite Record

A modal is a dialog box/popup window that is displayed on top of the current page. In NetSuite, we can open a Modal using “nlExtOpenWindow”.

window.newPopUp = nlExtOpenWindow(pathUrl, windoName, windoWidth, WindowHeight, {})

Here Path URL can be suitlet URL. The page inside the window can be designed in the Suiteet page.

Leave a comment

Your email address will not be published. Required fields are marked *