...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_owner_type.php
- Класс: \CCrmOwnerType
- Вызов: CCrmOwnerType::getSuspendedDynamicTypeId
static function getSuspendedDynamicTypeId(int $typeId): int { if(static::isPossibleDynamicTypeId($typeId)) { $typeId += (static::DynamicTypeEnd - static::DynamicTypeStart); } return $typeId; }