Views:

Applies to Product - Dynamics 365 Commerce
 

What’s happening?
The customer is experiencing an error during the export of container-type table items using the Data Management Framework (DMF), specifically indicated by the message: "## error occurred while exporting bitmap data."
 

Reason:
This arises when attempting to include container-type items, such as Batchjob.RECURRENCEDATA and Batch.PARAMETERS, in a custom data entity designed for set-based execution during DMF export/import operations.
 

Resolution:

  • Ensure that the custom data entity is correctly configured to include the necessary container-type items.
  • Verify that the method getFieldsToBeConvertedToFile() is properly implemented in the X++ logic to handle the container-type fields.
  • Refer to the documentation for guidance on importing and exporting container data fields using DMF: Import/Export Container Data Fields.