function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PrachiPrachi 

Redirect to related list section

Hi,

 

I have a custom button on a related list on my Account page. The button performs some action and after saving I'm redirected to the Account detail page.

I would like to know if there is any way to set the focus on the related list section on the detail page on redirecting.

 

Thanks

 

Baktash H.Baktash H.

Go into the sourcecode of the page where you redirect. Search for the ID of the section where the focus should be on.

Add #SectionID to the link which redirects in your apex class.

PrachiPrachi

Hi Baktash,

 

Thankyou for your reply. I tried this and the page focuses on the related list section on loading, but after complete load , the focus lands somewhere between the top of the page and the related list.

Can this be fixed

 

Thanks in advance.