When creating a document configuration you’ll need to have the following things created first:
Document Type[Link]
Format[Link]
Variant[Link]
Version[Link]
when that’s done you can create a Document Configuration you will need to find some extra information
...
TransformToCdm, this is the map that needs to be put into the itineary itinerary parameters of what map(s) you wish to execute, you need to go into BizTalk to find the fully qualified assembly name, when you have saved the document config you need to expand it and edit the TransformToCdm and put in parameters like this.
MAP%Dk.EdiPortal.Documents.SalesInvoice.Map_Ax_To_Cdm.Map_Ax_To_Cdm.Documents.SalesInvoice.Map_Ax_To_Cdm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9bbf64e641eeeb2fthere are also other options you can do in Itinerary [link to other itinerary].
if you choose to enable Schema Validation be sure to have a schema in Fully qualified schema name, as it is this it uses for validation.
...