Step 1: Create a lightning component with lightning:isUrlAddressable
<aura:component implements="flexipage:availableForRecordHome,lightning:isUrlAddressable,force:hasRecordId", access="global" >
hello Logic
</aura:component>
Step 2: Create a list button and select URL from the Content source picklist and then type the URL
{!URLFOR("lightning/cmp/c__BulkMeeting", null, [c__id=Stakeholder_Relation__c.Id,c__sObjectName="Stakeholder_Relation__c"])}
and save the button and then add the button from the list view layout
And It will show on the list view:
No comments:
Post a Comment