• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recycling/basecontroller.php
  • Класс: Bitrix\Crm\Recycling\BaseController
  • Вызов: BaseController::eraseSuspendedCustomRelations
protected function eraseSuspendedCustomRelations(int $recyclingEntityId): void
{
	Crm\Relation\EntityRelationTable::deleteByItem($this->getSuspendedEntityTypeID(), $recyclingEntityId);
}