Skip to main content

C0343

Functional Description

IF <CONSIGNMENT.Country of destination> is PRESENT
    THEN <CONSIGNMENT-HOUSE CONSIGNMENT.Country of destination> = “N” AND
    <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Country of destination> = “N”
ELSE IF < CONSIGNMENT-HOUSE CONSIGNMENT.Country of destination is PRESENT
    THEN <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Country of destination> =
    “N”
ELSE
    <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Country of destination> =
    “R”

Technical Description

IF /*/Consignment/countryOfDestination is PRESENT
    THEN /*/Consignment/HouseConsignment/countryOfDestination = “N” AND
    /*/Consignment/HouseConsignment/ConsignmentItem/countryOfDestination = “N”
ELSE IF /*/Consignment/HouseConsignment/countryOfDestination is PRESENT
    THEN /*/Consignment/HouseConsignment/ConsignmentItem/countryOfDestination = “N”
ELSE
    /*/Consignment/HouseConsignment/ConsignmentItem/countryOfDestination = “R”