<?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 Inactivate  Customer Account from CSM in CSM forum</title>
    <link>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417487#M18537</link>
    <description>&lt;P&gt;We have a requirement to remove a Customer Account from CSM. What is&amp;nbsp; the best practice and if we have an automated script in SN to do so ? e. g we have to manually Inactivate Customer Accounts and Contacts associated, retire assets etc... Any help is appreciated.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anupam&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jan 2019 22:30:24 GMT</pubDate>
    <dc:creator>anupamg</dc:creator>
    <dc:date>2019-01-25T22:30:24Z</dc:date>
    <item>
      <title>Inactivate  Customer Account from CSM</title>
      <link>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417487#M18537</link>
      <description>&lt;P&gt;We have a requirement to remove a Customer Account from CSM. What is&amp;nbsp; the best practice and if we have an automated script in SN to do so ? e. g we have to manually Inactivate Customer Accounts and Contacts associated, retire assets etc... Any help is appreciated.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anupam&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 22:30:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417487#M18537</guid>
      <dc:creator>anupamg</dc:creator>
      <dc:date>2019-01-25T22:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inactivate  Customer Account from CSM</title>
      <link>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417488#M18538</link>
      <description>&lt;P&gt;Deleting any data in ServiceNow is not a best practice as there will be many associated records. You can delete it if your requirement is strong but i suggest you to take a backup for future references.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, you can easily write a script and run it in background. You can delete it directly from the form if it is only one.&lt;BR /&gt;&lt;BR /&gt;Let me know if you have more questions or mark this thread as answered.&lt;BR /&gt;&lt;BR /&gt;~Raghu.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 22:51:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417488#M18538</guid>
      <dc:creator>Raghu Loganatha</dc:creator>
      <dc:date>2019-01-25T22:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inactivate  Customer Account from CSM</title>
      <link>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417489#M18539</link>
      <description>&lt;P&gt;For sure we do not want to delete any records, only inactivate and hide them. We are looking for any process or Work flow that might be already in place to have a safe removal. Can we take backup of one particular customer in CSM ?&lt;/P&gt;
&lt;P&gt;Thanks for the response&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 23:21:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417489#M18539</guid>
      <dc:creator>anupamg</dc:creator>
      <dc:date>2019-01-25T23:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inactivate  Customer Account from CSM</title>
      <link>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417490#M18540</link>
      <description>&lt;P&gt;+1 to this initial question,&amp;nbsp;is there a best practice process for inactivating a customer account?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 19:37:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417490#M18540</guid>
      <dc:creator>Taylor Williams</dc:creator>
      <dc:date>2020-08-31T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inactivate  Customer Account from CSM</title>
      <link>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417491#M18541</link>
      <description>&lt;P&gt;Accounts to not have an active field on them.&lt;/P&gt;
&lt;P&gt;I have created a status field for my accounts.&amp;nbsp; Status is active, suspended, terminated.&lt;/P&gt;
&lt;P&gt;In my cases if user is creating a new account they can only select active cases.&lt;/P&gt;
&lt;P&gt;When we terminate an account we set all of the contact to active = false.&lt;/P&gt;
&lt;P&gt;We set all the entitlements and contracts to active = false.&lt;/P&gt;
&lt;P&gt;We in turn close all open cases on the terminated account via a background script.&lt;/P&gt;
&lt;P&gt;For suspended accounts, we have an onSubmit script that does not allow updates on a suspended account by an agent.&lt;/P&gt;
&lt;P&gt;However the contacts can continue to make updates as the account is only suspended and once it is unsuspended we will resume work and set the account back to active.&lt;/P&gt;
&lt;P&gt;I hope this gives yo some idea for a&amp;nbsp;process for your business.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Stacy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 23:52:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/csm-forum/inactivate-customer-account-from-csm/m-p/417491#M18541</guid>
      <dc:creator>Stacy1</dc:creator>
      <dc:date>2020-08-31T23:52:16Z</dc:date>
    </item>
  </channel>
</rss>

