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?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top