hello, does anyone know of a way to add into a scr...
# suitescript
h
hello, does anyone know of a way to add into a script the red asterisk that denotes a field is mandatory? on top of making the field mandatory already but showing that it is. In my example I would want to make Location mandatory and display the asterisk.
d
does setting Column.isMandatory add the asterisk for you?
h
let me go try that!
d
just sanity checking you have to do this dynamically via script and not just by setting it as mandatory on the form
h
yes it would be dynamically set via script not just on the form
👍 1
@David B are you able to do this in both client and user event scripts?
d
yes