...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/activity/communicationstatistics.php
- Класс: Bitrix\Crm\Activity\CommunicationStatistics
- Вызов: CommunicationStatistics::getLoadMaxValues
static function getLoadMaxValues($ownerTypeId) { $maxValues = static::getMaxRelatedDealActivities($ownerTypeId); $maxValues['*'] = $maxValues ? max($maxValues) : 0; return $maxValues; }