<?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 Suspending approvals in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/suspending-approvals/m-p/3278466#M1206093</link>
    <description>&lt;P&gt;Our client wants a feature where when a change goes on hold, no one is able to approve or reject any of it's approvals. At the moment, the feature works by disregarding all approvals when the change goes on hold. But the client doesn't want to have to do the whole approval process over from the start when taking the change off hold. They want the change to go back to the same approval step it was in before going on hold. Is there a way to temporarily suspend approvals so they can't be approved or rejected, without disregarding or deleting them?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jun 2025 03:49:58 GMT</pubDate>
    <dc:creator>Abbottronix</dc:creator>
    <dc:date>2025-06-02T03:49:58Z</dc:date>
    <item>
      <title>Suspending approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/suspending-approvals/m-p/3278466#M1206093</link>
      <description>&lt;P&gt;Our client wants a feature where when a change goes on hold, no one is able to approve or reject any of it's approvals. At the moment, the feature works by disregarding all approvals when the change goes on hold. But the client doesn't want to have to do the whole approval process over from the start when taking the change off hold. They want the change to go back to the same approval step it was in before going on hold. Is there a way to temporarily suspend approvals so they can't be approved or rejected, without disregarding or deleting them?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 03:49:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/suspending-approvals/m-p/3278466#M1206093</guid>
      <dc:creator>Abbottronix</dc:creator>
      <dc:date>2025-06-02T03:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/suspending-approvals/m-p/3278476#M1206098</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/496165"&gt;@Abbottronix&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can create "onBefore" Business Rule on table &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;sysapproval_approver&lt;/STRONG&gt;&lt;/FONT&gt; which examines the connected record to approve and in case the conditions are fulfilled the state change of the approval record is aborted&lt;/P&gt;
&lt;P&gt;Maik&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 03:58:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/suspending-approvals/m-p/3278476#M1206098</guid>
      <dc:creator>Maik Skoddow</dc:creator>
      <dc:date>2025-06-02T03:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Suspending approvals</title>
      <link>https://www.servicenow.com/community/developer-forum/suspending-approvals/m-p/3281054#M1206749</link>
      <description>&lt;P&gt;If you do not want to create a business rule, you could create a flow or update your existing flow for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Trigger can be when the change request state is On Hold&lt;/P&gt;&lt;P&gt;The Update Record can Pause all approvals&lt;/P&gt;&lt;P&gt;You can insert a Wait For Condition step for On Hold to be relieved&lt;/P&gt;&lt;P&gt;Then Update Record and unPause all approvals&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:16:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/suspending-approvals/m-p/3281054#M1206749</guid>
      <dc:creator>neil_b</dc:creator>
      <dc:date>2025-06-04T13:16:35Z</dc:date>
    </item>
  </channel>
</rss>

