• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/view/myreports/crmstartreport.php
  • Класс: Bitrix\Crm\Integration\Report\View\MyReports\CrmStartReport
  • Вызов: CrmStartReport::getEntityTypes
public function getEntityTypes()
{
	return [
		\CCrmOwnerType::ActivityName,
		\CCrmOwnerType::LeadName,
		\CCrmOwnerType::DealName,
		\CCrmOwnerType::ContactName,
		\CCrmOwnerType::CompanyName,
		\CCrmOwnerType::InvoiceName,
	];
}