• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/onec/documentbase.php
  • Класс: BitrixSaleExchangeOneCDocumentBase
  • Вызов: DocumentBase::getId
public function getId()
    {
	if($this->getField('ID'))
        {
            return $this->getField('ID');
        }

        return null;
    }