Newer Version Available
CRM Match Detail
Output representation that contains information about the CRM record matched to the
object, including the matched record ID, record type, and match source.
- JSON example
-
1 2 "crmMatch": { 3 "crmRecordId": "003xx0000000AAA", 4 "crmRecordObject": "Contact", 5 "matchSource": "USER_CONFIRMED" 6 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| crmRecordId | String | ID of the CRM record that's matched to the object. | Big, 67.0 | 67.0 |
| crmRecordObject | String | API name of the matched CRM record type, such as Contact or Account. | Big, 67.0 | 67.0 |
| matchSource | String | Source of the match resolution, such as USER_CONFIRMED. | Big, 67.0 | 67.0 |