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
Raghu_devRaghu_dev 

How to print field api name and associated label

Hi,

Could some one help me on how to print all the field names and associated labels for a specified salesforce object(eg., Account). I need this for documentation purposes. Appreciate your help.

Message Edited by Raghu_dev on 10-07-2008 08:25 AM
SuperfellSuperfell
see the describeSObject call.
Raghu_devRaghu_dev
Thanks Simon.

I may not want to code something for this as this is just a one time task. Is there any other way to do this like using tools ? eg., sforce explorer, eclipse etc
SuperfellSuperfell
SoqlXplorer does it, http://www.pocketsoap.com/osx/ don't know about any other tools.
Raghu_devRaghu_dev
Thanks again. But that is a mac application :-(. Anything similar for windows ?