• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/onec/userprofiledocument.php
  • Класс: BitrixSaleExchangeOneCUserProfileDocument
  • Вызов: UserProfileDocument::getExternalId
function getExternalId()
{
	if(isset($this->fields['XML_ID']))
	{
		return $this->fields['XML_ID'];
	}

	return null;
}