Salesforce Fact #521 | ConvertLeads access check in LWC
How can we check ConvertLeads permission in LWC. This is how we can import the permission and check:
import hasConvertLeadAccess from '@salesforce/userPermission/ConvertLeads';
How can we check ConvertLeads permission in LWC. This is how we can import the permission and check:
import hasConvertLeadAccess from '@salesforce/userPermission/ConvertLeads';
Comments
Post a Comment