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 ...