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
NewbieeNewbiee 

How can we check the object accessibility on visualforce page?

How can we check the object accessibility on visualforce page?

 

Thanks

Puja_mfsiPuja_mfsi

Hi ,

You can use

{!$ObjectType.objectname.accessible} in your visual force page.

please go through the below URL:

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_std_checking_accessibility.htm

 

Please let me know if you have any problem regarding same,And if this post is helpful please give me KUDOS( click on start at left).

NewbieeNewbiee
Thanks Puja