• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/productrow.php
  • Класс: Bitrix\Crm\ProductRow
  • Вызов: ProductRow::isNew
public function isNew(): bool
{
	return (!($this->getId() > 0));
}