• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/service/internal/entity/base.php
  • Класс: BitrixSaleExchangeIntegrationServiceInternalEntityBase
  • Вызов: Base::setOriginatorId
public function setOriginatorId($value)
{
	$this->fields->set('ORIGINATOR_ID', $value);
	return $this;
}