<?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 How to relate Project Phase with Project Task in SPM forum</title>
    <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013325#M19596</link>
    <description>&lt;P&gt;How&amp;nbsp;to&amp;nbsp; link the Project Phases with the task and make dependent so that new phase will get start when the previous state task got closed completely.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggetion will be help full , I am new to Service now and currently in learning phase.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 14:27:41 GMT</pubDate>
    <dc:creator>Nihar1</dc:creator>
    <dc:date>2020-08-25T14:27:41Z</dc:date>
    <item>
      <title>How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013325#M19596</link>
      <description>&lt;P&gt;How&amp;nbsp;to&amp;nbsp; link the Project Phases with the task and make dependent so that new phase will get start when the previous state task got closed completely.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggetion will be help full , I am new to Service now and currently in learning phase.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:27:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013325#M19596</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-08-25T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013326#M19597</link>
      <description>&lt;P&gt;You are referencing three different things in this post: &lt;STRONG&gt;Project Phase&lt;/STRONG&gt;, &lt;STRONG&gt;Project State&lt;/STRONG&gt;, and &lt;STRONG&gt;Project Task&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;OOTB &lt;STRONG&gt;Project Phase&lt;/STRONG&gt;&amp;nbsp;is a stand alone field and needs to be manually changed by a user. If you change the Project State or a Project Task there is no impact to Project Phase.&lt;/P&gt;
&lt;P&gt;Now, if you take action on a&amp;nbsp;&lt;STRONG&gt;Project Task&lt;/STRONG&gt;&amp;nbsp;it &lt;EM&gt;can&amp;nbsp;&lt;/EM&gt;change the &lt;STRONG&gt;Project State&lt;/STRONG&gt;. For instance, if the &lt;STRONG&gt;Project State&lt;/STRONG&gt; is Pending, and you start a&amp;nbsp;&lt;STRONG&gt;Project Task&lt;/STRONG&gt;&amp;nbsp;for&amp;nbsp;that project (Work in Progress), the Project State will change to &lt;STRONG&gt;Work in Progress&lt;/STRONG&gt; as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you build your work breakdown structure (WBS) in the planning console (which are merely Project Tasks) some organizations&amp;nbsp;create Project Tasks to align to the &lt;STRONG&gt;Project Phases&lt;/STRONG&gt; - but this would not connect to the Project Phase field on the parent project. It would merely assist a PM in aligning their projects with those phases. The user would need to manually change&amp;nbsp;the&amp;nbsp;&lt;STRONG&gt;Project Phase&lt;/STRONG&gt; field once one of these tasks are completed (or in theory you could create a business rule to change that Project Phase automatically - but that is not OOTB).&amp;nbsp;&lt;/P&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/105044i99CA6616243A4DC5/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;P&gt;&lt;STRONG&gt;Please mark reply as helpful or correct if applicable.&amp;nbsp;&lt;/STRONG&gt;Thanks!&amp;nbsp;-&amp;nbsp;Rae Ann&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:40:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013326#M19597</guid>
      <dc:creator>Rae Ann Prasnic</dc:creator>
      <dc:date>2020-08-25T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013327#M19598</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to write/draw out&amp;nbsp;your Phase-Gate process and figure out&amp;nbsp;the tasks and when they will change the project phases and states. For example, if task 1 is complete, the project enters Phase 2.&amp;nbsp; Figure out the IF then or else logic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The project phase is manually set, and the project states are semi driven by dates, project tasks, and can be manually changed as well.&amp;nbsp; They can all be automated&amp;nbsp;with different features in ServiceNow.&lt;/P&gt;
&lt;P&gt;Once you have a process mapped out, the best way to implement that process( in my option) is through SN Flow Designer. The Flow Designer will automate the Phase-Gate process you mapped out. FLow Designer can&amp;nbsp;change the projet state, phase, and assign users/groups. You can also create Project tasks and have that task trigger the next phase.&amp;nbsp; There is so much that can be done in the Flow Designer to automate your process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You can also use SN Workflow to automate your process as well, but Flow will be easier to maintain and will require less coding.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's the approach I would take.&lt;/P&gt;
&lt;P&gt;Here is some &lt;A href="https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/concept/flow-designer.html" target="_blank"&gt;documentation&lt;/A&gt; on the ServiceNow Flow designer, and there is some training on Flow Designer at the &lt;A href="https://nowlearning.service-now.com/lxp?id=overview&amp;amp;sys_id=af2b04171b6f80905c28997fbd4bcb05&amp;amp;type=course" target="_blank"&gt;Now Learning site&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Here is the &lt;A href="https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/workflow/concept/c_WorkflowOverview.html" target="_blank"&gt;documentation&lt;/A&gt; on Workflow as well.&lt;/P&gt;
&lt;P&gt;I hope that helps out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 01:30:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013327#M19598</guid>
      <dc:creator>Miguel Donayre</dc:creator>
      <dc:date>2020-08-26T01:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013328#M19599</link>
      <description>&lt;P&gt;Thanks for the Response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is going to be complete re developing the process.&lt;/P&gt;
