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.