- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 04:59 PM
Need some guidance on the following:
Scenario:
I have a software contract that I want to associate to a Business Application and have these costs show up in the Enterprise Architecture Dashboard > Portfolio TCO page.
I understand that on the Contract record, we can associate the contract to a Model ID and then relate the Model ID to the Business Application and then from the Business Application form you can see the Model ID, open the form and with adding some related lists see some useful Application information.
But there is no way that I can see on how to capture the Contract Cost related to the Business Application WITHOUT doing a separate manual TCO entry.
I do not see how I can leverage Contract Rate Cards and Expense Lines to programmatically record a TCO entry.
Am I way off base and overthinking this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 05:45 AM
Hi,
you are correct in that there is no mechanism to create the TCO costs. You will need to develop a scheduled script that periodically, maybe by month, that sums the associated expenses and creates the TCO costs. The script may have to determine the Cost type though it sounds like the expense lines are labor related so perhaps a Labor Capex, or Labor Opex as needed woudl do the trick.
I would not make a TCO cost line for each and every expense line unless they are already summed by say month or quarter. Your TCO need to be specified at a Month or Quarter or even Fiscal Year level (fiscal periods).
Check out this artcle on how to push data into APM TCO. It uses spreadsheet imports but you can translate the logic to just a script instead of Import sets.
Manually Incorporating TCO into your App Rationalization Practice
hope this helps,
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 05:45 AM
Hi,
you are correct in that there is no mechanism to create the TCO costs. You will need to develop a scheduled script that periodically, maybe by month, that sums the associated expenses and creates the TCO costs. The script may have to determine the Cost type though it sounds like the expense lines are labor related so perhaps a Labor Capex, or Labor Opex as needed woudl do the trick.
I would not make a TCO cost line for each and every expense line unless they are already summed by say month or quarter. Your TCO need to be specified at a Month or Quarter or even Fiscal Year level (fiscal periods).
Check out this artcle on how to push data into APM TCO. It uses spreadsheet imports but you can translate the logic to just a script instead of Import sets.
Manually Incorporating TCO into your App Rationalization Practice
hope this helps,
mark