- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2016 01:21 PM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2016 01:43 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2018 11:43 AM
Can a mod please mark Michael's answer as the correct answer? Thanks