Hello,
I have created a composite data entity that we will be using to import transfer order header and lines into the system, we are using a composite data entity rather than the standard ones for header and lines that are separate as we wish the system to automatically generate the transfer order number for the header and lines and as far as I am aware this is the only way to do it.
When downloading the package from the composite entity the manifest.xml file does not contain the individual field settings that it does when generating from a regular data entity such as below:
<EntityMap>
<ArrayIndex>0</ArrayIndex>
<EntityField>TRANSFERORDERNUMBER</EntityField>
<EntityFieldConversionList i:nil="true" />
<IsAutoDefault>false</IsAutoDefault>
<IsAutoGenerated>true</IsAutoGenerated>
<IsDefaultValueEqualNull>false</IsDefaultValueEqualNull>
<UseTextQualifier>false</UseTextQualifier>
<XMLField>TRANSFERORDERNUMBER</XMLField>
</EntityMap>
The import of these files will be automated so changing the mapping manually to set fields to Auto-Generate isn't an option.
Is it possible to set these values somewhere on the data entity or alter the composite data entity manifest to set these values?
Cheers,