I am reading up on using the SDK and it’s not pretty compared to the Scribe or SSIS. I reviewed some of the views of the CRM database in SQL Server Management Studio such as the [MSCRM.dbo.FilteredContact]. The csv file bulk update method in CRM for the Contact table left me with more questions about the views such as: Are these the views used by the “Bulk Update” If they are then does the update use the GUID's to update the connecting tables? If they don’t can I create a view that does?If we have the ability to read the view and compare it against an external Contact table and then update it then we could add it as a nightly service. But only if the views are update-able…
*This post is locked for comments
I have the same question (0)