• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/itemlist.php
  • Класс: Bitrix\Crm\Component\ItemList
  • Вызов: ItemList::isDeadlinesModeSupported
protected function isDeadlinesModeSupported(): bool
{
	$supported = [\CCrmOwnerType::SmartInvoice];
	return in_array($this->entityTypeId, $supported);
}