We are importing a data package into the system via the Data Management Framework.
How do we define a column that is auto-generated within the package. It appears as though we can define it in the manifest.xml, but we don't know the schema definitions.
(our hunch is that is should reside in the <EntityMapList>.....just don't know how its supposed to look)
The package works fine if we manually define the auto-generated column mappings.....but our goal is to have the package stand alone without manual intervention.
Note: The import file is an XML-attribute file
Thanks and any help is appreciated