Syncing Third Party Updates to a series of Database Tables
We have a series of Records configured in one large relationship structure (50 + record types). A third party process retrieves data from a SOAP webservice, extracts pertinent data and using a series of stored procedures inserts that into the database.
Is there a way to capture those new entries and sync them into my records without having to examine 50 tables and perform 50 Sync Record operations?
