• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/entity/duplicateindex.php
  • Класс: Bitrix\Crm\Integrity\Entity\DuplicateIndexTable
  • Вызов: DuplicateIndexTable::getMap
static function getMap()
{
	return array(
		'USER_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
			'required' => true
		),
		'ENTITY_TYPE_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
			'required' => true
		),
		'TYPE_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
			'required' => true
		),
		'MATCH_HASH' => array(
			'data_type' => 'string',
			'primary' => true,
			'required' => true
		),
		'SCOPE' => array(
			'data_type' => 'string',
			'primary' => true,
			'required' => true
		),
		'MATCHES' => array(
			'data_type' => 'string',
			'required' => false
		),
		'QUANTITY' => array(
			'data_type' => 'integer',
			'required' => true
		),
		'ROOT_ENTITY_ID' => array(
			'data_type' => 'integer',
			'required' => true
		),
		'ROOT_ENTITY_NAME_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_NAME' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_TITLE_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_TITLE' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_PHONE_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_PHONE' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_EMAIL_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_EMAIL' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_INN_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_INN' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_OGRN_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_OGRN' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_OGRNIP_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_OGRNIP' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_BIN_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_BIN' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_EDRPOU_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_EDRPOU' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_VAT_ID_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_VAT_ID' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_ACC_NUM_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_ACC_NUM' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_IBAN_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_IBAN' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_IIK_FLAG' => array(
			'data_type' => 'string',
			'required' => false
		),
		'ROOT_ENTITY_RQ_IIK' => array(
			'data_type' => 'string',
			'required' => false
		),
		'IS_JUNK' => array(
			'data_type' => 'string',
			'required' => false
		),
		'STATUS_ID' => array(
			'data_type' => 'integer',
			'required' => false
		)
	);
}