Morning all, is there any way to natively make a suitelet appear in a popup box (not a new window) similar to the inventory detail functionality with native functionality? or am I looking at a JS library for that functionality?
b
battk
09/01/2021, 10:15 AM
id use your favorite popup library to open an iframe
battk
09/01/2021, 10:16 AM
if you are desperate, then you can use N/ui/dialog since it allows html in its message
battk
09/01/2021, 10:17 AM
its not documented functionality, so I wouldnt consider it safe
p
Paul_s
09/01/2021, 10:25 AM
Cheers, just nice to double check before building the full thing out !