• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/service/scenarios/dealadd.php
  • Класс: BitrixSaleExchangeIntegrationServiceScenariosDealAdd
  • Вызов: DealAdd::getNamingEntity
public function getNamingEntity(array $fields)
{
	return 'new Deal by order: '.$fields['ID'];
}