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
Somnath Paul 22Somnath Paul 22 

Need replace a JS button in Salesforce Lightning

Hi Expert,

I need to replace a JS button in lightning experience.
Code behind JS button: /apex/<some_managedpckg_vf_page>?id={!Opportunity.Id}&Object=Opportunity

Note: the page is a managed package with the controller having no public methods and no access.

Could you please sugget me a workaround for this requirement. Thanks a lot. Its bit urgent.
MagulanDuraipandianMagulanDuraipandian
Check this http://www.infallibletechie.com/2018/03/passing-values-to-visualforce-page-from.html

You have to create an intermediate VF to pass the values.