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
NTNT 

how to use isQueryable

Hi All,
 
I am using isQueryable for accessing the user profile based on teh access.
 
when I use isDeletable(),isCreatable,isUpdateable on my page these all works fine.
 
what if i want to use isQueryable (to access the read permission)?
 
 
Nitn Gupta
mtbclimbermtbclimber
Check out "IsAccessible" from the Apex Language Reference:

http://www.salesforce.com/us/developer/docs/apexcode/salesforce_apex_language_reference.pdf

page 107.