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
Ankit Singh 6Ankit Singh 6 

Fetch lead details page from lead list view page

HI All

We have added a button on lead list view page. We select multiple leads from the list and clicks that button. On click of the button we are hitting an api call which shows lead details(with some extra information) on a custom widget in home page one by one.
Now we want to open lead details page for each lead which comes in the widget after api call in place of lead list view..Also we do not want to load the full page instead just the list view section

Please let me know any workaround to achieve this.