C0909
Functional Description
IF <CONSIGNMENT.Country of dispatch> is PRESENT
THEN
<CONSIGNMENT-HOUSE CONSIGNMENT.Country of dispatch> = “N” AND
<CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Country of
dispatch> = “N”
ELSE IF <CONSIGNMENT-HOUSE CONSIGNMENT.Country of dispatch> is
PRESENT
THEN <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Country of dispatch> =
“N”
ELSE
<CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Country of dispatch> = “R”
Technical Description
IF /*/Consignment/countryOfDispatch is PRESENT
THEN
/*/Consignment/HouseConsignment/countryOfDispatch = “N” AND
/*/Consignment/HouseConsignment/ConsignmentItem/countryOfDispatch = “N”
ELSE IF /*/Consignment/HouseConsignment/countryOfDispatch is PRESENT
THEN
/*/Consignment/HouseConsignment/ConsignmentItem/countryOfDispatch = “N”
ELSE
/*/Consignment/HouseConsignment/ConsignmentItem/countryOfDispatch = “R”