AccountToAccountMatch
Last updated
Last updated
API Name: GradientWorks__AccountToAccountMatch
Provides information about Accounts that match an Account as a result of executing .
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<>
All the matching accounts in order of relevance. The first item in this list will correspond to bestMatch
.