...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicateentitymatchhash.php
- Класс: Bitrix\Crm\Integrity\DuplicateEntityMatchHash
- Вызов: DuplicateEntityMatchHash::register
static function register($entityTypeID, $entityID, $typeID, $matchHash, $isPrimary = true, $scope = '') { Entity\DuplicateEntityMatchHashTable::upsert( array( 'ENTITY_ID' => $entityID, 'ENTITY_TYPE_ID' => $entityTypeID, 'TYPE_ID' => $typeID, 'MATCH_HASH' => $matchHash, 'SCOPE' => $scope, 'IS_PRIMARY' => $isPrimary, ) ); }