&lt;P&gt;What I was thinking can it possible I can enable a Custom column in pm_project_task table and refer to the same list of values as Project phases.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the User is changing the Phase field value under task that will inherit to Project .&lt;/P&gt;
&lt;P&gt;One point is We are going to create multiple task for a single phase . So I am thinking the logic should be what ever the First active task phase that value will be inherit to the project phase.&lt;/P&gt;
&lt;P&gt;Let me know if this is possible or not as well as some pointers I can refer to achieve it .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 18:57:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013328#M19599</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-08-26T18:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013329#M19600</link>
      <description>&lt;P&gt;Thanks for the Response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is going to be complete re developing the process.&lt;/P&gt;
&lt;P&gt;What I was thinking can it possible I can enable a Custom&amp;nbsp;column&amp;nbsp;in pm_project_task table and refer to the same list of values as Project phases.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the User is changing the Phase field value under task that will inherit to Project .&lt;/P&gt;
&lt;P&gt;One point is We are going to create multiple task for a single phase . So I am thinking the logic should be what ever the First active task phase that value will be inherit to the project phase.&lt;/P&gt;
&lt;P&gt;Let me know if this is possible or not as well as some pointers I can refer to achieve it .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 18:57:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013329#M19600</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-08-26T18:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013330#M19601</link>
      <description>&lt;P&gt;Hello Rae,&lt;/P&gt;
&lt;P&gt;I am taking this approach ,defined a Custom Field under pm_project_task as task phase and the type is as like the project phase field. String and created the choise list as like the project phase.&lt;/P&gt;
&lt;P&gt;Now the Question is how Do I create the business rule for depending on the Task phase value change the project phase value .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to check the first active task and depending on the phase of that task the project phase is going to change.&lt;/P&gt;
&lt;P&gt;Can I get some sample script or idea which will help me to perform&amp;nbsp;the above logic .&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 14:58:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013330#M19601</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-08-31T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013331#M19602</link>
      <description>&lt;P&gt;I'm sorry, I'm not going to help with scripting. Possibly &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="b652da29dbd81fc09c9ffb651f961936"&gt;@Miguel Donayre&lt;/SN-MENTION&gt;&amp;nbsp;can?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 15:07:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013331#M19602</guid>
      <dc:creator>Rae Ann Prasnic</dc:creator>
      <dc:date>2020-08-31T15:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013332#M19603</link>
      <description>&lt;P&gt;Hello Miguel,&lt;/P&gt;
&lt;P&gt;I am now taking the Flow designer approch .&lt;/P&gt;
&lt;P&gt;I have setup the flow and it is working as expected .&lt;/P&gt;
&lt;P&gt;The new project task is automatically getting created. But How Do I associate with the newly created project task to the project number .&lt;/P&gt;
&lt;P&gt;Can you please provide some hint here which field in the pm_project_task table contains the Project number and how do I link that&lt;/P&gt;
&lt;P&gt;Here is the Screen shot which I have done&amp;nbsp;&lt;/P&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/105043i7234023535A757AB/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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I test it it is showing the task created but It it not displaying when I check under project .&lt;/P&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/105046iD7C25BCA8219F057/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;P&gt;&amp;nbsp;&lt;/P&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/105045i726D548303A8F682/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;</description>
      <pubDate>Wed, 02 Sep 2020 21:50:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013332#M19603</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-09-02T21:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013333#M19604</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You have to use the trigger record --&amp;gt; project record--&amp;gt; sys_id data pill to relate the project task to the project.&lt;/P&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/105055i1097205F092E382F/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;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/105051i5EC526E7D678080B/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;</description>
      <pubDate>Thu, 03 Sep 2020 01:15:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013333#M19604</guid>
      <dc:creator>Miguel Donayre</dc:creator>
      <dc:date>2020-09-03T01:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013334#M19605</link>
      <description>&lt;P&gt;I just created a new Project and the tasked showed up with the flow&lt;/P&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/105049i705B6668D236B350/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;</description>
      <pubDate>Thu, 03 Sep 2020 01:20:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013334#M19605</guid>
      <dc:creator>Miguel Donayre</dc:creator>
      <dc:date>2020-09-03T01:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013335#M19606</link>
      <description>&lt;P&gt;Thanks for the Response.&lt;/P&gt;
&lt;P&gt;Will check this and getback to you if I have some more questions&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 01:31:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013335#M19606</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-09-03T01:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013336#M19607</link>
      <description>&lt;P&gt;Hello Miguel,&lt;/P&gt;
&lt;P&gt;I am now facing another issue .&lt;/P&gt;
&lt;P&gt;The flow process has the triggering point as project created or updated.&lt;/P&gt;
&lt;P&gt;the Fist action is create task next is check if the first task status is Closed Completed or not . if the status is close completed then create another task .&lt;/P&gt;
&lt;P&gt;But when I am updating the Fist task it goes and create another task with same short description .&lt;/P&gt;
&lt;P&gt;Is it like I have to create two separate flow one for Create and other for update and what is the condition&amp;nbsp;i can check for the update case so it will check if the active task is there then do not create the new task.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appriciate your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 12:53:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013336#M19607</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-09-03T12:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013337#M19608</link>
      <description>&lt;P&gt;I would need to see your flow.&lt;/P&gt;
