Answered by:
List of and description of all fields in CRM

Question
-
Hi,
Does anyone have or have a link to a document that lists the main entities in CRM 4 and/or CRM 2011 with a list of all attributes and there description?
Regards
Shaun
Tuesday, March 1, 2011 10:48 PM
Answers
-
metadatabrowser shows all of them for 4.0
http://blogs.msdn.com/b/crm/archive/2007/02/21/metadata-browser.aspx
Someone made a metadata browser managed solution to import into 2011 here
http://crm2011metabrowser.codeplex.com/
You have to drill down on the icons in the browser to see the attributes and the relationships for a given entity.
The sdk has this info also:
For 4.0:
and 2011:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=420f0f05-c226-4194-b7e1-f23ceaa83b69
Jamie Miley
- Proposed as answer by Jamie MileyModerator Tuesday, March 1, 2011 10:59 PM
- Marked as answer by Donna EdwardsMVP Sunday, March 6, 2011 1:00 PM
Tuesday, March 1, 2011 10:56 PMModerator -
The SDK now has a metadata browser solution for CRM 2011 as well.
See the SDK topic Customize Entity Metadata and the first section titled Use the Entity Metadata Browser contains information about how to get it.
Jim Daly Technical Writer Microsoft Dynamics CRM- Edited by Jim Daly [MSFT]Microsoft employee Sunday, March 6, 2011 10:33 PM specify this is only for CRM 2011
- Marked as answer by RhettClintonMVP, Moderator Sunday, March 6, 2011 11:05 PM
Sunday, March 6, 2011 10:33 PM
All replies
-
metadatabrowser shows all of them for 4.0
http://blogs.msdn.com/b/crm/archive/2007/02/21/metadata-browser.aspx
Someone made a metadata browser managed solution to import into 2011 here
http://crm2011metabrowser.codeplex.com/
You have to drill down on the icons in the browser to see the attributes and the relationships for a given entity.
The sdk has this info also:
For 4.0:
and 2011:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=420f0f05-c226-4194-b7e1-f23ceaa83b69
Jamie Miley
- Proposed as answer by Jamie MileyModerator Tuesday, March 1, 2011 10:59 PM
- Marked as answer by Donna EdwardsMVP Sunday, March 6, 2011 1:00 PM
Tuesday, March 1, 2011 10:56 PMModerator -
For CRM 4.0, open Internet Explorer and type : http://[YOURSERVERNAME]:5555/sdk/list.aspx
I haven´t tried this in CRM 2011, but it might serve
JulioWednesday, March 2, 2011 4:14 AM -
The first link I posted has that the url example you are referring to.
In CRM 2011 unfortunatly there is no metadata browser built in, but someone built a managed solution you can download and import that does the same thing. that is the second link I posted.
Jamie MileyWednesday, March 2, 2011 5:02 AMModerator -
The SDK now has a metadata browser solution for CRM 2011 as well.
See the SDK topic Customize Entity Metadata and the first section titled Use the Entity Metadata Browser contains information about how to get it.
Jim Daly Technical Writer Microsoft Dynamics CRM- Edited by Jim Daly [MSFT]Microsoft employee Sunday, March 6, 2011 10:33 PM specify this is only for CRM 2011
- Marked as answer by RhettClintonMVP, Moderator Sunday, March 6, 2011 11:05 PM
Sunday, March 6, 2011 10:33 PM -
Currently I'm facing the same problem, but the metadata browser s not enough, as I need to find more details about each field such as: datatype, size, reqirement level, etc...Monday, January 30, 2012 11:08 AM
-
The Metadata browser includes all the information available about attributes including datatype, size, requirement level.
If you are using the Entity Metadata Browser from the SDK, (http://blogs.msdn.com/b/crm/archive/2011/03/09/metadata-browser-for-microsoft-dynamics-crm-2011.aspx) Remember that you need to right-click an entity Schema Name from the list and select View Details.
A new window provides all details about that entity. All the properties, attributes, relationships, and privileges.
I hope this helps.
Jim Daly Technical Writer Microsoft Dynamics CRMMonday, January 30, 2012 4:01 PM -
It does not provide all the details ! It provides only schema name, display name and descriptionMonday, January 30, 2012 5:07 PM
-
Mostafa -
Download the CRM 2011 SDK at http://www.microsoft.com/download/en/details.aspx?id=24004
Extract the files and navigate to \sdk\tools\metadatabrowser
Install the metadatabrowser_1_0_0_3_managed.zip managed solution file.
After installing it, look at the solution configuration page for the UI.
As I said before - You must right-click the Schema Name column value where a context menu will allow you to select View Details.
You can also select Copy Schema Name. For customizable entities you can select Edit to open the entity in the default solution.
Admittedly, the context menu isn't very discoverable. But once you know it is there I think you may find it convenient.
Jim Daly Technical Writer Microsoft Dynamics CRMMonday, January 30, 2012 5:28 PM -
If I should select edit to open the entity in the default solution, to find the required metadata then what is the idea behind this metadatabrowser ??
I was looking for listing the metadata in a gridview, however thanks alot for your help
Monday, January 30, 2012 5:53 PM -
Wow. It seems like you respond to the thread without even trying the steps I've explained.
If you select View Details you will have the ability to view the attribute details in a master/detail view.
If this is not what you need, there are several metadata browsers out there. Make sure to look at http://social.technet.microsoft.com/wiki/contents/articles/2490.microsoft-dynamics-crm-2011-development-resources.aspx for several options to view the metadata.
Good luck!
Jim Daly Technical Writer Microsoft Dynamics CRMMonday, January 30, 2012 6:45 PM