• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/profileimport.php
  • Класс: BitrixSaleExchangeProfileImport
  • Вызов: ProfileImport::getId
public function getId()
    {
        /** @var static $profile */
        $profile = $this->getEntity();
        return $profile->getField('USER_PROFILE_ID');
    }