Views:

Applies to Product – Dynamics 365 Commerce


What’s happening?
The customer is unable to export the 'Customers V3' entity in a specific format and retrieve the manifest.xml file for integration with an external webservice due to a limitation in the number of columns supported during the export process.


Reason:
The export process fails because the entity contains more columns than the supported limit of 255 columns, which is a design constraint of the product.


Resolution:

  1. Use the CSV format for the export, as it does not have the 255 columns limitation.
  2. After exporting in CSV format, the manifest.xml file can be retrieved for integration with the external webservice.