How to download metadata file From CRM?
Views (1588)
Metadata file is file which contacts all the schema name and logical name of entities and fields.
This Document has list of all names which can be used to query using JavaScript (Mainly).
Where to find it.
Go to CRM > Setting > Customization > Developer Resource
Click Download OData MetaData
Find all attribute for Specific Entity
Finding Entity is easy, but to locate fields in such a huge file is difficult.
Open File in Visual studio, Search in file using Ctrl + F and type Name=”EntitySchemaName , This will directly take you to the fields of Specified Entity Schema Name.
Hope That helps
Thanks

Like
Report
*This post is locked for comments