<?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 setAbortAction is not working in Scoped application in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734219#M391145</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am currently on a Human Resource Core scope and on the Record producer General inquiry i have an option as Type of issue and if the selects the type of issue as Issue then i need to stop the creation of hr case..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Record producer i written script like below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new sn_hr_core.hr_ServicesUtil(current, gs).createCaseFromProducer(producer, cat_item.sys_id);&lt;/P&gt;
&lt;P&gt;if(producer.type_of_issue == 'issue')&lt;BR /&gt; {&lt;BR /&gt;current.setAbortAction(true);&lt;BR /&gt; &lt;BR /&gt; }&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204625iB4CBA28ABC2EDA4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="19525629dbd81fc09c9ffb651f961989"&gt;@Ankur Bawiskar&lt;/SN-MENTION&gt;&amp;nbsp; can you please help me on this&lt;/P&gt;</description>
    <pubDate>Sat, 07 Aug 2021 06:27:20 GMT</pubDate>
    <dc:creator>shaik_irfan</dc:creator>
    <dc:date>2021-08-07T06:27:20Z</dc:date>
    <item>
      <title>setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734219#M391145</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am currently on a Human Resource Core scope and on the Record producer General inquiry i have an option as Type of issue and if the selects the type of issue as Issue then i need to stop the creation of hr case..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Record producer i written script like below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new sn_hr_core.hr_ServicesUtil(current, gs).createCaseFromProducer(producer, cat_item.sys_id);&lt;/P&gt;
&lt;P&gt;if(producer.type_of_issue == 'issue')&lt;BR /&gt; {&lt;BR /&gt;current.setAbortAction(true);&lt;BR /&gt; &lt;BR /&gt; }&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204625iB4CBA28ABC2EDA4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="19525629dbd81fc09c9ffb651f961989"&gt;@Ankur Bawiskar&lt;/SN-MENTION&gt;&amp;nbsp; can you please help me on this&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 06:27:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734219#M391145</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-07T06:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734220#M391146</link>
      <description>&lt;P&gt;Hi Irfan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is already a solution for this in &lt;A href="https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=e70c8b25db9cdbc01dcaf3231f9619e1" target="_blank"&gt;thread&lt;/A&gt;. Kindly give it a check.&lt;/P&gt;
&lt;P&gt;And as you rightly pointed its application scope that needs some configuration at table level for accessibility.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 06:42:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734220#M391146</guid>
      <dc:creator>Jaspal Singh</dc:creator>
      <dc:date>2021-08-07T06:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734221#M391147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you need to Give cross-Scope access to any of the API which does not have cross scope access.&lt;/P&gt;
&lt;P&gt;Navigate to Application cross scope access:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204627i78AD90069AB2C72D/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create New record in your application scope:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204629i2A87AB2A6617EFFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Source Scope and Application should be your custom Application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Anil Lande&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 06:50:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734221#M391147</guid>
      <dc:creator>Anil Lande</dc:creator>
      <dc:date>2021-08-07T06:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734222#M391148</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="18f29aa1db1c1fc09c9ffb651f961913"&gt;@Jaspal Singh&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did gone through that link but unfortunately i unable to find much information and that is a wiki link which is not opening.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure, i already created cross scope and on the table i changed the Caller Access to None&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204624i12F172EF94FDB281/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the record producer and the target table is&amp;nbsp;sn_hr_core_case so i created above cross scope for same table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am i doing anything wrong ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 16:10:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734222#M391148</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-07T16:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734223#M391149</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="0f401229db581fc09c9ffb651f961987"&gt;@Anil Lande&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for the reply. I Already created that anil not sure what is restricting that. in the above email i pasted the screenshot which i created&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 16:11:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734223#M391149</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-07T16:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734224#M391150</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="4a039225db1c1fc09c9ffb651f96191d"&gt;@shaik.irfan&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did you try to set Target scope as HR in the screenshot you shared&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 05:47:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734224#M391150</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-08-09T05:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734225#M391151</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="4a039225db1c1fc09c9ffb651f96191d"&gt;@shaik.irfan&lt;/SN-MENTION&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;go to the table definition and look in the Application Access section to ensure it has something like this: Accessible from all application scopes and other parameters as shown below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204620iB427DF16A1740886/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Gunjan&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 05:54:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734225#M391151</guid>
      <dc:creator>Gunjan Kiratkar</dc:creator>
      <dc:date>2021-08-09T05:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734226#M391152</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="19525629dbd81fc09c9ffb651f961989"&gt;@Ankur Bawiskar&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No i set target as Global, should it be HR then what should be the source ?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:04:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734226#M391152</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-09T06:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734227#M391153</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;try to select target scope as HR SP&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:12:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734227#M391153</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-08-09T06:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734228#M391154</link>
      <description>&lt;P&gt;Hi Shaikh,&lt;/P&gt;
