<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card in SPM forum</title>
    <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986412#M6932</link>
    <description>&lt;P&gt;Cost plans are the basic units under Project/Demand to do financial planning. Through cost plan you can enter the financial requirements for the project like software costs/hardware or training or labor or travel requirements&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In the ITFM application you should have defined the fiscal calendar required as per your organization. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The costs entered in cost plan are for a specific period (say FY17: Jan to FY17: Dec), once the costs are entered the cost is broken down per period and stored into the Cost break down table. At what level it is broken down is dependent on the Fiscal calendar setup in your instance. It can be quarter or month or week.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So in the above case you will get 12 records in the Cost Plan break down table for each of the months from Jan to Dec.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The Cost plan breakdown has a column called "Breakdown Type". It takes values like "Requirement", "Task", "Portfolio" or "Program". For the above 12 records created above the breakdown type would be "Requirement".&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;A project can have multiple cost plans and each cost plan will have many cost break down records.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Now we do a rollup at Cost Plan Breakdown level &amp;nbsp; (of all the records belonging to a project) and store the aggregate value of all costs per period in Cost Plan breakdown table with Breakdown type as "Task". This is the overall cost of project distributed across the fiscal periods. A portfolio/program can have n number of projects and all the Cost Plan Breakdowns for the projects belonging to the portfolio/program are rolled up and again stored in Cost breakdown table with Breakdown type as "Portfolio"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104177i5F1D47F956F2AE0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you see above diagram you will get the picture. Portfolio has 3 projects.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For each project by quarter I know the cost and they are rolled up into Portfolio.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The Cost breakdown record for a Project are in turn rolled up from the Cost requirements entered for the project. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So to recap the data model is something like this&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104178i6F13459FF5A46671/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5;"&gt;Resource Plans&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Resource plans also have cost associated with them. But you don't have to explicitly create a Cost plan record for a resource plan. When resource plans are created we know which resources/groups are going to work on and we know the labor rate for those resources, we know the time period in which they are going to work. So we auto-create cost plans for you from the resource plans. &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It would be something like this&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104179iFD605DF61CF03EC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Time Cards&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Time cards capture the actual time worked and the actual cost incurred for the work. The actuals incurred are brought back to the Cost plan breakdown records at Task level and stored there and also further rolled up to Portfolio/Program&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Not only time cards any expense line you create (in fm_expense_line table) you can map the expense to a Project and also a specific Cost Plan in the project. Once the expense line is processed the actual cost is brought back to Cost Plan breakdown record (against that requirement) and stored there and also rolled up to Project and Portfolio level.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;As you can see below in expense line you have cost plan field&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104180iBDE2594402097E47/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;And once expense line is processed the actuals are stored against the same Cost plan (see the Actual in related list)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104186i4FA34F60330D770E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;And also rolled up to Project level (See actual column in related list)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104181i2D2816EAC23E079B/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this clears some of your confusion. Ping back if you have further questions.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Oct 2016 13:30:04 GMT</pubDate>
    <dc:creator>arun_vydianatha</dc:creator>
    <dc:date>2016-10-05T13:30:04Z</dc:date>
    <item>
      <title>Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986409#M6929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone tell me the relation between the Cost plan, Cost breakdown, Expense line, Resource plan and Time card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see that when I create a project/demand and associate a resource plan, cost plan got auto created with cost breakdowns. Once the resource plan is approved, I could see the expense line created and when the expense line is processed, actual cost on project/demand got populated based on the expense line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to know the relation between the above mentioned entities with a project/demand/resource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 04:58:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986409#M6929</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-05T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986410#M6930</link>
      <description>&lt;P&gt;Cost Management, Resource Management and their interaction with Project Management are huge areas with much complexity.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The WIKI (DOC) does a good job of explaining individual bits but seeing the complete picture is never easy. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have done some learning in the past by getting into the SCHEMA MAP and "stepping" from one entity to another doodling my own, partial schema as I went.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2016 07:52:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986410#M6930</guid>
      <dc:creator>mike_bush</dc:creator>
      <dc:date>2016-10-05T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986411#M6931</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have gone through the individual applications but my concern is about the correlation of these applications and their inter dependencies. Some fields related to cost are dependent directly or indirectly with other applications where i need some help in understanding.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2016 08:12:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986411#M6931</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-05T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986412#M6932</link>
      <description>&lt;P&gt;Cost plans are the basic units under Project/Demand to do financial planning. Through cost plan you can enter the financial requirements for the project like software costs/hardware or training or labor or travel requirements&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In the ITFM application you should have defined the fiscal calendar required as per your organization. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The costs entered in cost plan are for a specific period (say FY17: Jan to FY17: Dec), once the costs are entered the cost is broken down per period and stored into the Cost break down table. At what level it is broken down is dependent on the Fiscal calendar setup in your instance. It can be quarter or month or week.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So in the above case you will get 12 records in the Cost Plan break down table for each of the months from Jan to Dec.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The Cost plan breakdown has a column called "Breakdown Type". It takes values like "Requirement", "Task", "Portfolio" or "Program". For the above 12 records created above the breakdown type would be "Requirement".&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;A project can have multiple cost plans and each cost plan will have many cost break down records.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Now we do a rollup at Cost Plan Breakdown level &amp;nbsp; (of all the records belonging to a project) and store the aggregate value of all costs per period in Cost Plan breakdown table with Breakdown type as "Task". This is the overall cost of project distributed across the fiscal periods. A portfolio/program can have n number of projects and all the Cost Plan Breakdowns for the projects belonging to the portfolio/program are rolled up and again stored in Cost breakdown table with Breakdown type as "Portfolio"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104177i5F1D47F956F2AE0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you see above diagram you will get the picture. Portfolio has 3 projects.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For each project by quarter I know the cost and they are rolled up into Portfolio.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The Cost breakdown record for a Project are in turn rolled up from the Cost requirements entered for the project. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So to recap the data model is something like this&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104178i6F13459FF5A46671/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5;"&gt;Resource Plans&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Resource plans also have cost associated with them. But you don't have to explicitly create a Cost plan record for a resource plan. When resource plans are created we know which resources/groups are going to work on and we know the labor rate for those resources, we know the time period in which they are going to work. So we auto-create cost plans for you from the resource plans. &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It would be something like this&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104179iFD605DF61CF03EC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;STRONG&gt;Time Cards&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Time cards capture the actual time worked and the actual cost incurred for the work. The actuals incurred are brought back to the Cost plan breakdown records at Task level and stored there and also further rolled up to Portfolio/Program&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Not only time cards any expense line you create (in fm_expense_line table) you can map the expense to a Project and also a specific Cost Plan in the project. Once the expense line is processed the actual cost is brought back to Cost Plan breakdown record (against that requirement) and stored there and also rolled up to Project and Portfolio level.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;As you can see below in expense line you have cost plan field&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104180iBDE2594402097E47/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;And once expense line is processed the actuals are stored against the same Cost plan (see the Actual in related list)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104186i4FA34F60330D770E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;And also rolled up to Project level (See actual column in related list)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104181i2D2816EAC23E079B/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this clears some of your confusion. Ping back if you have further questions.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2016 13:30:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986412#M6932</guid>
      <dc:creator>arun_vydianatha</dc:creator>
      <dc:date>2016-10-05T13:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986413#M6933</link>
      <description>&lt;P&gt;Thanks Arun for the detailed explanation. I still am confused a bit regarding the cost plan breakdown and cost calculation in project/demand.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Is Cost plan breakdown the basic entity to start the cost roll up??&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; Even after time card approval, and after an expense line is processed, does cost gets updated in cost plan breakdown and then to project??&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Also we have some confusion regarding the budget cost and cost allocations in cost plan and cost plan breakdown&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104182iC1AA9FA2CDA42D67/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can you please share any document or link that explains these calculations and dependencies a bit further.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2016 04:26:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986413#M6933</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-06T04:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986414#M6934</link>
      <description>&lt;P&gt;Hi &lt;A title="sreedharkalisetty" __default_attr="91384" __jive_macro_name="user" class="jive-link-profile-small jive_macro jive_macro_user" data-id="91384" data-objecttype="3" data-orig-content="sreedharkalisetty" data-renderedposition="10_25_127_16" data-type="person" href="https://www.servicenow.com/community?id=community_user_profile&amp;amp;user=740fc6a1db181fc09c9ffb651f96190e"&gt;sreedharkalisetty&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For the demand/project manager role in Helsinki…&lt;/P&gt;&lt;BR /&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;On the demand/project form, create cost plans specifying my demand/project's&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Software, hardware, labor, travel, training and other requirements&lt;/LI&gt;&lt;LI&gt;When I would need these resources ( start fiscal period and end period year)&lt;/LI&gt;&lt;LI&gt;Classify expense type of my requirement as capital expense (Capex) or operational expense (Opex)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;On demand/project form, you view: &lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;rolled-up cost for each fiscal period. For example, my project needs $30K in Feb 2015 for operational expenses. &lt;/LI&gt;&lt;LI&gt;budget allocated to my project/demand for each fiscal period&lt;/LI&gt;&lt;LI&gt;actual amount spent on my project in each fiscal period (Project form only).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;'Cost Plans' has been added as a related list in demand and project form to capture project cost. Another related list 'Cost Breakdown' has been added to view breakdown of Estimated Cost, Budget ( allocated budget) and Actual Cost for each 'Expense Type'. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For your budget questions, I suggest starting by reading up on Portfolio Workbench functionality &lt;A title="ocs.servicenow.com/bundle/helsinki-it-business-management/page/product/project-management/task/t_CreateABudgetPlanFromPortfolio.html" href="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/project-management/task/t_CreateABudgetPlanFromPortfolio.html"&gt;https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/project-management/task/t_CreateABudgetPlanFromPortfolio.html&lt;/A&gt;. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2016 03:36:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986414#M6934</guid>
      <dc:creator>kellykaufmann</dc:creator>
      <dc:date>2016-10-10T03:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986415#M6935</link>
      <description>&lt;P&gt;Can you please tell me how the fields on financials tab project form get auto populated, if they are rolled up, can you please tell me from where they are getting rolled up and the calculation part at the base entity where roll up starts. Please let me know all the mentioned details for the fields Estimated cost, actual cost and Budget cost&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104184iC611B9B77F9730CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2016 13:47:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986415#M6935</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-13T13:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986416#M6936</link>
      <description>&lt;P&gt;PFB link&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/project-portfolio-suite-with-financials/concept/c_ActualProjectCosts.html" title="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/project-portfolio-suite-with-financials/concept/c_ActualProjectCosts.html"&gt;Actual project costs&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The link explains that actual cost get rolled up based on the expense lines and these expense lines can be created in two ways&lt;/P&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Auto created when time cards are processed&lt;/LI&gt;&lt;LI&gt;Manual creation for the cost plans.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Actual cost get populated only when the expense lines are processed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can you please let me know the significance of the cost plan breakdown and its role in cost calculation and roll up.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2016 05:00:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986416#M6936</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-14T05:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986417#M6937</link>
      <description>&lt;P&gt;Glad you found the documentation, Sreedhar. Can you please be more specific in your question? &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2016 06:05:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986417#M6937</guid>
      <dc:creator>kellykaufmann</dc:creator>
      <dc:date>2016-10-14T06:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986418#M6938</link>
      <description>&lt;P&gt;Hi Sreedhar, The actual cost is captured in the cost breakdown for the respective fiscal period when an expense line is processed. The expense line submitted date will be used to pick which fiscal period will this actual cost go to. This will help us report the actual vs allocated for each month.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;To your other question on where does the cost come from in the project financial tab, Both the estimated and actual cost are rolled up from the cost breakdown of type task.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2016 06:42:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986418#M6938</guid>
      <dc:creator>Balaji39</dc:creator>
      <dc:date>2016-10-14T06:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986419#M6939</link>
      <description>&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The budgeted cost field available on project form will be auto populated based on the budget allocations of the portfolio to which this project is associated with.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can you please explain me how a budget plan created will be approved and how the allocations done roll down to project.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2016 04:25:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986419#M6939</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-17T04:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986420#M6940</link>
      <description>&lt;P&gt;You can read more about budget plans here &lt;A href="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/it-finance/concept/c_BudgetPlans.html" title="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/it-finance/concept/c_BudgetPlans.html"&gt;Budget plans&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It is part of the IT Financial Management product (not part of PPS)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2016 05:59:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986420#M6940</guid>
      <dc:creator>arun_vydianatha</dc:creator>
      <dc:date>2016-10-17T05:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986421#M6941</link>
      <description>&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have gone through the link but i could not understand how a budget plan is approved and allocations are done. Please explain the same&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2016 06:28:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986421#M6941</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-17T06:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986422#M6942</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Please help me on understanding this as we have to update our customer&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2016 06:10:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986422#M6942</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-18T06:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986423#M6943</link>
      <description>&lt;P&gt;Hi &lt;A title="sreedharkalisetty" __default_attr="91384" __jive_macro_name="user" class="jive-link-profile-small jive_macro jive_macro_user" data-id="91384" data-objecttype="3" data-orig-content="sreedharkalisetty" data-renderedposition="10_25_127_16" data-type="person" href="https://www.servicenow.com/community?id=community_user_profile&amp;amp;user=740fc6a1db181fc09c9ffb651f96190e"&gt;sreedharkalisetty&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Technical-wise, there isn't anything like an approval button for budgets. It is a matter of roles. &lt;A href="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/it-finance/concept/c_BudgetPlans.html" title="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/it-finance/concept/c_BudgetPlans.html"&gt;Budget plans&lt;/A&gt; . Once a budget is agreed upon, you promote budgets to forecasts &lt;A href="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/it-finance/concept/c_BudgetForecast.html" title="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/it-finance/concept/c_BudgetForecast.html"&gt;Budget forecasts&lt;/A&gt; &lt;A href="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/it-finance/task/t_CreateABudgetForecast.html" title="https://docs.servicenow.com/bundle/helsinki-it-business-management/page/product/it-finance/task/t_CreateABudgetForecast.html"&gt;Promote a budget plan to a forecast&lt;/A&gt; . &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Process-wise, approval would depend on the organization. Here is a sample of roles in budgeting: &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104183iEC1AEC45A0537374/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104189iD11F1DA182F607EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104185i2D954BC33C942A85/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:58:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986423#M6943</guid>
      <dc:creator>kellykaufmann</dc:creator>
      <dc:date>2016-10-18T20:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986424#M6944</link>
      <description>&lt;P&gt;&lt;A title="anna.scheib" __default_attr="14405" __jive_macro_name="user" class="jive-link-profile-small jive_macro jive_macro_user" data-id="14405" data-objecttype="3" data-orig-content="anna.scheib" data-renderedposition="10_8_96_16" data-type="person" href="https://www.servicenow.com/community?id=community_user_profile&amp;amp;user=1fe296a1db1c1fc09c9ffb651f961961"&gt;anna.scheib&lt;/A&gt; is this content covered in the PPM training offered by ServiceNow?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2016 21:00:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986424#M6944</guid>
      <dc:creator>kellykaufmann</dc:creator>
      <dc:date>2016-10-18T21:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986425#M6945</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks for your detailed reply.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;According to the below screenshot, it says budget plan has to be approved so that it can be selected for allocations. Please let me where and how a budget plan can be approved.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104187i2FF5C39D91C172E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:08:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986425#M6945</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-19T05:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986426#M6946</link>
      <description>&lt;P&gt;There is no approval per se for budget plan&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Approval means you have to promote the budget plan.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;After promotion you can select the budget plan in Allocate budget page shown above.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:25:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986426#M6946</guid>
      <dc:creator>arun_vydianatha</dc:creator>
      <dc:date>2016-10-19T05:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986427#M6947</link>
      <description>&lt;P&gt;Thank you Arun. This helped a lot.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:40:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986427#M6947</guid>
      <dc:creator>sreedharkaliset</dc:creator>
      <dc:date>2016-10-19T05:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cost plan, Cost breakdown, Expense line, Resource plan, Time card</title>
      <link>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986428#M6948</link>
      <description>&lt;P&gt;The one slide you might be missing in the explanation shows how cost plan breakdown fields are differentiated. There are many rows in the table with different functions. @&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Look at the Breakdown Type in your screen shot above: It says "requirement"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you want individual demand and project costs, only look at records for the breakdown type of "requirement".&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you want aggregated records, you look at the program or portfolio.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Maybe Arun can clarify what a breakdown type of "requirement" means more specificallly.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="arun.vydianathan" href="https://www.servicenow.com/community?id=community_user_profile&amp;amp;user=ed135265db1c1fc09c9ffb651f961965" __default_attr="17697" __jive_macro_name="user" class="jive-link-profile-small jive_macro jive_macro_user" data-id="17697" data-objecttype="3" data-orig-content="arun.vydianathan" data-renderedposition="178_8_127_16" data-type="person" style="color: #2989c5;"&gt;arun.vydianathan&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="cost rollup.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104188iA21D8E0715CEC980/image-size/large?v=v2&amp;amp;px=999" role="button" title="cost rollup.png" alt="cost rollup.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2016 23:07:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/cost-plan-cost-breakdown-expense-line-resource-plan-time-card/m-p/986428#M6948</guid>
      <dc:creator>ITSMgal</dc:creator>
      <dc:date>2016-10-19T23:07:14Z</dc:date>
    </item>
  </channel>
</rss>

