<?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 Business rule triggering another business rule in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411132#M5188</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I have one business rule which is calling a script include inside it and the trigger conditions are After insert&amp;nbsp;Update and few conditions but when it triggers and calls script include to creates incident in third party applications but when it triggers and calls script include and it is triggering update business rule as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used current.update() in script include to update work notes if anything fails during the transaction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont know how and why. Can i use something else instead of current.update()?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2025 09:42:44 GMT</pubDate>
    <dc:creator>AnkushH</dc:creator>
    <dc:date>2025-10-23T09:42:44Z</dc:date>
    <item>
      <title>Business rule triggering another business rule</title>
      <link>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411132#M5188</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have one business rule which is calling a script include inside it and the trigger conditions are After insert&amp;nbsp;Update and few conditions but when it triggers and calls script include to creates incident in third party applications but when it triggers and calls script include and it is triggering update business rule as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used current.update() in script include to update work notes if anything fails during the transaction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont know how and why. Can i use something else instead of current.update()?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 09:42:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411132#M5188</guid>
      <dc:creator>AnkushH</dc:creator>
      <dc:date>2025-10-23T09:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Business rule triggering another business rule</title>
      <link>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411357#M5195</link>
      <description>&lt;P&gt;The Business Rule running after update with the current.update() command is updating the current record, so all Update Business Rules will run (again).&amp;nbsp; If you can't move this to before Update and remove the current.update() and don't want the other rules to run again, use current.setWorkflow(false); prior to the update line.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 13:41:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411357#M5195</guid>
      <dc:creator>Brad Bowman</dc:creator>
      <dc:date>2025-10-23T13:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Business rule triggering another business rule</title>
      <link>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411384#M5197</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/873248"&gt;@AnkushH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;since you are using current.update() in your script that's what it's triggering&lt;/P&gt;
&lt;P&gt;share your complete script here.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 14:06:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411384#M5197</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-23T14:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Business rule triggering another business rule</title>
      <link>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411414#M5200</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/873248"&gt;@AnkushH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You are using current.update() method in after BR this will recursion situition, please try to remove it and if it is very important to use then use &lt;STRONG&gt;current.setWorkFlow(false);&amp;nbsp;&lt;/STRONG&gt;and make the order as highest so it will run at the end of all the BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please mark my answer correct and helpful if this works for you&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Sarthak&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 14:23:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/business-rule-triggering-another-business-rule/m-p/3411414#M5200</guid>
      <dc:creator>Sarthak Kashyap</dc:creator>
      <dc:date>2025-10-23T14:23:30Z</dc:date>
    </item>
  </channel>
</rss>

