Question

By using that method Xrm.Page.data.entity.getId() I can get a GUID of entity record.

However, I'd not found it in organizationname_MSCRM database

Does anyone know where can I check it?

Was it helpful?

Solution

Most of entities in CRM DB has two tables, for example, [ContactBase] and [ContactExtensionBase]. So, you can check it in one of them - column ContactId.

To find correct name of ID column that you are searching, check entity metadata page - example for contact entity - and search for Uniqueidentifier.

Hope it helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top