How to color activity formatter worknotes for system related worknotes

Community Alums
Not applicable

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

Ankur20_1-1697178271804.png

 

Can you assist?

7 REPLIES 7

Samaksh Wani
Giga Sage
Giga Sage

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

 

Community Alums
Not applicable

@Samaksh Wani  Its not working

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

Community Alums
Not applicable

@Samaksh Wani No it does not work.