Project status Indicator on Project Number field

Dhiren Aghera
Tera Guru

I am not able to figure out what is the business logic that is driving the color on the Project Number field on the Project form. If you see the below screenshots, the planned end date field is RED as it is in past and also the Overall Project health is Amber. Then why is the Project number field background color GREEN. Not able to understand the business logic driving this field background color. Any help or information will be really helpful.

3 REPLIES 3

Harsh Vardhan
Giga Patron

have you checked any custom field style/client script has been created for pm_project table to make number field colorful on form level. 

 

because ootb it's only working for list view and condition is if rollup field value will be true on planned task table. 

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

hello @Dhiren Aghera 

That is driven by this style 

find_real_file.png

It is driven by a field in project called "rollup" which is a hidden field that populates when the project has a project task associated with it. 

 

Dhiren Aghera
Tera Guru

Thanks and I was able to figure it out that, it will highlight the Projects that have or do not have projects tasks. I wanted to understand the business logic driving this Indicator and it is nowhere related to overall Project status or planned end date of the project. Its an independent OOTB field style.