Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top