<?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>topic Re: Using the Customer Service Management ServiceNow Plugin with Cortex XSOAR in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/using-the-customer-service-management-servicenow-plugin-with/m-p/578233#M3095</link>
    <description>&lt;P&gt;Thank you for sharing this info with the community,&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/186939"&gt;@Josh_Levine&lt;/a&gt;!&lt;/P&gt;</description>
    <pubDate>Sat, 24 Feb 2024 00:13:26 GMT</pubDate>
    <dc:creator>asawyer</dc:creator>
    <dc:date>2024-02-24T00:13:26Z</dc:date>
    <item>
      <title>Using the Customer Service Management ServiceNow Plugin with Cortex XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/using-the-customer-service-management-servicenow-plugin-with/m-p/577152#M3066</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;I wanted to share the following procedure I worked through to use the existing XSOAR&amp;nbsp;&lt;A href="https://xsoar.pan.dev/docs/reference/integrations/service-now-v2" target="_blank" rel="noopener"&gt;ServiceNow V2 Integration&lt;/A&gt;&amp;nbsp;with the Customer Service Management plugin for ServiceNow.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This topic came up during a customer engagement and I was able to work up the below steps to use the create/update/get/delete record commands in the existing integration with the CSM plugin. These commands allow free access to the various tables in ServiceNow, and as such you must be aware of which tables are accessed by the plugins you are working with. This can be found in the ServiceNow plugin documentation. For example, the tables for the CSM plugin can be found&amp;nbsp;&lt;A href="https://docs.servicenow.com/bundle/washingtondc-customer-service-management/page/product/customer-service-management/reference/r_TIWCustomerService.html" target="_blank" rel="noopener"&gt;at the ServiceNow CSM documentation page&lt;/A&gt;. &lt;BR /&gt;&lt;BR /&gt;In the case of the demo video below, I leveraged the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;sn_customerservice_case&lt;/STRONG&gt;&lt;/EM&gt; table which houses data for cases within the CSM plugin. The specific column names can be found in the ServiceNow interface by navigating to&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;U&gt;https[:]//YOUR_TENANT.service-now[.]com/now/nav/ui/classic/params/target/table_columns.do&amp;nbsp;&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;and selecting the appropriate table from the plugin. It is &lt;STRONG&gt;important&lt;/STRONG&gt; that you use the &lt;U&gt;&lt;STRONG&gt;column name&lt;/STRONG&gt; &lt;/U&gt;rather than the &lt;U&gt;&lt;STRONG&gt;column label&lt;/STRONG&gt;&lt;/U&gt; for each XSOAR command.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;A video demo of this integration is available below:&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJdqH-50M6BU&amp;amp;type=text%2Fhtml&amp;amp;schema=google&amp;amp;display_name=YouTube&amp;amp;src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FJdqH-50M6BU" width="400" height="225" scrolling="no" title="YouTube embed" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;---&lt;/P&gt;
&lt;P&gt;The permissions needed for your SNOW service account are shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 464px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/57619iDFD8EFEB42F4C488/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once permissions are configured and your integration is setup within Cortex XSOAR, you can then create cases in the CSM plugin using the following example commands:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;!servicenow-create-record table_name=sn_customerservice_&lt;WBR /&gt;case fields=`short_description=Test from XSOAR;comments=Test Comment 1`&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!servicenow-update-record id=${&lt;A href="http://servicenow.record.id/" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=http://ServiceNow.Record.ID&amp;amp;source=gmail&amp;amp;ust=1707932336180000&amp;amp;usg=AOvVaw2eBXtIg71Uqlws2BpwXl8l"&gt;ServiceNow.Record.ID&lt;/A&gt;} table_name=sn_customerservice_&lt;WBR /&gt;case fields=`comments=Test Comment 2`&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps everyone out there should you run into a scenario where you want to leverage SNOW plugins rather than standard incidents, tickets, etc.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Josh&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 18:27:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/using-the-customer-service-management-servicenow-plugin-with/m-p/577152#M3066</guid>
      <dc:creator>Josh_Levine</dc:creator>
      <dc:date>2024-02-13T18:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Customer Service Management ServiceNow Plugin with Cortex XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/using-the-customer-service-management-servicenow-plugin-with/m-p/578233#M3095</link>
      <description>&lt;P&gt;Thank you for sharing this info with the community,&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/186939"&gt;@Josh_Levine&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 00:13:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/using-the-customer-service-management-servicenow-plugin-with/m-p/578233#M3095</guid>
      <dc:creator>asawyer</dc:creator>
      <dc:date>2024-02-24T00:13:26Z</dc:date>
    </item>
  </channel>
</rss>

