<?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 Re: Approval Triggering for Inactive user in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619795#M191574</link>
    <description>&lt;P&gt;HI C&lt;SPAN class="ng-binding"&gt;hristopherperry,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Yes From Workflow&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 09:12:03 GMT</pubDate>
    <dc:creator>Vasuki</dc:creator>
    <dc:date>2022-03-21T09:12:03Z</dc:date>
    <item>
      <title>Approval Triggering for Inactive user</title>
      <link>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619793#M191572</link>
      <description>&lt;P&gt;Change ticket approvals are being generated for the inactive user, It should trigger for only active users&lt;/P&gt;
&lt;P&gt;It is happening for Manager approver and the CAB approvers.&lt;/P&gt;
&lt;P&gt;Please help me where I need to put the condition as active=true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 18:47:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619793#M191572</guid>
      <dc:creator>Vasuki</dc:creator>
      <dc:date>2022-03-18T18:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Approval Triggering for Inactive user</title>
      <link>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619794#M191573</link>
      <description>&lt;P&gt;How are you generating the approvals? From workflow or somewhere else?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 19:04:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619794#M191573</guid>
      <dc:creator>chrisperry</dc:creator>
      <dc:date>2022-03-18T19:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Approval Triggering for Inactive user</title>
      <link>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619795#M191574</link>
      <description>&lt;P&gt;HI C&lt;SPAN class="ng-binding"&gt;hristopherperry,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Yes From Workflow&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:12:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619795#M191574</guid>
      <dc:creator>Vasuki</dc:creator>
      <dc:date>2022-03-21T09:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Approval Triggering for Inactive user</title>
      <link>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619796#M191575</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;You can have before insert business rule on sysapproval_approver table&lt;/P&gt;
&lt;P&gt;Condition: current.approver.active.toString() == 'false'&lt;/P&gt;
&lt;P&gt;Script:&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;(function executeRule(current, previous /*null when async*/) {

    // Add your code here

current.setAbortAction(true);

})(current, previous);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="ng-scope"&gt;&lt;STRONG&gt;Mark Correct if this solves your issue and also mark Helpful if you find my response worthy.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="ng-scope"&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;RS&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:22:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619796#M191575</guid>
      <dc:creator>Service_RNow</dc:creator>
      <dc:date>2022-03-21T09:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Approval Triggering for Inactive user</title>
      <link>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619797#M191576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Go through below link. Mark my answer as correct or hit like&amp;nbsp; based on impact.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:22:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619797#M191576</guid>
      <dc:creator>Musab Rasheed</dc:creator>
      <dc:date>2022-03-21T09:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Approval Triggering for Inactive user</title>
      <link>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619798#M191577</link>
      <description>&lt;P&gt;If this is an OOB workflow, from which workflow specifically? Could you please share a screenshot of the workflow activity where the approvals are being generated?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 22:21:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619798#M191577</guid>
      <dc:creator>chrisperry</dc:creator>
      <dc:date>2022-03-21T22:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Approval Triggering for Inactive user</title>
      <link>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619799#M191578</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From Workflow&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 15:43:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/approval-triggering-for-inactive-user/m-p/619799#M191578</guid>
      <dc:creator>Vasuki</dc:creator>
      <dc:date>2022-08-02T15:43:55Z</dc:date>
    </item>
  </channel>
</rss>

