C# Corner
  • Tech
  • News
  • Videos
  • Forums
  • Trainings
  • Books
  • Live
    • Interviews
    • Events
    • Jobs
    • Learn
    • Career
    • Members
    • Blogs
    • Challenges
    • Certifications
    • Bounties
  • Article
  • Blog
  • Video
  • Ebook
  • Interview Question
  • Feed
  • Dashboard
  • Wallet
  • Learn
  • Achievements
  • Network
  • Refer
  • Rewards
  • SharpGPT
  • Premium
    • Article
    • Blog
    • Video
    • Ebook
    • Interview Question
  • Register
  • Login
Dynamics CRM  

Know Your Entity MetaData Using MetaDataBrowser

  • WhatsApp
  • Author Profile Photo Mahender Pal
  • 10y
  • 6.8k
  • 0
  • 0
  • 100
  • Article
Take the challenge

While working with customization or developing solution for CRM, we first need to know the metadata of the CRM entities, we are going to use. We can get some of the information from CRM UI. Let’s take a simple example, if we want to write code to create account record and want to know fields of account entity, we can simply navigate to solution and check fields details under Fields view.

But let’s say if we want to write code to retrieve duplicaterule entity records and want to know different fields available in this entity, we can’t get this detail from CRM UI because CRM UI does not provide details for all the entities. Similarly if we want to know if any entity is customizable or not, it can be part of relationship or not, we can create or add modify entity form or not, we can’t get these details from CRM UI. But we can use metadata browser solution that comes with CRM SDK to get complete details. If you don’t have CRM SDK you can download it from here. 

We can open metadata browser by clicking on solution and can navigate to views to see all entity details or can open view for specific entity.

 

Now we can browse all entities metadata, whether they are customizable or not.


 

So make sure to use MetaDataBrowser in your dev environment next time when you are working in any CRM implementation.

People also reading
Ebook download
View all
C# Corner Ebook
Data Structures and Algorithms: From Basics to Advanced Problem-Solving
Read by 548 people
Download Now!
Upcoming Events
View all
  • AI Edge Show - Ep.1
  • AI Agents Conference - 2026
  • Vibe Coders Conference 2026

Our Training Programs

View all
  • AI & Machine Learning

  • Mastering Large Language Models

  • Mastering Prompt Engineering

  • Certified Vibe Coder

  • Github Copilot Training

  • Generative AI for Beginners

  • n8n Automation & AI Agents Training

Membership not found
About Us Contact Us Privacy Policy Terms Media Kit Partners C# Tutorials Consultants Ideas Report A Bug FAQs Certifications Sitemap Stories CSharp TV DB Talks Let's React Web3 Universe Interviews.help Jumpstart Blockchain Build with JavaScript

©2026 C# Corner.

All contents are copyright of their authors.