You need to sign in to do that
Don't have an account?

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?
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?