Application management : Tools : Enterprise Talk : Examples - import : Importing on a reference date
Importing on a reference date
If the reference date is set on Documents level, the date specified there overrules the date in the XML.
Import document: reference date is set to 07-09-2015.
Input XML file:
<businessobjects>
<UsrLeaseContract>
<Code>AA</Code>
<Name>AA</Name>
<IsPaymentContract>True</IsPaymentContract>
<ContractCategoryRef>01</ContractCategoryRef>
<BeginDate>2015-09-01</BeginDate>
<OfferingContractPartyRef>0012</OfferingContractPartyRef>
<ContractIdCounterpart/>
</UsrLeaseContract>
</businessobjects>
Because the start date specified in the XML is overruled by the date on the Enterprise Talk document, the result is a contract with a start date of 07-09-2015.