• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/entity/userprofileimport.php
  • Класс: BitrixSaleExchangeEntityUserProfileImport
  • Вызов: UserProfileImport::update
public function update(array $params)
{
	$entity = $this->getEntity();

	if($entity->getId()>0)
		static::updateEmptyXmlId($entity->getId(), $params['TRAITS']['XML_ID']);

	return new SaleResult();
}