Create a VisualForce Page:
<apex:page StandardController="ObjectAPI_Name" action="{!URLFOR($Action.ObjectAPI_Name.Share,ObjectAPI_Name.Id)}">
</apex:page>
Create a Quick Action and call this VF page as below and add this quick action add on the page layout.
Method 2: Create a custom URL button and use the URL of sharing page of classic environment
<apex:page StandardController="ObjectAPI_Name" action="{!URLFOR($Action.ObjectAPI_Name.Share,ObjectAPI_Name.Id)}">
</apex:page>
Create a Quick Action and call this VF page as below and add this quick action add on the page layout.
Method 2: Create a custom URL button and use the URL of sharing page of classic environment
Method 3: Add the Crome Extension
URL: https://chrome.google.com/webstore/detail/salesforce-sharing-button/lobdjldobokombkcmnbmhepkllilmmhg/related?hl=fr
No comments:
Post a Comment