Can we set hideNavbar property after form has been...
# suitescript
a
Can we set hideNavbar property after form has been created?
s
Doesn't look like it from the help pages, but I would try something like
Form.hideNavBar = true
a
No, didn't work
s
Not sure why you would need to set that later
a
It depends on when the form will be load
Where*
s
Can you determine that logic before creating the form ?
a
No
s
Why not, what type of logic would you need after the form is created to determine if you want to hide the navBar or not
a
Well you are right, we can do that.
Thanks