• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/recyclebin/dynamic.php
  • Класс: Bitrix\Crm\Integration\Recyclebin\Dynamic
  • Вызов: Dynamic::resolveEntityTypeId
static function resolveEntityTypeId(string $entityType): int
{
	$entityTypeName = str_replace(self::SHORT_PREFIX, '', $entityType);

	return \CCrmOwnerType::ResolveID($entityTypeName);
}