- 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 03:16 AM
Hi Murthy,
added condition in value , but it is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2022 04:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2022 05:12 AM
Hi Murthy,
updated code , but not working.
- 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 01:27 AM
Hi Sagar,
I didn't find any Styles for Incident table PFA screen shot
shall i create new Style