web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

How can I tell if an entity and fields are created by default with the system or custom made?

(0) ShareShare
ReportReport
Posted on by 26

I am working on a project that I need to identify if the entities are custom or out of the box.  I also need to know this for the fields of each entity.  Is there a way I can mass do this with out going one by one and asking the client these questions?

I have the same question (0)
  • PabloCRP Profile Picture
    1,088 on at

    Hi, USA80.

    You could query the EntityDefinitions and metadata of each entity.

    The default publisher uses new_   prefix so you could seach entities that matches with that prefix, this also applies for your fields that you create. also you could seach with your own publisher prefix.

    for entities:

    https://contoso.crm.dynamics.com/api/data/v9.0/EntityDefinitions?$select=LogicalName

    for attributes certain entity (account):

    https://contoso.crm.dynamics.com/api/data/v9.0/EntityDefinitions(LogicalName='account')/Attributes?$select=LogicalName

    take a look of the API

    EntityDefinitions     -    Query Metadata API

    Regards.

  • Verified answer
    Wahaj Rashid Profile Picture
    11,321 on at

    Hi,

    Thank you for your query.

    You can use Metadata Browser (a plugin of XRM Toolbox) to export entities and attributes to excel.

    Then filter it by IsCustom column.

    For example:

    • Open Metadata Browser tool in XRM Toolbox and load entities and then click on export.

    pastedimage1612241756525v1.png

    • Open the excel file and then filter on IsCustomEntity column:

    pastedimage1612241862260v2.png

    • Similarly, in the Metadata browser plugin, double click on an entity and then from the Attributes tab, export attributes to excel and filter on IsCustomAttribute.

    There is no way to export columns along with all entities in this tool, once you find the custom entities, you have to export attributes for each column.

    Furthermore, you can identify custom entities and columns by its prefix (new_, or abc_). Also you need to ignore objects starting with msdyn_ (these are created by Microsoft but listed as custom).

    There are other tools in XRM Toolbox like Entity Explorer, these are also handy for this purpose.

    Lastly, look at the Solutions and Publishers (each publisher has a prefix), this will also help you to narrow down your search.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Siv Sagar Profile Picture

Siv Sagar 93 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 76

#3
Martin Dráb Profile Picture

Martin Dráb 64 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans