Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
nlobjField.setDisplayType strange behavior or by-design?
I have a user event script that is manipulating some fields on-the-fly based on certain conditions of other field values.
I have two custom fields that are set up to display as "Normal" but in the form the 'Show' is unchecked.
If I try to set the field with nlobjField.setDisplayType('disabled') the field will not show when the form loads. However, if I first set the field nlobjField.setDisplayType('normal'), and then at a different point in the user event script (won't work if you immediately change it) do nlobjField.setDisplayType('disabled'), the field appears as expected (disabled) on the displayed form.
0