• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/EventHistory/TrackedObject.php
  • Класс: Bitrix\Crm\Service\EventHistory\TrackedObject
  • Вызов: TrackedObject::getFieldValueCaption
protected function getFieldValueCaption(string $fieldName, $fieldValue, string $actualOrCurrent = null): string
{
	return (string)$fieldValue;
}