<?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: Display Business Rule Not Working In Domain Separated Instance in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596798#M168577</link>
    <description>&lt;P&gt;Hi Kieran,&lt;/P&gt;
&lt;P&gt;I've added a simple brand new business rule to make sure if Display business rule are working&amp;nbsp;or not.&lt;/P&gt;
&lt;P&gt;It simply has this statement in the script section.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a display business rule on Incident table with order 100.&lt;/P&gt;
&lt;P&gt;(function executeRule(current, previous /*null when async*/) {&lt;/P&gt;
&lt;P&gt;gs.addInfoMessage("Test");&lt;/P&gt;
&lt;P&gt;})(current, previous);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the same business rule in my PDI works fine. But in our organization instance which has been upgraded to San Diego recently it's not working there.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 15:17:16 GMT</pubDate>
    <dc:creator>FA94</dc:creator>
    <dc:date>2022-04-26T15:17:16Z</dc:date>
    <item>
      <title>Display Business Rule Not Working In Domain Separated Instance</title>
      <link>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596796#M168575</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have recently upgraded our Domain Separated instnace to San Diego and after the upgrade the Display business rules don't seem to be working at all. Any idea what might be causing this?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 11:53:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596796#M168575</guid>
      <dc:creator>FA94</dc:creator>
      <dc:date>2022-04-26T11:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display Business Rule Not Working In Domain Separated Instance</title>
      <link>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596797#M168576</link>
      <description>&lt;P&gt;Can you attach a screenshot of the BR configuration? Have you done some debugging to see if the BR is running but the code inside isn't performing the desired action?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:00:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596797#M168576</guid>
      <dc:creator>Kieran Anson</dc:creator>
      <dc:date>2022-04-26T12:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display Business Rule Not Working In Domain Separated Instance</title>
      <link>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596798#M168577</link>
      <description>&lt;P&gt;Hi Kieran,&lt;/P&gt;
&lt;P&gt;I've added a simple brand new business rule to make sure if Display business rule are working&amp;nbsp;or not.&lt;/P&gt;
&lt;P&gt;It simply has this statement in the script section.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a display business rule on Incident table with order 100.&lt;/P&gt;
&lt;P&gt;(function executeRule(current, previous /*null when async*/) {&lt;/P&gt;
&lt;P&gt;gs.addInfoMessage("Test");&lt;/P&gt;
&lt;P&gt;})(current, previous);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the same business rule in my PDI works fine. But in our organization instance which has been upgraded to San Diego recently it's not working there.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 15:17:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596798#M168577</guid>
      <dc:creator>FA94</dc:creator>
      <dc:date>2022-04-26T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display Business Rule Not Working In Domain Separated Instance</title>
      <link>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596799#M168578</link>
      <description>&lt;P&gt;Ours is also domain separated instance and we are also facing the same issue. We have one display business rule which is working fine in Quebec release and after upgrading to San Diego the same BR is not working. Please any one has any solution please let me know.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 21:23:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596799#M168578</guid>
      <dc:creator>Dhanaji Tiwale1</dc:creator>
      <dc:date>2022-05-04T21:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display Business Rule Not Working In Domain Separated Instance</title>
      <link>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596800#M168579</link>
      <description>&lt;P&gt;Experiencing same issue as well. Moving Business Rules to global domain has helped, but other domains do not trigger the rule based on troubleshooting with domain switching for same Business Rule.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 07:19:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596800#M168579</guid>
      <dc:creator>arth</dc:creator>
      <dc:date>2022-05-06T07:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display Business Rule Not Working In Domain Separated Instance</title>
      <link>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596801#M168580</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It is a known error in the San Diego release which has been fixed in the San Diego Patch 2 release. There is a workaround that can be used before you upgrade to this release.&lt;BR /&gt;&lt;BR /&gt;The workaround can be applied by setting the system property "glide.sys.domain.use_domain_business_rule_info_optimization" = false.&lt;BR /&gt;&lt;BR /&gt;If the property does not already exist in the sys_properties table, you can create a new record as outlined below:&lt;BR /&gt;Name: glide.sys.domain.use_domain_business_rule_info_optimization&lt;BR /&gt;Type: true | false&lt;BR /&gt;Value: false&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 07:13:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/596801#M168580</guid>
      <dc:creator>Veena Vanaparth</dc:creator>
      <dc:date>2022-05-09T07:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Display Business Rule Not Working In Domain Separated Instance</title>
      <link>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/2379256#M477032</link>
      <description>&lt;P&gt;Veena, do you know the PRB related to this issue?&amp;nbsp; I'm on patch 7 and still need to use the workaround.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 16:15:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/display-business-rule-not-working-in-domain-separated-instance/m-p/2379256#M477032</guid>
      <dc:creator>TomWright_Dos</dc:creator>
      <dc:date>2022-11-10T16:15:44Z</dc:date>
    </item>
  </channel>
</rss>

