You need to sign in to do that
Don't have an account?

Retrieving Field Level Securities of a profile in a query
Is it possible to query the field level securities associated with a profile?
Please let me know
Please let me know
You need to sign in to do that
Don't have an account?
https://www.salesforce.com/us/developer/docs/api_meta/Content/meta_profile.htm
--Akram
Take this example:
This tells you true if the current user has the ability to create accounts.
For field-level:
This tells you whether the "My_Field__c" field on the Account is createable for the current user.
Hope that helps.
Thanks for your replies.
My requirement is to fetch the field level security data of all the profiles in the org. Please let me know your suggestions.
Thanks,
Abhi