---
title: "Deprecation: #65288 - Deprecate \"new record\" entry point"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65288"
source: "Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #65288 - Deprecate "new record" entry point

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

## Description

The following entry point has been marked as deprecated:

-   typo3/db_new.php

## Impact

Using this entry point in a backend module will throw a deprecation message.

## Migration

Use `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl()` instead with the according module name.

`typo3/db_new.php` will have to be refactored to `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl('db_new')`
