Skip to main content

C0045

Functional Description

IF <TRANSIT OPERATION.Declaration type> is EQUAL to ‘T’
    THEN <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Declaration type> = “R”
ELSE
    <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Declaration type> = “N”

Technical Description

IF /*/TransitOperation/declarationType is EQUAL to ‘T’
    THEN /*/Consignment/HouseConsignment/ConsignmentItem/declarationType = “R”
ELSE
    /*/Consignment/HouseConsignment/ConsignmentItem/declarationType = “N”