Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top