does anyone know of a way to do a split screen in ...
# suitescript
n
does anyone know of a way to do a split screen in netSuite, sort of like this. This would be useful to to give instructions on how to fill out a transaction form. :
s
I created the split screen view in the screenshot 🙂 . There's nothing out the box that does this. It involves writing client-side javascript to dynamically manipulate the UI.
n
This is a work of genius…beautiful. I am thinking I can use this kind of thing to show instructions on the side for users on how to fill transaction forms. Can you please give me a few clues on how this is done. Are you saying natively in a NetSuite client side script you are able to do this with a built in API? Or you have done some javascript DOM manipulation that is not supported.