<?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: Inflight change/cancel in Telecom forum</title>
    <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744559#M911</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/604180"&gt;@Gargichatterjee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;That is a good question. And here's how you can build it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the example below, I have two external system callouts - Reserve TN and Book Appointment.&lt;/P&gt;
&lt;P&gt;Make use of the Order Task action to represent these.&lt;/P&gt;
&lt;P&gt;Build a separate subflow for happy path + compensation actions as shown below.&lt;/P&gt;
&lt;P&gt;Thus once the Order Task for 'Reserve TN' moves to In Progress, next step will be to call an extension subflow or a Flow (up to you) with the 3 different switch cases for the Revision Actions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Within the Order Task, you have an option to configure the Inflight behaviour which will tell OM if the Order Task is to be re-executed or skipped based on the type of Inflight Change. If this is not configured, the Order Task will always be re-executed which will call the extension subflow and process the steps based on the Revision Operation (i.e. Happy path v/s Inflight Change v/s Inflight Cancel)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can extend this logic further based on your requirements.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShashankInamdar_0-1701091058750.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/308312i831A5F6691800DCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="ShashankInamdar_0-1701091058750.png" alt="ShashankInamdar_0-1701091058750.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Shashank&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 13:31:30 GMT</pubDate>
    <dc:creator>ShashankInamdar</dc:creator>
    <dc:date>2023-11-27T13:31:30Z</dc:date>
    <item>
      <title>Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744399#M903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a scenario, wherein the order will take multiple days to complete. I want to implement inflight cancel/change on this order. These actions will not be through the UI, rather I need them to be implemented programmatically. In addition to this, I need to do undo transactions as well. To explain this, suppose the network is reserved, workforce appointment is booked and PONR is not yet reached. The customer can cancel the order. So the network reservation as well as workforce reservation needs to be rollbacked(undone). How can I achieve this, please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 11:47:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744399#M903</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-27T11:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744404#M904</link>
      <description>&lt;P&gt;Please suggest based on Utah and Vancouver versions.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 11:49:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744404#M904</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-27T11:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744443#M906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/604180"&gt;@Gargichatterjee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Order Management supports Inflight Change and Cancel via Open APIs i.e. TMF622 - Product Order and TMF641 - Service Order. If you are not using workspace UI to initiate the inflight change/cancel, you should use the patch/cancel APIs that are available OOTB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Inflight Changes/Cancel orders cancels the in-progress workflows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The rollback activities will not happen automatically, this will need to be configured as part of your workflows.&lt;/P&gt;
&lt;P&gt;You may want to build a separate workflow for compensation activities and invoke it via the Decision table using 'Revision Operation' as one of the inputs. In the case of a Inflight Change &amp;amp; Cancel, the Revision Operation is set as '&lt;EM&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;&lt;/EM&gt;' and '&lt;EM&gt;&lt;STRONG&gt;Cancel&lt;/STRONG&gt;&lt;/EM&gt;' respectively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Spec = Internet Service, Action = Add &amp;amp; Revision Operation = Cancel --&amp;gt; Subflow = Cancel Internet Provisioning&lt;/P&gt;
&lt;P&gt;The 'Cancel Internet Provisioning' can then have the rollback etc. activities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the Order Management course for reference -&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nowlearning.servicenow.com/lxp/en/telecommunications-service-management/order-management-fundamentals?id=learning_course_prev&amp;amp;course_id=e7d40486977dfdd46eedb30e6253af31" target="_blank" rel="noopener"&gt;https://nowlearning.servicenow.com/lxp/en/telecommunications-service-management/order-management-fundamentals?id=learning_course_prev&amp;amp;course_id=e7d40486977dfdd46eedb30e6253af31&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Shashank&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 12:40:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744443#M906</guid>
      <dc:creator>ShashankInamdar</dc:creator>
      <dc:date>2023-11-27T12:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744507#M909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/388211"&gt;@ShashankInamdar&lt;/a&gt;&amp;nbsp;, I understood that I need to write the flow for undo operations. But how will I know about what all activities have already been completed, and if those are completed, probably I need to have their response as well to undo the task (e.g. during network reservation inventory might generate some workorder number, how will I get those?)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 12:55:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744507#M909</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-27T12:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744511#M910</link>
      <description>&lt;P&gt;In the training courses, the demo videos only show about the UI operations, what are the alternates available if we do not want to use the UI for a particular client, then it is difficult to dig up.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 12:57:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744511#M910</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-27T12:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744559#M911</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/604180"&gt;@Gargichatterjee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;That is a good question. And here's how you can build it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the example below, I have two external system callouts - Reserve TN and Book Appointment.&lt;/P&gt;
