How to color activity formatter worknotes for system related worknotes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 11:25 PM
HI Team,
I have a requirement wherein we need to display the worknotes on an task based record which are created by 'system' as blue in color.
Can you tell how to achieve this?
I am trying to achieve it via sys_ui_style table but I guess I am writing some wrong syntax
Can you assist?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 11:32 PM - edited 10-12-2023 11:32 PM
Hello @Community Alums
Modify the code into the Value Field.
javascript:current.created_by=='system';
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 12:54 AM
@Samaksh Wani Its not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 01:08 AM
Hello @Community Alums
Try removing the condition from value field nd check whether the field is getting blue or not.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 01:13 AM
@Samaksh Wani No it does not work.