Returns the corresponding Match ID of a customer record if the record has been processed in a rule-based matching workflow
Source:R/entityresolution_operations.R
entityresolution_get_match_id.RdReturns the corresponding Match ID of a customer record if the record has been processed in a rule-based matching workflow.
See https://www.paws-r-sdk.com/docs/entityresolution_get_match_id/ for full documentation.
Arguments
- workflowName
[required] The name of the workflow.
- record
[required] The record to fetch the Match ID for.
- applyNormalization
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeTypeofPHONE_NUMBER, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.