&lt;P&gt;Also, you don't need to create an action to check if a task is complete. there is a "wait" checkbox on the create task&amp;nbsp;action. That lets any proceeding task that comes after to wait till that task is finished to start that task. You also add conditions on what to wait on.&lt;/P&gt;
&lt;P&gt;https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/reference/create-task-flow-designer.html&lt;/P&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/105047i776389F73D90CA09/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;</description>
      <pubDate>Fri, 04 Sep 2020 11:29:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013337#M19608</guid>
      <dc:creator>Miguel Donayre</dc:creator>
      <dc:date>2020-09-04T11:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013338#M19609</link>
      <description>&lt;P&gt;Hello Miguel,&lt;/P&gt;
&lt;P&gt;Thanks for the Update.&lt;/P&gt;
&lt;P&gt;My Flow is as bellow .&lt;/P&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/105048i7EB9FFB47890A8C4/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;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/105052iDB09EEEE8F0E7088/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;P&gt;&amp;nbsp;&lt;/P&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/105050i42EC0C666BABF705/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;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/105053i4B2201382DC62081/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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I need here .&lt;/P&gt;
&lt;P&gt;First task should always get created when a new project got created then when the first task is Completed the 2nd task get created it means when the project got updated it should check the status of the first task and decide if the 2nd task is ready for creation or not .&lt;/P&gt;
&lt;P&gt;As I put Wait.Now for the new project the first task is not getting created&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 13:07:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013338#M19609</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-09-04T13:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013339#M19610</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got it working in my instance -&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;CLosed out the 1st task - the flow created the next task&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 15:18:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013339#M19610</guid>
      <dc:creator>Miguel Donayre</dc:creator>
      <dc:date>2020-09-04T15:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013340#M19611</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class="ng-binding"&gt;Miguel,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Thanks for the detail . It is even working in my Instance now.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;I have deleted the Flow and started a fresh one and created a new test request which is working as expected.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;But What I have seen one point , When the Task State is Close and Complete the Project state is also changing to Close and Complete and then it is coming back to Work in progress because of the new task got created.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Can we put the some condition&amp;nbsp;that state of the Project got change to Close and complete only when the last task is&amp;nbsp;in same state .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Also How Do I&amp;nbsp;add the value to note Filed&amp;nbsp; of the Project&amp;nbsp; if the Task state got changed automatic .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 17:04:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013340#M19611</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-09-04T17:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013341#M19612</link>
      <description>&lt;P&gt;I don't understand what you are asking?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The example project I used doesn't switch to closed complete with the task is closed and complete.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&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/105058i39E2A7B3A3E4A2DF/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;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/105062iE3BA8941F1EB4ACA/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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the step you can do to set the State for a project. Find the "Update Record" action and add it. Drag the Trigger - Record created --&amp;gt; "Project record" pill (the enter pill)&amp;nbsp; in the record filed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once it's added, it will pull all the fields you can edit into the action. Pick the State and change the State you want. It will update after the last task is complete if you have the wait check off. You also set the Phase this way as well, switch the state field to phase.&amp;nbsp;&lt;/P&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/105057i263FEB674CFFC5CC/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;P&gt;After closing out the last task in the flow, it changed the State.&lt;/P&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/105060iAF342E840A50DF23/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;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/105059iC25315E0B6F93E2D/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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 18:03:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013341#M19612</guid>
      <dc:creator>Miguel Donayre</dc:creator>
      <dc:date>2020-09-04T18:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013342#M19613</link>
      <description>&lt;P&gt;Thanks For the Info.&lt;/P&gt;
&lt;P&gt;This helps me to complete the requirment.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 17:34:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013342#M19613</guid>
      <dc:creator>Nihar1</dc:creator>
      <dc:date>2020-09-21T17:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013343#M19614</link>
      <description>&lt;P&gt;Hi Miguel,&lt;/P&gt;
&lt;P&gt;If we use flow designer/Workflow for creating project task and project phase setting,in case if we use project template for project creation then this workflow also trigger and it will create duplicate project task,in this case which is the better way for phase setting?&lt;/P&gt;
&lt;P&gt;For example i have a project with 5 gate task and i have configured it through a workflow and phase also setting on completion of each gate task.But if i use project template for project creation,template already has 5 stage gate task and in this case how can the project phase set?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Neethu&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 12:54:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013343#M19614</guid>
      <dc:creator>neethu4</dc:creator>
      <dc:date>2020-09-24T12:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to relate Project Phase with Project Task</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013344#M19615</link>
      <description>&lt;P&gt;You may choose the 'Phase' value in the 'Detailed' tab&lt;/P&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/105061i1D28672CA55CDB21/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;</description>
      <pubDate>Sun, 19 Sep 2021 13:00:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-relate-project-phase-with-project-task/m-p/1013344#M19615</guid>
      <dc:creator>Sabry Shaheen</dc:creator>
      <dc:date>2021-09-19T13:00:21Z</dc:date>
    </item>
  </channel>
</rss>

