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

Field description access...
I am looking to build a client a list of all fields along with their descriptions. I can not find access to the description anywhere in Apex or any other API. Am I missing something? Or does it just not exist?
Describe Field Result Methods
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_fields_describe.htm
Schema.DescribeFieldResult F = Account.AccountNumber.getDescribe();
So far, we cannot get the field description by API.
check the idea below
Object/Field Description text available to API and APEX Describe call
http://success.salesforce.com/ideaView?id=08730000000gO3LAAU