In this release, we have added the ability to load the contract number through the Manifest EDI process. Part is this new feature is the addition of a dedicated Contract Number field to the Various Information tab of the Manifest EDI House Holding screen.
The contract number can be added to the Manifest EDI file using the new XML tag called <ContractNumber> within the <HousebillDetail> segment.
Example of the XML Structure:
<HousebillDetail>
<HousebillNumber>111-1111111</HousebillNumber>
…..
…..
<Incoterm>FOB</Incoterm>
<ContractNumber>Max30chars</ContractNumber>
</HousebillDetail>
