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
cruttleycruttley 

How to get a list of all field names/labels/helptext from the Account object?

I want our business users to review the Help Text on all the fields on Account (standard and custom).

So I want to produce a spreadsheet with this info..,.but I am not a developer....but I am comfortable with SQL.

 

How do I get this metadata information?

 

All help appreciated

 

Chris

Navatar_DbSupNavatar_DbSup

Hi,

 

helptext is saved in schema of a object.if you want to add the helptext for a field or a object.

You can access or get metadata information thorugh Force.com IDE.It'll take some work to get it from XML.i think this is not possible through soql.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.