• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/model/itemhistorytable.php
  • Класс: BitrixRpaModelItemHistoryTable
  • Вызов: ItemHistoryTable::onBeforeUpdate
static function onBeforeUpdate(ORMEvent $event): ORMEventResult
{
	$result = new ORMEventResult();

	$result->addError(new OrmEntityError('You cannot update history records'));

	return $result;
}