• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_owner_type.php
  • Класс: \CCrmOwnerType
  • Вызов: CCrmOwnerType::isUseDynamicTypeBasedApproach
static function isUseDynamicTypeBasedApproach(int $entityTypeId): bool
{
	return (
		self::isDynamicTypeBasedStaticEntity($entityTypeId)
		|| self::isPossibleDynamicTypeId($entityTypeId)
	);
}