• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recycling/dynamiccontroller.php
  • Класс: Bitrix\Crm\Recycling\DynamicController
  • Вызов: DynamicController::eraseDependenceElements
protected function eraseDependenceElements(int $recyclingEntityID): void
{
	$this->eraseSuspendProductRows($recyclingEntityID);
	$this->eraseSuspendedTimeline($recyclingEntityID);
	$this->eraseSuspendedDocuments($recyclingEntityID);
	$this->eraseSuspendedLiveFeed($recyclingEntityID);
	$this->eraseSuspendedUtm($recyclingEntityID);
	$this->eraseSuspendedTracing($recyclingEntityID);
	$this->eraseSuspendedObservers($recyclingEntityID);
	$this->eraseSuspendedWaitings($recyclingEntityID);
	$this->eraseSuspendedChats($recyclingEntityID);
	$this->eraseSuspendedScoringHistory($recyclingEntityID);
	$this->eraseSuspendedCustomRelations($recyclingEntityID);
	$this->eraseSuspendedBadges($recyclingEntityID);
}