Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 676883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:58:41+00:00 2026-05-14T00:58:41+00:00

Salesforce has some built in meta-data fields to describe each Field of each Object.

  • 0

Salesforce has some built in meta-data fields to describe each Field of each Object.

e.g. you can record a Description and Help Text value for each field.

Is there any way to record more information? e.g. If I want to record notes about each field that are relevant to developers but not to users? Or if I want to flag a field as ‘no longer used’?

I’m wondering if there’s an app in AppExchange for this?

Or do I have to build my own meta-data database somewhere outside of Salesforce?

edit: One of the reasons I want to do this is for documentation of the data structure – the best place to put developer notes about a field is right there in the meta-data, if there’s a suitable place for it to go …

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T00:58:41+00:00Added an answer on May 14, 2026 at 12:58 am

    Apologies in advance if you already know what I’m about to post, it just wasn’t clear from your question whether you knew how existing metadata is exposed.

    I’m not sure how you’d extend the schema, but it looks like one of the items you are asking for will be supported…

    Once you’ve instantiated a DescribeFieldResult object, you can call several methods to get a lot of information about the object. For example, I noticed in the help files that there’s a method called isDeprecatedAndHidden that looks like it will be used to flag a no longer used field.

    So for example, you could do the following to check this.

    Schema.DescribeFieldResult FieldResult = Account.AccountNumber.getDescribe();
    Boolean isDeprecated = FieldResult.isDeprecatedAndHidden();
    

    There are several other methods that give good information about the fields. These methods are exposed through the DescribeFieldResult object. Take a look at this for more detail:
    http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_fields_describe.htm

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I really like the tool that salesforce has for building reports. You can choose
Has anyone worked with Salesforce mobilesdk for iOS and implemented push? Need some guidance?
We have a custom object in Salesforce called domain which reflects each website we
In Salesforce, if I'm binding a text field into a VisualForce page, whats a
In Salesforce, there are some batch jobs that are manually run by scheduling the
I'm trying to write a SOQL query to retrieve some Salesforce Content records and
In Salesforce you can set up various workflow processes or build API apps that
using the salesforce Email Services can we do means prevent duplicate cases and How
I was importing data from Salesforce today, when my BULK INSERT failed with too-long
I'm trying to update a record via the SalesForce API (Enterprise WSDL). The code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.