Hi, is it possible to add some sort of colour to a...
# suitescript
d
Hi, is it possible to add some sort of colour to a field in a sublist form? I'm wanting to add some input validation, so if a fields value meets a certain requirement then I would colour it green and if it doesn't I would colour it red.
e
You can do it using a client script in the fieldChanged event.
d
Okay, thanks. I'll have a look at that 🙂
s
Um I don't think you can do this with native NS API's... You're gonna have to go to unsupported/unstable means like jQuery