I have been tasked with pulling some CRM data into our data warehouse. Is there an online resource, or some table in the DB, that shows the descriptions for enumerated values? For example, dbo.OpportunityBase has an enumerated column called StatusCode. I want to know what the enumerated value descriptions are for that field (what the user sees on the form). How do you do this with CRM?
thanks!