• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/trigger/entity/trigger.php
  • Класс: BitrixBizprocAutomationTriggerEntityTriggerTable
  • Вызов: TriggerTable::getMap
static function getMap()
{
	return array(
		'ID' => array('primary' => true, 'data_type' => 'integer'),
		'NAME' => array('data_type' => 'string'),
		'CODE' => array('data_type' => 'string'),

		'MODULE_ID' => array('data_type' => 'string'),
		'ENTITY' => array('data_type' => 'string'),
		'DOCUMENT_TYPE' => array('data_type' => 'string'),

		'DOCUMENT_STATUS' => array('data_type' => 'string'),

		'APPLY_RULES' => array(
			'data_type' => 'string',
			'serialized' => true
		)
	);
}