Change color of Requested by field value to Red on Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 03:18 AM
I have a requirement to change the value of Requested By field value to Red if the user is VIP user(similar to Caller Id on incident). I have tried several things on onLoad client script as well as style but it is not working.
Please help.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 04:25 AM
Hi @SnehaSaran15 ,
Do you want to change the color on form view and list view both?
Please change the style to:
background-color:red;
If my answer has helped with your question, please mark it as correct and helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 04:30 AM
I want to change the color of text(value) in the reference record. It is not working with style since I have a condition of Vip for user is true. Yes I need for both list and form view. Similar to below screenshot