Get Object Type Code for entities in Dynamics CRM
In Microsoft Dynamics We Often need objectTypeCodes while doing data migration from CRM On-Premise to online. If you have On-Premise CRM then you can query SQL database to get object type codes for any entity. Below query will retrieve entity logical name and objectTypeCode list for all OOB and Custom entities. If you need Just for custom entities […]