• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/eventhandler.php
  • Класс: Bitrix\Crm\Integrity\Volatile\EventHandler
  • Вызов: EventHandler::cleanDuplicateIndex
protected function cleanDuplicateIndex()
{
	DuplicateManager::deleteDuplicateIndexItems(
		[
			'ENTITY_TYPE_ID' => $this->entityTypeIds,
			'TYPE_ID' => $this->volatileTypeIds,
		],
		true,
	);
}