I have a suitelet with custom html.
One of the things I need to do is after pushing a certain button to submit, it opens a new tab with a pdf from the file cabinet.
I tried using window.open but chrome blocks as a popup blocker unless the user actively allows it.
Is there anyway to indicate that the url starts with the same domain and should therefore be allowed?
Or is there another way to go about this? Making an link with an href is not ideal as this would slow down productivity time