You need to sign in to do that
Don't have an account?
Create a Custom Button passing parameters in Lightning Experience
I have read in the Salesforce documentation that it is not possible to create a custom button and pass parameters in Lightning Experience.
Is there any way to resolve this? I have tried a few things but cant not get the values to pass through.
I am trying to create a custom List button, when clicked I want to create a new record but pass through some of the values from the original record. This was working fine with a URL button in classic, but the values are not passed through in Lightning Experience.
Is there any way to resolve this? I have tried a few things but cant not get the values to pass through.
I am trying to create a custom List button, when clicked I want to create a new record but pass through some of the values from the original record. This was working fine with a URL button in classic, but the values are not passed through in Lightning Experience.
So the URL should be lik
/apex/YOUR_VF_PAGE?Id={!OBJECTNAME.ID}