Check object level security within a Visualforce page
By using this " {!$ObjectType.Lead.Accessible} " to check object level security within a Visualforce page in Salesforce.
VF page Code Format:
<apex:page>
{!$ObjectType.Lead.Accessible}
</apex:page>
No comments:
Post a Comment