Join Slack
Powered by
Is there a way in suitescript to hide fields in vi...
# suitescript
p
pen one
07/15/2020, 7:13 PM
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
battk
07/15/2020, 7:19 PM
beforeLoad user event script is the traditional way to do this
s
Sandii
07/15/2020, 7:24 PM
get the field with
ui/serverWidget
module and use the
.updateDisplayType
call
7
Views
Open in Slack
Previous
Next