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
Lakshmi SLakshmi S 

Redirecting from one visualforce page to another visualforce page.

Hi Team,

I am creating a button in opportunity record detail page.from here i am redirecting one visualforce page to another visualforce page after clicking button.
It's taking some time for redirecting. How can we resolve this performance issue?
(Requirement : Open child object record edit page with pre-populated values from Opportunity using button. For i have created two vf pages and controllers. From first page i have redirect to second page with opportunity record id, here i am using child object standard controller).
Note : I tried using URL hacking, but it is not working in Lightning. After that i did this using VF pages. Please let me know any alternative solutions.

Thanks,
Lakshmi.

Please let me know how to resolve this issue ?