문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top