<?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 Duplicate button redirect on Employee center in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3285800#M3352</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to configure the Duplicate UI Action to redirect the form page to the duplicate record on the employee center. However, the action.setRedirectURL does not redirect the form page to the duplicate record. The record is duplicated but stays on the original record.&lt;BR /&gt;&lt;BR /&gt;Can this be done without the need to duplicate the widget? We are not allowed to configure if it's in global scope.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jun 2025 15:41:31 GMT</pubDate>
    <dc:creator>gelai</dc:creator>
    <dc:date>2025-06-10T15:41:31Z</dc:date>
    <item>
      <title>Duplicate button redirect on Employee center</title>
      <link>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3285800#M3352</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to configure the Duplicate UI Action to redirect the form page to the duplicate record on the employee center. However, the action.setRedirectURL does not redirect the form page to the duplicate record. The record is duplicated but stays on the original record.&lt;BR /&gt;&lt;BR /&gt;Can this be done without the need to duplicate the widget? We are not allowed to configure if it's in global scope.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 15:41:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3285800#M3352</guid>
      <dc:creator>gelai</dc:creator>
      <dc:date>2025-06-10T15:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate button redirect on Employee center</title>
      <link>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3286271#M3359</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;Try this&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;action.setRedirectURL(&lt;/SPAN&gt;&lt;SPAN&gt;"/esc?id=form&amp;amp;table=incident&amp;amp;sys_id="&lt;/SPAN&gt;&lt;SPAN&gt; + current.sys_id+&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;amp;view=default"&lt;/SPAN&gt;&lt;SPAN&gt;); //Replace table name and sys_id as per the requirement&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Jun 2025 06:50:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3286271#M3359</guid>
      <dc:creator>Shruti</dc:creator>
      <dc:date>2025-06-11T06:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate button redirect on Employee center</title>
      <link>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3286367#M3360</link>
      <description>&lt;P&gt;I tried it but the page still stays on the original record.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 08:04:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3286367#M3360</guid>
      <dc:creator>gelai</dc:creator>
      <dc:date>2025-06-11T08:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate button redirect on Employee center</title>
      <link>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3286599#M3361</link>
      <description>&lt;P&gt;action.setRedirectURL will open it in same tab if you want to open in new tab use window.open(url, '_blank')&amp;nbsp;or&amp;nbsp;g_navigation.openPopup(url) in&amp;nbsp;client side UI action script&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 10:56:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/duplicate-button-redirect-on-employee-center/m-p/3286599#M3361</guid>
      <dc:creator>Shruti</dc:creator>
      <dc:date>2025-06-11T10:56:14Z</dc:date>
    </item>
  </channel>
</rss>

