...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicateindextypesettingstable.php
- Класс: Bitrix\Crm\Integrity\DuplicateIndexTypeSettingsTable
- Вызов: DuplicateIndexTypeSettingsTable::getMap
static function getMap(): array { return [ new IntegerField('ID', ['primary' => true]), new BooleanField('ACTIVE', ['values' => ['N', 'Y'], 'default_value' => 'N']), new StringField('DESCRIPTION', ['size' => 256]), new IntegerField('ENTITY_TYPE_ID'), new IntegerField('STATE_ID'), new StringField('FIELD_PATH', ['size' => 255]), new StringField('FIELD_NAME', ['size' => 50]), new StringField('PROGRESS_DATA'), ]; }