- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/statistics/entity/activitychannelstatistics.php
- Класс: Bitrix\Crm\Statistics\Entity\ActivityChannelStatisticsTable
- Вызов: ActivityChannelStatisticsTable::getMap
static function getMap()
{
return array(
'OWNER_ID' => array('data_type' => 'integer', 'required' => true, 'primary' => true),
'CREATED_DATE' => array('data_type' => 'date', 'required' => true),
'CHANNEL_TYPE_ID' => array('data_type' => 'integer', 'primary' => true, 'required' => true),
'CHANNEL_ORIGIN_ID' => array('data_type' => 'string'),
'CHANNEL_COMPONENT_ID' => array('data_type' => 'string'),
'RESPONSIBLE_ID' => array('data_type' => 'integer'),
'COMPLETED' => array('data_type' => 'string', 'required' => true, 'default_value' => 'N'),
'DIRECTION' => array('data_type' => 'integer')
);
}