Page 1 of 1

Return Pages is not working

Posted: Fri Mar 01, 2024 2:30 am
by lfernandes

Even if you specify the return URL for predefined or custom setting, the page returns redirects to the list page.What can be wrong?


Re: Return Pages is not working

Posted: Fri Mar 01, 2024 6:59 am
by MichaelG

Use the Page_Redirecting server event.


Re: Return Pages is not working

Posted: Fri Mar 01, 2024 8:03 pm
by lfernandes

ERR_TOO_MANY_REDIRECTS


Re: Return Pages is not working

Posted: Sat Mar 02, 2024 6:59 am
by MichaelG

Show your codes and where you put it.


Re: Return Pages is not working

Posted: Wed Mar 06, 2024 6:45 am
by lfernandes

The problem occurs only in pages in Dialog modal.


Re: Return Pages is not working

Posted: Thu Mar 07, 2024 7:25 am
by MichaelG

For modal pages (e.g. View/Edit), the normal cases will be closing the modal dialog box and refreshing the list page. Why are you redirecting to other pages and what are you trying to achieve?

To debug redirecting issue, you can press F12 -> Network to check the network response.


Re: Return Pages is not working

Posted: Fri Mar 08, 2024 4:24 pm
by lfernandes

I would like to close the modal and redirect to a specific page


Re: Return Pages is not working

Posted: Sat Mar 09, 2024 5:25 am
by MichaelG

As explained:

To debug redirecting issue, you can press F12 -> Network to check the network response.