AccountToAccountMatch
API Name: GradientWorks__AccountToAccountMatch
Provides information about Accounts that match an Account as a result of executing Match Account to Account.
Properties
Name | Type | Description |
---|---|---|
account | Account | The Account that was matched |
bestMatch | Account | The Account (if any) that best matches the account |
count | Integer | The number of matches. This will be 0 if there are no matches. |
matches | List<AccountMatchResult> | All the matching accounts in order of relevance. The first item in this list will correspond to |
Last updated