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