Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top