Is there a way in suitescript to hide fields in vi...
# suitescript
p
Is there a way in suitescript to hide fields in view mode based on a value of another field? or am i to use jquery to achieve this?
b
beforeLoad user event script is the traditional way to do this
s
get the field with
ui/serverWidget
module and use the
.updateDisplayType
call