<?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 Service portal redirect issue in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3531812#M6754</link>
    <description>&lt;UL&gt;&lt;LI&gt;Hi Team,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 3 widgets.&lt;/P&gt;&lt;P&gt;1. Data table OOTB widget.&lt;/P&gt;&lt;P&gt;2. Form widget (OOTB).&lt;/P&gt;&lt;P&gt;3. Cloned form widget.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I click the record in data table widget then it will redirect to cloned form widget, it is working fine but if I click back browser button it will redirect to form widget (OOTB) but I want to redirect to data table widget.. please help me out from this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data table widget -&amp;gt; Cloned form. This is working fine.&lt;/P&gt;&lt;P&gt;I want to redirect like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cloned form widget -&amp;gt; data table widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;</description>
    <pubDate>Sat, 25 Apr 2026 05:19:17 GMT</pubDate>
    <dc:creator>manju12</dc:creator>
    <dc:date>2026-04-25T05:19:17Z</dc:date>
    <item>
      <title>Service portal redirect issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3531812#M6754</link>
      <description>&lt;UL&gt;&lt;LI&gt;Hi Team,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 3 widgets.&lt;/P&gt;&lt;P&gt;1. Data table OOTB widget.&lt;/P&gt;&lt;P&gt;2. Form widget (OOTB).&lt;/P&gt;&lt;P&gt;3. Cloned form widget.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I click the record in data table widget then it will redirect to cloned form widget, it is working fine but if I click back browser button it will redirect to form widget (OOTB) but I want to redirect to data table widget.. please help me out from this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data table widget -&amp;gt; Cloned form. This is working fine.&lt;/P&gt;&lt;P&gt;I want to redirect like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cloned form widget -&amp;gt; data table widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2026 05:19:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3531812#M6754</guid>
      <dc:creator>manju12</dc:creator>
      <dc:date>2026-04-25T05:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Service portal redirect issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3531837#M6756</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Your history stack is [Data Table] → [OOTB form] → [Cloned form], so Back lands on the OOTB form.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Fix: In the Data Table widget's HTML, change the row link from id=form to your cloned form's page ID so the OOTB form is skipped entirely:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;html&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN&gt;ng-href&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"?id=my_cloned_form&amp;amp;table={{::data.table}}&amp;amp;sys_id={{::row.sys_id}}"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Now history becomes [Data Table] → [Cloned form] and Back works as expected.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Apr 2026 08:19:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3531837#M6756</guid>
      <dc:creator>Naveen20</dc:creator>
      <dc:date>2026-04-25T08:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Service portal redirect issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3532552#M6771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/49915"&gt;@Naveen20&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;From Data Table -&amp;gt; Cloned form is working.&lt;BR /&gt;I need back landing page like&lt;BR /&gt;I want cloned form -&amp;gt; data table..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But currently it is working like this cloned for -&amp;gt; OOTB form -&amp;gt; data table..&amp;nbsp; This one I won't..&amp;nbsp;&lt;BR /&gt;I want like cloned form -&amp;gt; data table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 12:45:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3532552#M6771</guid>
      <dc:creator>manju12</dc:creator>
      <dc:date>2026-04-27T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Service portal redirect issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3536667#M6816</link>
      <description>&lt;P&gt;Classic browser history headache with Service Portal — the back button just follows the URL stack and doesn't know about your intended widget flow. The cleanest fix is handling the redirect yourself inside the cloned form widget using spUtil.addErrorMessage or a client script that pushes state with $location on load, so the back button lands where you actually want it. Worth checking if your portal page URL changes between the two form widgets at all.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 10:17:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/service-portal-redirect-issue/m-p/3536667#M6816</guid>
      <dc:creator>quintinmorrow</dc:creator>
      <dc:date>2026-05-04T10:17:23Z</dc:date>
    </item>
  </channel>
</rss>

