• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statistics/entity/dealchannelstatistics.php
  • Класс: Bitrix\Crm\Statistics\Entity\DealChannelStatisticsTable
  • Вызов: DealChannelStatisticsTable::getMap
static function getMap()
{
	return array(
		'OWNER_ID' => array('data_type' => 'integer', 'required' => true, 'primary' => true),
		'CREATED_DATE' => array('data_type' => 'date', 'required' => true),
		'START_DATE' => array('data_type' => 'date', 'required' => true),
		'END_DATE' => array('data_type' => 'date', 'required' => true),
		'CHANNEL_TYPE_ID' => array('data_type' => 'integer', 'required' => true, 'primary' => true),
		'CHANNEL_ORIGIN_ID' => array('data_type' => 'string'),
		'CHANNEL_COMPONENT_ID' => array('data_type' => 'string'),
		'RESPONSIBLE_ID' => array('data_type' => 'integer'),
		'STAGE_SEMANTIC_ID' => array('data_type' => 'string'),
		'CURRENCY_ID' => array('data_type' => 'string'),
		'SUM_TOTAL' => array('data_type' => 'float')
	);
}