質問

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