문제

I'm pulling information from CRM to generate a soap message to be sent to a server. The problem is that CRM uses GUIDs for id and the Xsd for the SOAP server requires a int.

Is there a table that tracks all entity creations and their associated GUID Id? My thinking is that I can simply create a trigger on this table and map the GUID to a Int in a lookup table so that I can replace the GUID with a int ID. Any other suggestions are welcome

도움이 되었습니까?

해결책

No, there is no master table of all records created in Dynamics CRM. You would have to look at each entity's SQL table individually.

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