- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â10-29-2022 12:26 AM
How to Change the Background Color for Priority field in Incident, for specific user only Not for all user
Please find the screenshot
Please help me on this
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â10-29-2022 01:01 AM
Hi @Sravani47,
You have to add additional conditions in value field for specific user (using users sys_id) for Field styles.
Extra condition will be - && gs.getUserID() =="add_user_sys_id _here"
For example -
Table - Incident
Field - Priority
Value - javascript:current.priority == 3 && gs.getUserID() =="add_user_sys_id _here"
Style - color: gold;
Note - modify it as per your fields and need.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â10-29-2022 12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â10-29-2022 12:56 AM
Hi Murthy,
Where we can find that code .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â10-29-2022 01:07 AM
Hi @Sravani47
You can find it in Styles table:
You can use the approach which is shared by @Sagar Pagar
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â10-29-2022 01:52 AM
Hi @Sravani47
You can find it in task table because those fields are inherited from parent table.
Murthy