<?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 Finding scripts in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507973#M6369</link>
    <description>&lt;P&gt;how to find what scripts are running in the background when we perform anything like clicking an ui action button, a modal opening and the record is changing state to close complete but in the ui action is is not defined, updating the state to close complete is done through another script&lt;/P&gt;</description>
    <pubDate>Sat, 14 Mar 2026 10:24:09 GMT</pubDate>
    <dc:creator>bhattahemas</dc:creator>
    <dc:date>2026-03-14T10:24:09Z</dc:date>
    <item>
      <title>Finding scripts</title>
      <link>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507973#M6369</link>
      <description>&lt;P&gt;how to find what scripts are running in the background when we perform anything like clicking an ui action button, a modal opening and the record is changing state to close complete but in the ui action is is not defined, updating the state to close complete is done through another script&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 10:24:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507973#M6369</guid>
      <dc:creator>bhattahemas</dc:creator>
      <dc:date>2026-03-14T10:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding scripts</title>
      <link>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507981#M6371</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/885014"&gt;@bhattahemas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are getting Modal pop-ip , because it is defined somewhere in your UI action with &lt;STRONG&gt;GlideModal&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For pop-up page it is a UI page.&lt;/P&gt;&lt;P&gt;e.g&amp;nbsp; a line in UI action&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; gm &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;GlideModal&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;'ui_page_name'&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;false&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;400&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&amp;nbsp;&amp;nbsp;&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;&lt;SPAN class=""&gt;First for better understanding GlideModal, refer :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.servicenow.com/docs/r/zurich/api-reference?topicPivot=crapiref-c_GlideModalV3API" target="_blank" rel="noopener"&gt;https://www.servicenow.com/docs/r/zurich/api-reference?topicPivot=crapiref-c_GlideModalV3API&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://davidmac.pro/posts/2022-02-08-glidemodal/" target="_blank" rel="noopener"&gt;https://davidmac.pro/posts/2022-02-08-glidemodal/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://www.servicenow.com/community/itsm-articles/how-to-open-a-ui-page-in-a-popup-window-glidemodal-from/ta-p/3467929" target="_blank" rel="noopener"&gt;https://www.servicenow.com/community/itsm-articles/how-to-open-a-ui-page-in-a-popup-window-glidemodal-from/ta-p/3467929&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GlideModal API for use in the native back-end UI. It has replaced the deprecated GlideWindow and&amp;nbsp;GlideDialogWindow API's.&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;</description>
      <pubDate>Sat, 14 Mar 2026 12:09:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507981#M6371</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-03-14T12:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Finding scripts</title>
      <link>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507984#M6372</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/885014"&gt;@bhattahemas&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check the code of UI action it must be calling some UI page, and some kind of script i.e. client script, script include, etc. You will find the code related that state change somewhere in that script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If my response helped, please mark it as the accepted solution so others can benefit as well.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 12:22:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507984#M6372</guid>
      <dc:creator>miftikhar20</dc:creator>
      <dc:date>2026-03-14T12:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Finding scripts</title>
      <link>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507989#M6373</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/885014"&gt;@bhattahemas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would check business rules applied on that table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have, you can try /code slashcommand with SN UTILS browser&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 12:57:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/finding-scripts/m-p/3507989#M6373</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2026-03-14T12:57:54Z</dc:date>
    </item>
  </channel>
</rss>

