---
title: "Deprecation: #80317 - Deprecate BackendUtility::getRecordRaw()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-80317"
source: "Changelog/8.7/Deprecation-80317-DeprecateBackendUtilityGetRecordRaw.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #80317 - Deprecate BackendUtility::getRecordRaw()

See [forge#80317](https://forge.typo3.org/issues/80317)

## Description

Method `BackendUtility::getRecordRaw()` has been deprecated and should not be
used any longer.

## Impact

Extensions using above methods will throw a deprecation warning.

## Affected Installations

All installations and extensions using the method `BackendUtility::getRecordRaw()`.

## Migration

Use the QueryBuilder instead and remove all restrictions.
For further information follow this link: [querybuilder](https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Database/QueryBuilder/Index.html)
