Real-Time Data Matching Algorithm
The algorithm is as follows:
Load the vendor library.
Call sdq_init_connector.
Call sdq_set_global_parameter.
Call sdq_init_session.
Call sdq_set_parameter (RECORD_TYPE – Account/Contact/List Mgmt Prospective Contact).
Query the Siebel database to get the Candidate records for the driver record.
Call sdq_dedup_realtime.
Call sdq_close_session while logging out of current session.
Call sdq_close_connector.