Calculate total Estimate at Completion for all Projects in a Program

Mickey_Cegon
Tera Expert

On a Program record, calculate the total forecast_cost of all Projects on a Program. I'd like to know if there is already this functionality available to expose the data needed. If not, would like assistance in understanding the best method to gather and expose the data on the Program record.

Example:

1. Navigate to the Program record.

2. Add the column "Estimate at Completion" on the Related Records - Projects tab.

3. Add the Total using the List Calculations.

4. On the Program form, add a new field "Estimate at Completion" to the Financials tab.

5. Calculate the sum of EAC on all attached Projects on the Program, and populate the new field with the data.

6. Compare the data from the new field to the Related List of projects, and verify it is the same. 

7. Add/Remove a Project from the Program, and verify the new EAC field total is updated to match the new calculation.

8. Use the new field on reports and dashboards.

Any suggestions would be greatly appreciated.

Mickey Cegon

1 ACCEPTED SOLUTION

Sunil B N
ServiceNow Employee
ServiceNow Employee

Hi Mickey,
As of now, EAC and ETC fields are not available at Program level OOTB.
Nevertheless as you suggested, few fields can be added and they can aggregate from all the projects associated to the program.
You can further split EAC into OpEx and CapEx too.

Fields at Project level to consider - for aggregate.

forecast_cost = Estimate at completion
capex_forecast_cost = Capital estimate at completion
opex_forecast_cost = Operating estimate at completion
estimate_to_completion = Estimate to completion
capex_estimate_to_completion = Capital estimate to completion
opex_estimate_to_completion = Operating estimate to completion

Recalculation can be monthly scheduled job. As this doesn't change within one fiscal month.
Please be assured that we will consider this feedback for the future product roadmap.
Best Regards,
Sunil B N

View solution in original post

6 REPLIES 6

I did that, but it's still not putting in the commas.find_real_file.png

But it looks ok in list view:

 

find_real_file.png 

Mickey

 

I figured out the issue. Apparently, I added the field to the main form section, and to the Financials tab, both. Once I took it off the main form section, it shows the commas. 

Thanks!

Mickey