• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/history/leadstatushistoryentry.php
  • Класс: Bitrix\Crm\History\LeadStatusHistoryEntry
  • Вызов: LeadStatusHistoryEntry::unregister
static function unregister($ownerID)
{
	LeadStatusHistoryTable::deleteByOwner($ownerID);
	LeadStatusHistoryWithSupposedEntry::unregister($ownerID);
}