<?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 I want to change my sc_task form assignment groups based on the SLA's in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2371327#M927620</link>
    <description>&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want auto change assignment groups on my sc_task form based on the SLA. If assign to person not responded on the sc_task form.&lt;BR /&gt;1) 1 - 6 hours assignemnt group ( cab approval group)&lt;/P&gt;&lt;P&gt;2) 7 -12 hours assignemnt group ( Network group)&lt;/P&gt;&lt;P&gt;3) 13 - 16 hours assignemnt group (server installation group)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to achieve this task using the workflow method.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 12:14:33 GMT</pubDate>
    <dc:creator>dhineshkumar</dc:creator>
    <dc:date>2022-11-03T12:14:33Z</dc:date>
    <item>
      <title>I want to change my sc_task form assignment groups based on the SLA's</title>
      <link>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2371327#M927620</link>
      <description>&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want auto change assignment groups on my sc_task form based on the SLA. If assign to person not responded on the sc_task form.&lt;BR /&gt;1) 1 - 6 hours assignemnt group ( cab approval group)&lt;/P&gt;&lt;P&gt;2) 7 -12 hours assignemnt group ( Network group)&lt;/P&gt;&lt;P&gt;3) 13 - 16 hours assignemnt group (server installation group)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to achieve this task using the workflow method.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 12:14:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2371327#M927620</guid>
      <dc:creator>dhineshkumar</dc:creator>
      <dc:date>2022-11-03T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: I want to change my sc_task form assignment groups based on the SLA's</title>
      <link>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2371375#M927637</link>
      <description>&lt;P&gt;Hi Dinesh,&lt;/P&gt;
&lt;P&gt;What you need to do is create a workflow for the item in question.&amp;nbsp; After assigning the initial group, you have two branches, one that goes to a timer set for six hours and another that goes to the expected action, assignee has responded.&amp;nbsp; Both of these will feed into an if block that will check which path got to the if block.&amp;nbsp; If it's the timer, you branch to a set values block that will clear assigned to and change the assignment group.&amp;nbsp; If the assignee has responded, let the rest of the fulfillment workflow proceed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the first change of assignment group, you get to repeat the process looking for the next six hours, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do have an alternative.&amp;nbsp; You can have a job running at regular intervals, perhaps every fifteen minutes, that will go in and query for tasks that meet your criteria for too long.&amp;nbsp; If it finds any, it can do the change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 12:50:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2371375#M927637</guid>
      <dc:creator>johnfeist</dc:creator>
      <dc:date>2022-11-03T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: I want to change my sc_task form assignment groups based on the SLA's</title>
      <link>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2371384#M927642</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/251529"&gt;@dhineshkumar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer below workflow which you can use in your case:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnubhavRitolia_0-1667480038301.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/214082i6B4518DE78E5E722/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnubhavRitolia_0-1667480038301.png" alt="AnubhavRitolia_0-1667480038301.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;Both If condition has condition as : &lt;STRONG&gt;Updated relative before 6 hours ago.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 12:54:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2371384#M927642</guid>
      <dc:creator>anubhavritolia</dc:creator>
      <dc:date>2022-11-03T12:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: I want to change my sc_task form assignment groups based on the SLA's</title>
      <link>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2373088#M928097</link>
      <description>&lt;P&gt;Hi Jhon&lt;BR /&gt;Can you please expalin indetails with diagram and how to setup the branches after the catalog task.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 15:56:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2373088#M928097</guid>
      <dc:creator>dhineshkumar</dc:creator>
      <dc:date>2022-11-04T15:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: I want to change my sc_task form assignment groups based on the SLA's</title>
      <link>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2373092#M928100</link>
      <description>&lt;P&gt;Hi Anub&lt;BR /&gt;On catalog task I set up the fufilment group(assignement group), after How to set up the scenario which I mentioned. should I have to set any conditions on the timer. Please help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 15:58:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/i-want-to-change-my-sc-task-form-assignment-groups-based-on-the/m-p/2373092#M928100</guid>
      <dc:creator>dhineshkumar</dc:creator>
      <dc:date>2022-11-04T15:58:46Z</dc:date>
    </item>
  </channel>
</rss>

