• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/merger/conflictresolver/textfield.php
  • Класс: Bitrix\Crm\Merger\ConflictResolver\TextField
  • Вызов: TextField::getTargetValue
protected function getTargetValue(): string
{
	if ($this->isTargetChanged())
	{
		return (string)($this->newTargetValue[$this->fieldId] ?? parent::getTargetValue());
	}
	return parent::getTargetValue();
}