&lt;P&gt;Make use of the Order Task action to represent these.&lt;/P&gt;
&lt;P&gt;Build a separate subflow for happy path + compensation actions as shown below.&lt;/P&gt;
&lt;P&gt;Thus once the Order Task for 'Reserve TN' moves to In Progress, next step will be to call an extension subflow or a Flow (up to you) with the 3 different switch cases for the Revision Actions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Within the Order Task, you have an option to configure the Inflight behaviour which will tell OM if the Order Task is to be re-executed or skipped based on the type of Inflight Change. If this is not configured, the Order Task will always be re-executed which will call the extension subflow and process the steps based on the Revision Operation (i.e. Happy path v/s Inflight Change v/s Inflight Cancel)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can extend this logic further based on your requirements.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShashankInamdar_0-1701091058750.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/308312i831A5F6691800DCB/image-size/large?v=v2&amp;amp;px=999" role="button" title="ShashankInamdar_0-1701091058750.png" alt="ShashankInamdar_0-1701091058750.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Shashank&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 13:31:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744559#M911</guid>
      <dc:creator>ShashankInamdar</dc:creator>
      <dc:date>2023-11-27T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744594#M912</link>
      <description>&lt;P&gt;That's great,&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/388211"&gt;@ShashankInamdar&lt;/a&gt;. Wonderful explanation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now two questions from me.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;"&lt;FONT color="#3366FF"&gt;you have an option to configure the Inflight behaviour which will tell OM if the Order Task is to be re-executed or skipped based on the type of Inflight Change&lt;/FONT&gt;" - Is it related to Inflight Change Type &amp;amp; Inflight Change Option. If not, then?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Regarding cancel, shouldn't we cancel, instead of close complete, the order task after calling REST - Release TN step?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Molay&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 13:56:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744594#M912</guid>
      <dc:creator>MolayD21</dc:creator>
      <dc:date>2023-11-27T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744612#M913</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/480305"&gt;@MolayD21&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;That's great,&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/388211"&gt;@ShashankInamdar&lt;/a&gt;. Wonderful explanation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now two questions from me.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;"&lt;FONT color="#3366FF"&gt;you have an option to configure the Inflight behaviour which will tell OM if the Order Task is to be re-executed or skipped based on the type of Inflight Change&lt;/FONT&gt;" - Is it related to Inflight Change Type &amp;amp; Inflight Change Option. If not, then? &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;lt;Correct&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Regarding cancel, shouldn't we cancel, instead of close complete, the order task after calling REST - Release TN step? &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;lt;Perhaps. Depends on how you want to look at this. A close complete indicates the execution logic of the Order Task is done. A Canceled indicates the Task itself was cancelled. So, this is open to interpretation and OM will not prescribe to one way or the other&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Molay&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 14:09:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2744612#M913</guid>
      <dc:creator>ShashankInamdar</dc:creator>
      <dc:date>2023-11-27T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2745509#M917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/388211"&gt;@ShashankInamdar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can cancel the service order and the logic is getting executed for the same through the configured subflow. But when I am cancelling the product order itself, then the corresponding subflow is not getting executed. What can be the reason for that? When we are cancelling the order itself then all the service orders should also be revised hence there corresponding logics should also be executed. At least that is the behavious we want to achieve.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 08:16:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2745509#M917</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-28T08:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2745678#M918</link>
      <description>&lt;P&gt;One more thing I noticed that, in case of inflight cancel, the service orders, which were there during order decomposition their states are getting changed to scheduled. But, if few of them are already executed and completed, there is no re-execution of those tasks for the undo transactions.&lt;/P&gt;&lt;P&gt;For example, the following I am getting as part of inflight cancel. But what we expect is that, there should be an order task generated which will undo SO0001 as well. Please suggest what is to be done here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;TABLE width="458"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="121"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="75"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="104"&gt;Current State&lt;/TD&gt;&lt;TD width="158"&gt;After inflight cancel&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product Order&lt;/TD&gt;&lt;TD&gt;ORD0001&lt;/TD&gt;&lt;TD&gt;In progress&lt;/TD&gt;&lt;TD&gt;Cancellation in progress&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Order Line Item&lt;/TD&gt;&lt;TD&gt;ORDL00001&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product Order&lt;/TD&gt;&lt;TD&gt;PO0001&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Service Order&lt;/TD&gt;&lt;TD&gt;SO0001&lt;/TD&gt;&lt;TD&gt;Close complete&lt;/TD&gt;&lt;TD&gt;Close complete&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Inflight cancel ---&amp;gt;&lt;/TD&gt;&lt;TD&gt;SO0002&lt;/TD&gt;&lt;TD&gt;In progress&lt;/TD&gt;&lt;TD&gt;Scheduled&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;SO0003&lt;/TD&gt;&lt;TD&gt;draft&lt;/TD&gt;&lt;TD&gt;Scheduled&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;SO0004&lt;/TD&gt;&lt;TD&gt;draft&lt;/TD&gt;&lt;TD&gt;Scheduled&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 28 Nov 2023 10:26:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2745678#M918</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-28T10:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2745810#M919</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/604180"&gt;@Gargichatterjee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect you have not configured the 'Cancel Task Fields' on the Order Task. Please check below for an example. If no Cancel Task Field is configured, on the cancellation, for an already completed Order Task it remains in a completed state. The additional configuration will allow you to put the task back in an 'In Progress' state.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShashankInamdar_0-1701175443270.png" style="width: 612px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/308654iAE9D60755C73BAF8/image-dimensions/612x376?v=v2" width="612" height="376" role="button" title="ShashankInamdar_0-1701175443270.png" alt="ShashankInamdar_0-1701175443270.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once the Order Task is back in 'In Progress', the extension subflow can be invoked as shown below -&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShashankInamdar_1-1701175560836.png" style="width: 504px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/308655i492D6A29DF926E70/image-dimensions/504x403?v=v2" width="504" height="403" role="button" title="ShashankInamdar_1-1701175560836.png" alt="ShashankInamdar_1-1701175560836.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Extension subflow --&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShashankInamdar_2-1701175623829.png" style="width: 346px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/308656i545F95D06915618B/image-dimensions/346x460?v=v2" width="346" height="460" role="button" title="ShashankInamdar_2-1701175623829.png" alt="ShashankInamdar_2-1701175623829.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 12:48:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2745810#M919</guid>
      <dc:creator>ShashankInamdar</dc:creator>
      <dc:date>2023-11-28T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2745914#M920</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/604180"&gt;@Gargichatterjee&lt;/a&gt;&amp;nbsp;, if and when your issue raised in this thread is resolved, please mark the appropriate reply as a solution so that others in the future with a similar query will find it useful.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 14:01:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2745914#M920</guid>
      <dc:creator>ShashankInamdar</dc:creator>
      <dc:date>2023-11-28T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746045#M923</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/388211"&gt;@ShashankInamdar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have configured this on the flow which gets triggered for inflight cancel on Service Order (in Decision table&amp;nbsp;Service Order Fulfilment Policy). So when I am cancelling the service order explicitly it is working fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to implement the inflight cancel on the customer order itself. For this I have done the configuration of revision operation in decision table&amp;nbsp;Product Order Fulfilment Policy. I am expecting that the subflow written for inflight cancel of customer order will be picked up as it has been picked up for the SO. Is it possible?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 15:23:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746045#M923</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-28T15:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746047#M924</link>
      <description>&lt;P&gt;Yes surely I will do that.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 15:24:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746047#M924</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-28T15:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746067#M925</link>
      <description>&lt;P&gt;Inflight Cancel behaviour for Product &amp;amp; Service Order is the same from an OM perspective.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is not invoking the expected subflows, there is some mis-configuration that needs to be rectified.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 15:43:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746067#M925</guid>
      <dc:creator>ShashankInamdar</dc:creator>
      <dc:date>2023-11-28T15:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746085#M926</link>
      <description>&lt;P&gt;Can you please verify the attachments? It would be helpful.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gargichatterjee_0-1701186585341.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/308731i04077FEE18B166EB/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Gargichatterjee_0-1701186585341.png" alt="Gargichatterjee_0-1701186585341.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gargichatterjee_1-1701186972990.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/308733iCC20687C221A352C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Gargichatterjee_1-1701186972990.png" alt="Gargichatterjee_1-1701186972990.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gargichatterjee_2-1701187016467.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/308734iF9A23052CCC04F25/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Gargichatterjee_2-1701187016467.png" alt="Gargichatterjee_2-1701187016467.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 15:57:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746085#M926</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-28T15:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746123#M927</link>
      <description>&lt;P&gt;Hard to troubleshoot only based on screenshots.&lt;/P&gt;
&lt;P&gt;I did notice you have added an additional Input for Revision Operation, which is not required.&lt;/P&gt;
&lt;P&gt;You should keep the OOTB inputs for Product Order Fulfilment Policy as is, and instead just add a column under conditions by dot walking on the Product Order table for the Rev operation field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, unless the Cancel flow is very different from the original happy path one - you could have used the original flow (without the Revision Action as condition in the decision table) and controlled it using switch case as discussed earlier in the thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a detailed view, best this is discussed over a call or via Support.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 16:24:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746123#M927</guid>
      <dc:creator>ShashankInamdar</dc:creator>
      <dc:date>2023-11-28T16:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inflight change/cancel</title>
      <link>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746655#M928</link>
      <description>&lt;P&gt;In our case, we have a lot of logic in our inflight cancel and inflight change flows, that's why we need separate flows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we have a discussion?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 05:25:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-forum/inflight-change-cancel/m-p/2746655#M928</guid>
      <dc:creator>Gargichatterjee</dc:creator>
      <dc:date>2023-11-29T05:25:09Z</dc:date>
    </item>
  </channel>
</rss>

