Project status Indicator on Project Number field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2020 12:20 AM
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.
- Labels:
-
Project Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2020 12:37 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2020 07:48 AM
hello
That is driven by this style
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2020 10:18 PM
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.