• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/importoneccontragentbase.php
  • Класс: BitrixSaleExchangeImportOneCContragentBase
  • Вызов: ImportOneCContragentBase::resolveOwnerEntityTypeId
protected function resolveOwnerEntityTypeId($typeId)
{
	$entityTypeId = EntityType::UNDEFINED;

	switch ($typeId)
	{
		case OneCDocumentType::USER_PROFILE:
			$entityTypeId = static::getUserProfileEntityTypeId();
			break;
	}
	return $entityTypeId;
}