- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicatevolatilecriterion.php
- Класс: Bitrix\Crm\Integrity\DuplicateVolatileCriterion
- Вызов: DuplicateVolatileCriterion::getSupportedDedupeTypes
static function getSupportedDedupeTypes(): array
{
return [
DuplicateIndexType::VOLATILE_1,
DuplicateIndexType::VOLATILE_2,
DuplicateIndexType::VOLATILE_3,
DuplicateIndexType::VOLATILE_4,
DuplicateIndexType::VOLATILE_5,
DuplicateIndexType::VOLATILE_6,
DuplicateIndexType::VOLATILE_7,
];
}