RE: Can I change the List Item background color?
I have a simple list on an entry form to show “status” of several things. I’d like the background color of the dropdown to be red for “Not Started”, yellow for “In Progress”, and green for “Complete” so that the users can quick-n-easy skim for things still needed to be completed.
I was trying to find something in suitescript to apply these rules, but not coming up with anything so far. Does anyone have any suggestions for me?
Thanks!
I have found a simple solution for this. Basically, use an inline HTML field which contains a <script> tag with code to search for elements, and sets the css based on whatever rules are appropriate. If anyone is looking for the details, hit me up and I’ll share my source and details.