Is it possible to manipulate the DOM in a suitelet...
# suitescript
c
Is it possible to manipulate the DOM in a suitelet?
a
You can add an inline html field. Manipulating dom objects outside of the field is not supported.
c
Alright, the reason im asking is because i want to change the background color on specific sublist rows, depending on given conditions
I found this link
But i tried it out, and it does not seem to work