sdq_set_dedup_candidates Function
This function is called to provide the list of candidate records in batch mode. The number of records sent during each invocation of this function is a customer-configurable deployment-time parameter. However, this is not communicated to the vendor at run time.
Item | Description |
---|---|
Syntax |
|
Parameters |
session_id: The session ID obtained by initializing the session. parameterList: An XML character string that contains the list of parameters and values that are specific to this function call. An example of the XML is as follows:
Note: The parameterList parameter is set to NULL as all required
parameters are already set at the session level.
xmlRecordSet: When match candidate acquisition takes place in Siebel CRM, the xmlRecordSet parameter is used as follows:
Note: The order of the driver records and candidate records is not
significant. If a candidate has already been sent, it is not
necessary to send it again even though it is a candidates associated
with multiple driver records.
xmlRecordSet: When match candidate acquisition takes place in Oracle Data Quality Matching Server, the xmlRecordSet parameter is used as follows:
An example of the XML is as follows: |
Return Value | A return value of 0 indicates successful execution. Any other value is a vendor error code. The error message details from the vendor are obtained by calling the sdq_get_error_message function. |