&lt;P&gt;For every scoped application we need to create a separate record for cross scope access.&lt;/P&gt;
&lt;P&gt;In your Case the record producer is in sn_hr_sp application scope, so you need to select that scope in target field. If you create record from any other scope and see this issue then you will need addition cross scope access policy for that scope as target.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Anil Lande&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:18:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734228#M391154</guid>
      <dc:creator>Anil Lande</dc:creator>
      <dc:date>2021-08-09T06:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734229#M391155</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="19525629dbd81fc09c9ffb651f961989"&gt;@Ankur Bawiskar&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately it is not working&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204622i5E707ED14426A205/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:18:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734229#M391155</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-09T06:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734230#M391156</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="0f401229db581fc09c9ffb651f961987"&gt;@Anil Lande&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Record producer is in&amp;nbsp;Human Resources: Service Portal so i created as shown below. But still it is not working&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204623iB37897162F379788/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:22:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734230#M391156</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-09T06:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734231#M391157</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="5cd30927dbc0a010d5c4d9d9689619f8"&gt;@Gunjan Kiratkar&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my current setup on table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204628i3D397317FBB67BE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:23:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734231#M391157</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-09T06:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734232#M391158</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="4a039225db1c1fc09c9ffb651f96191d"&gt;@shaik.irfan&lt;/SN-MENTION&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Write target scope as HR table and then try.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204621i28AFAA81E04848C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Gunjan&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:31:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734232#M391158</guid>
      <dc:creator>Gunjan Kiratkar</dc:creator>
      <dc:date>2021-08-09T06:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734233#M391159</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="5cd30927dbc0a010d5c4d9d9689619f8"&gt;@Gunjan Kiratkar&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What should be source ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:33:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734233#M391159</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-09T06:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734234#M391160</link>
      <description>&lt;P&gt;Keep it as global. Do it from global scope.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:34:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734234#M391160</guid>
      <dc:creator>Gunjan Kiratkar</dc:creator>
      <dc:date>2021-08-09T06:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734235#M391161</link>
      <description>&lt;P&gt;It is allowing me to submit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/204626i3FE3726D5B424670/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:36:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734235#M391161</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-09T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734236#M391162</link>
      <description>&lt;P&gt;In which application your record producers are created?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:45:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734236#M391162</guid>
      <dc:creator>Gunjan Kiratkar</dc:creator>
      <dc:date>2021-08-09T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734237#M391163</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="5cd30927dbc0a010d5c4d9d9689619f8"&gt;@Gunjan Kiratkar&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is created in&amp;nbsp;Human Resources: Service Portal&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 06:46:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734237#M391163</guid>
      <dc:creator>shaik_irfan</dc:creator>
      <dc:date>2021-08-09T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: setAbortAction is not working in Scoped application</title>
      <link>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734238#M391164</link>
      <description>&lt;P&gt;Can you please share Application scope of your Business rule?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That will decide the Source Scope and Application Value on cross scope Application record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Anil Lande&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 07:35:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/setabortaction-is-not-working-in-scoped-application/m-p/1734238#M391164</guid>
      <dc:creator>Anil Lande</dc:creator>
      <dc:date>2021-08-09T07:35:34Z</dc:date>
    </item>
  </channel>
</rss>

