- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/statistics/entity/contactactivitystatistics.php
- Класс: Bitrix\Crm\Statistics\Entity\ContactActivityStatisticsTable
- Вызов: ContactActivityStatisticsTable::getMap
static function getMap()
{
return array(
'OWNER_ID' => array('data_type' => 'integer', 'required' => true, 'primary' => true),
'DEADLINE_DATE' => array('data_type' => 'date', 'required' => true, 'primary' => true),
'PROVIDER_ID' => array('data_type' => 'string', 'primary' => true),
'PROVIDER_TYPE_ID' => array('data_type' => 'string', 'primary' => true),
'RESPONSIBLE_ID' => array('data_type' => 'integer'),
'TOTAL_QTY' => array('data_type' => 'integer')
);
}