Dear experts
Data Management in D365 can be used as integration tool between D365 and third party software , my undertanding is.
A simple integration in my case is an import of csv files which will generate batch orders in status created.
The data entity to be used is Batch orders and I can achieve this easily by setting up a project and mapping the fields .
Where I get stuck is around fields that are mandatory for D365 and they are meaningless for the third party integration.
For example , the column BatchOrdernumber seems to be mandatory in the file for the import.
You can set the column to be auto-generated but , the column needs to be specified in the file with blank values .
This is where I get confused. Why do we need to specify these fields in the file if we set the rules in D365 ?
In theory , the file structure should contain only the information provided by the third party software and D365 should manage the additional fields thanks to the rules applied such as auto-generation or auto-default.
Why do we need to specify the column in the file ?
Or am I setting up the project wrongly?