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