Developers can write faster install code

Important

This content is archived and is not being updated. For the latest documentation, go to What's new and planned for Dynamics 365 Business Central. For the latest release plans, go to Dynamics 365, Power Platform, and Cloud for Industry release plans.

Enabled for Public preview General availability
Users, automatically Mar 1, 2023 Apr 1, 2023

Business value

Using a new language construct, developers can write faster install code when they want to move a field (with data) from one table to another, or when they want to copy all data from one table to another.

Feature details

When refactoring an app, developers often need to move a field from one table to another, or to copy all data from one table to another. With this feature, a developer can copy the data from the old field to the new field, or copy the data from the old table to the new, in a set-based way without having to write a loop.

With DataTransfer, install code runs significantly faster.

See also

Transferring data (docs)