Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Calendar Report Highlighting Color Issue

HP8
Giga Guru

I've created a calendar report on the rm_release table however my table styles are not reflecting onto each calendar event.

 

Field style has been set for the 'environment' field, this field is a reference field from the cmdb_ci_environment table.

 

Do I need to create field styles on the rm_release table as well as the on the cmdb_ci_environment table? Do I need to put javascript into the 'value'?

 

99.PNG

1 ACCEPTED SOLUTION

arnoldha
Tera Guru

Hi @HP8 ! I encountered kind of the same issue recently. Have you tried to put the sys_id of "Production" and "UAT" as value? It worked for me 😉

View solution in original post

2 REPLIES 2

arnoldha
Tera Guru

Hi @HP8 ! I encountered kind of the same issue recently. Have you tried to put the sys_id of "Production" and "UAT" as value? It worked for me 😉

Yes, it worked! I should have known this. Thanks!