• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/engine/entity/template.php
  • Класс: Bitrix\Crm\Automation\Engine\Entity\TemplateTable
  • Вызов: TemplateTable::getMap
static function getMap()
{
	return array(
		'ID' => array('primary' => true, 'data_type' => 'integer'),
		'ENTITY_TYPE_ID' => array('data_type' => 'integer'),
		'ENTITY_STATUS' => array('data_type' => 'string'),
		'TEMPLATE_ID' => array('data_type' => 'integer'),
		'START_RULES' => array(
			'data_type' => 'string',
			'serialized' => true
		)
	);
}