<?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 Clear Assigned To when Assignment Group is Change? in ServiceNow AI Platform forum</title>
    <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176400#M132789</link>
    <description>&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Is there any way to clear the "Assigned to:" when you change the "Assignment Group"?&lt;/P&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;I have seen a couple of times where for example the incident Assignment Group is set to Desktop Support — Houston and the assigned to is Joe, then I would set the incident Assignment Group to Desktop Architecture, hit save, and it would keep the Assigned to as Joe even though I am not in that group.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2016 13:56:49 GMT</pubDate>
    <dc:creator>John Vo1</dc:creator>
    <dc:date>2016-11-09T13:56:49Z</dc:date>
    <item>
      <title>Clear Assigned To when Assignment Group is Change?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176400#M132789</link>
      <description>&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Is there any way to clear the "Assigned to:" when you change the "Assignment Group"?&lt;/P&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;I have seen a couple of times where for example the incident Assignment Group is set to Desktop Support — Houston and the assigned to is Joe, then I would set the incident Assignment Group to Desktop Architecture, hit save, and it would keep the Assigned to as Joe even though I am not in that group.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 13:56:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176400#M132789</guid>
      <dc:creator>John Vo1</dc:creator>
      <dc:date>2016-11-09T13:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Assigned To when Assignment Group is Change?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176401#M132790</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Use an onChange client script on the Assignment Group field something like this:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;function onChange(control, oldValue, newValue, isLoading, isTemplate) {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (isLoading)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_form.setValue('assigned_to', '');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 13:59:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176401#M132790</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2016-11-09T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Assigned To when Assignment Group is Change?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176402#M132791</link>
      <description>&lt;P&gt;Thanks Chuck for your response on this. &amp;nbsp; Awesome once again.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:06:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176402#M132791</guid>
      <dc:creator>John Vo1</dc:creator>
      <dc:date>2016-11-09T14:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Assigned To when Assignment Group is Change?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176403#M132792</link>
      <description>&lt;P&gt;Chuck,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;What about on a TASK? &amp;nbsp; Can the Assigned To be empty if Assignment Group is change?&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;&lt;P&gt;John&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:16:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176403#M132792</guid>
      <dc:creator>John Vo1</dc:creator>
      <dc:date>2016-11-09T14:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Assigned To when Assignment Group is Change?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176404#M132793</link>
      <description>&lt;P&gt;I'm not sure I understand the question/issue so I'll see if I can cover all bases...&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;That's up to you where you want to apply this client script. Remember, client scripts are inherited unless you specify otherwise. If you create a client script on Task (task), it will be used by incident, problem, change, and all other tables that are extended from task.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you want to make the assignment group mandatory, just tell it.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;function onChange(control, oldValue, newValue, isLoading, isTemplate) {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (isLoading)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_form.setValue('assigned_to', '');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_form.setMandatory(assigned_to', true);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:24:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176404#M132793</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2016-11-09T14:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Assigned To when Assignment Group is Change?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176405#M132794</link>
      <description>&lt;P&gt;Here is the issue. &amp;nbsp; When I'm on a TASK and change the Assignment Group the Assigned To still shows the name of current owner. &amp;nbsp; I want that field to be blank. &amp;nbsp; But on Incident it works correctly.&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;&lt;P&gt;John&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:34:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176405#M132794</guid>
      <dc:creator>John Vo1</dc:creator>
      <dc:date>2016-11-09T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Assigned To when Assignment Group is Change?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176406#M132795</link>
      <description>&lt;P&gt;When you refer to TASK, are you talking about a catalog task (sc_task table record)? If so, you will need to duplicate the onChange client script from incident to the other table. (onChange) Client scripts are designed to watch for changes on one field on one table. Incident and TASK (sc_task?) are two separate things to the platform so you will need two separate clients scripts. This should be as simple as opening the incident client script, changing the table accordingly, then do Insert (to create a new record.)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:39:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/clear-assigned-to-when-assignment-group-is-change/m-p/1176406#M132795</guid>
      <dc:creator>Chuck Tomasi</dc:creator>
      <dc:date>2016-11-09T14:39:04Z</dc:date>
    </item>
  </channel>
</rss>

