• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/provider/externalchannel.php
  • Класс: Bitrix\Crm\Activity\Provider\ExternalChannel
  • Вызов: ExternalChannel::getSupportedCommunicationStatistics
static function getSupportedCommunicationStatistics()
{
	return array(
		CommunicationStatistics::STATISTICS_QUANTITY,
		CommunicationStatistics::STATISTICS_MONEY
	);
}