The Zurich release has arrived! Interested in new features and functionalities? Click here for more

When a Resource Plan is created for a group, why does all labor show up as capital?

halv
Tera Contributor

I have created multiple Resource Plans and each time it creates a respective Cost Plan showing only Capex.   The only way I can get Opex is if a create a Cost Plan manually.   Is there a way to make it roll up to Operating as a default?     I have looked everywhere I can think of and cannot find any tie to why it does this.   Thanks

CostplanResPlan.jpg

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

There is a business rule named: Create Cost Plan - that calls a script includes - CostPlan.


The business rule says 'createFromResourcePlan', and at line 165 of the script includes, the script is:


gr.setValue('resource_type', this._getResourceDefinition('Labor Capex').getValue('sys_id'));



So it's always setting it to Labor Capex, which means you'll need to create manually as you are, or modify both resource plan and script includes to include some kind of flag that would trigger the different choices.


View solution in original post

5 REPLIES 5

SC10
Kilo Guru

Can a mod please mark Michael's answer as the correct answer? Thanks