Specifies the codeunit that transfers data in and out of tables in Microsoft Dynamics NAV.

After processing in the Data Handling Codeunit, exported data is processed in the Validation Codeunit prior to processing in the Pre-Mapping Codeunit.

After processing in the Post-Mapping Codeunit, imported data is processed in the Validation Codeunit prior to processing in the Data Handling Codeunit.

The Data Handling Codeunit also supports multiple tables in situations where the Data Exchange Framework is used to transfer data in and out of tables in local versions of Microsoft Dynamics NAV.

Mapping occurs between the Pre-Mapping Codeunit and the Post-Mapping Codeunit. The mapping definition is stored in the Data Exch. Mapping and Data Exch. Field Mapping tables.

For more information about the structure of objects in the Data Exchange Framework, see the diagrams in About the Data Exchange Framework.

Tip

See Also