• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/trigger/entity/app.php
  • Класс: BitrixTasksIntegrationBizprocAutomationTriggerEntityAppTable
  • Вызов: AppTable::getMap
static function getMap()
{
	return array(
		'ID' => array('primary' => true, 'data_type' => 'integer'),
		'APP_ID' => array('data_type' => 'integer', 'required' => true),
		'NAME' => array('data_type' => 'string', 'required' => true),
		'CODE' => array('data_type' => 'string', 'required' => true),
		'DATE_CREATE' => array('data_type' => 'datetime', 'required' => true)
	);
}