- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicatepersonmatchcode.php
- Класс: Bitrix\Crm\Integrity\DuplicatePersonMatchCodeTable
- Вызов: DuplicatePersonMatchCodeTable::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
),
'LAST_NAME' => array(
'data_type' => 'string',
'required' => true
),
'NAME' => array(
'data_type' => 'string'
),
'SECOND_NAME' => array(
'data_type' => 'string'
)
);
}