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
Sakthi RSakthi R 

List Button with Visualforce page to prepopulate values - Lightning Alternative

I am having a related list button to which calls a visualforce page to override new record creation and prepopulate values.

With this vf page, I am having a apex controller that adds values to the fields by referring lkid in salesforce classic. I am trying to make it compatible with lightning.

But populating the fields based on lkid is not possible in Lightning.

So I have used Quick action to prepopulated the values.
But we cannot place the quick action in related list like we do in List button.

can anyone please suggest ways to prepopulate values using List button with visualforce page?