<?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 I am looking for a way to Execute REST integration via script Includes in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2973962#M360</link>
    <description>&lt;P&gt;We have a third-party data integration in&amp;nbsp;&lt;STRONG&gt;scheduled_import_set&lt;/STRONG&gt; table.&lt;BR /&gt;&lt;SPAN&gt;Please see attached screenshot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wish to find the way to execute one of such record from Script Includes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to find what function is hidden behind the "&lt;STRONG&gt;Execute Now"&lt;/STRONG&gt; button?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alex.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 20:20:17 GMT</pubDate>
    <dc:creator>AlexandreG79971</dc:creator>
    <dc:date>2024-06-26T20:20:17Z</dc:date>
    <item>
      <title>I am looking for a way to Execute REST integration via script Includes</title>
      <link>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2973962#M360</link>
      <description>&lt;P&gt;We have a third-party data integration in&amp;nbsp;&lt;STRONG&gt;scheduled_import_set&lt;/STRONG&gt; table.&lt;BR /&gt;&lt;SPAN&gt;Please see attached screenshot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wish to find the way to execute one of such record from Script Includes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to find what function is hidden behind the "&lt;STRONG&gt;Execute Now"&lt;/STRONG&gt; button?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alex.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 20:20:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2973962#M360</guid>
      <dc:creator>AlexandreG79971</dc:creator>
      <dc:date>2024-06-26T20:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a way to Execute REST integration via script Includes</title>
      <link>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2973996#M361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/144782"&gt;@AlexandreG79971&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should be able to find it in the Data Source field/record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 21:07:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2973996#M361</guid>
      <dc:creator>James Chun</dc:creator>
      <dc:date>2024-06-26T21:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a way to Execute REST integration via script Includes</title>
      <link>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2975157#M363</link>
      <description>&lt;LI-CODE lang="javascript"&gt;		var grJob = new GlideRecord("sysauto");
		grJob.addQuery("sys_id", "9dfbdbd847f90690c1517351e36d432e");
		grJob.query();
		if (grJob.next()) {
			gs.info('Record found');
			grJob.update();
			SncTriggerSynchronizer.executeNow(grJob);
			//action.setRedirectURL(grJob);
		}&lt;/LI-CODE&gt;&lt;P&gt;Here is my script I am trying to use in hope to "hit" the "Execute Now" button, but it seems not working...&amp;nbsp;&lt;BR /&gt;Any thought?&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>Thu, 27 Jun 2024 21:21:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2975157#M363</guid>
      <dc:creator>AlexandreG79971</dc:creator>
      <dc:date>2024-06-27T21:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a way to Execute REST integration via script Includes</title>
      <link>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2978607#M378</link>
      <description>&lt;P&gt;Anyone has a clue?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 15:29:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/i-am-looking-for-a-way-to-execute-rest-integration-via-script/m-p/2978607#M378</guid>
      <dc:creator>AlexandreG79971</dc:creator>
      <dc:date>2024-07-02T15:29:18Z</dc:date>
    </item>
  </channel>
</rss>

