• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/internals/presetfield.php
  • Класс: Bitrix\Crm\WebForm\Internals\PresetFieldTable
  • Вызов: PresetFieldTable::getMap
static function getMap()
{
	return array(
		'FORM_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
		'ENTITY_NAME' => array(
			'data_type' => 'string',
			'required' => true,
		),
		'FIELD_NAME' => array(
			'data_type' => 'string',
			'required' => true,
		),
		'VALUE' => array(
			'data_type' => 'string',
			'required' => true,
		),
	);
}