- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicaterequisitematchcode.php
- Класс: Bitrix\Crm\Integrity\DuplicateRequisiteMatchCodeTable
- Вызов: DuplicateRequisiteMatchCodeTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autocomplete' => true
),
'ENTITY_ID' => array(
'data_type' => 'integer',
'required' => true
),
'ENTITY_TYPE_ID' => array(
'data_type' => 'integer',
'required' => true
),
'RQ_COUNTRY_ID' => array(
'data_type' => 'integer',
'required' => true
),
'RQ_FIELD_NAME' => array(
'data_type' => 'string',
'required' => true
),
'VALUE' => array(
'data_type' => 'string',
'required' => true
)
);
}