• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/persondedupedatasource.php
  • Класс: Bitrix\Crm\Integrity\PersonDedupeDataSource
  • Вызов: PersonDedupeDataSource::loadEntityMatches
protected function loadEntityMatches($entityTypeID, $entityID)
{
	return DuplicatePersonCriterion::loadEntityMatches($entityTypeID, $entityID);
}