• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Operation/FieldAfterSaveResult.php
  • Класс: Bitrix\Crm\Service\Operation\FieldAfterSaveResult
  • Вызов: FieldAfterSaveResult::setNewValue
public function setNewValue(string $fieldName, $value): self
{
	$this->newValues[$fieldName] = $value;

	return $this;
}