- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/eventhandler.php
- Класс: Bitrix\Crm\Integrity\Volatile\EventHandler
- Вызов: EventHandler::makeCleaningActions
protected function makeCleaningActions() { $this->stopVolatileTypeIndexAgents(); if ($this->eventType !== static::EVENT_ASSIGN_VOLATILE_TYPE) { $this->setVolatileTypesStateFree(); } $this->stopDuplicateIndexAgents(); $this->cleanDedupeConfig(); $this->renewAutomaticDuplicateIndexAgents(); $this->cleanDuplicateIndex(); }