RetrieveDuplicates Function
Detects and retrieves duplicates for a specified record.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
BusinessEntity
|
crmbaseentity | False | True | Record for which the duplicates are retrieved. |
MatchingEntityName
|
Edm.String | False | False | A name of the matching entity type. |
PagingInfo
|
PagingInfo | True | True | A paging information for the retrieved duplicates. |
Return type
Type | Nullable | Description |
---|---|---|
Collection(crmbaseentity) | False | The RetrieveDuplicates function returns the following value. |