- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2018 12:34 PM
Hi Everyone,
I have one request to set the colors for the Check box fields .
Whenever user checks on the below checkboxes the color should be red for reporting and green for planning.
Is it possible to have like that.. Please suggest me if anyone has any idea on it...
Thanks,
Midde.
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2018 03:26 AM
Hi,
Please check with below link,
https://www.servicenowguru.com/system-ui/field-styles-service-catalog-variables/
Thanks,
Trupti S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2018 02:33 PM
Hi,
Yes, you can modify the HTML element by getting the ID and then you can add color on it. Example:
document.getElementById(< html element id >).style.backgroundColor = 'red';
Hope this helps,
Pedro Lopez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2018 02:53 AM
Could you please explain it in detail how to achieve it??
Regards,
Midde

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2018 03:26 AM
Hi,
Please check with below link,
https://www.servicenowguru.com/system-ui/field-styles-service-catalog-variables/
Thanks,
Trupti S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 04:42 AM
Hello,
Can it be possible to make when these are approved then they change color.
That means for example for reporting the approver is some 'X'- need some color for reporting
And for planning approver is 'Y'- need some color for planning.
Please suggest me if any ideas on it....
Regards,
Midde.