Skip to main content

C0353

Functional Description

IF <CONSIGNMENT.HOUSE CONSIGNMENT.Release type > is EQUAL to ‘1’
    THEN <CONSIGNMENT.HOUSE CONSIGNMENT.CONSIGNMENT ITEM> = “R”
ELSE
    <CONSIGNMENT.HOUSE CONSIGNMENT.CONSIGNMENT ITEM> = “N”

Technical Description

IF /*/Consignment/HouseConsignment/releaseType is EQUAL to ‘1’
    THEN /*/Consignment/HouseConsignment/ConsignmentItem = “R”
ELSE
    /*/Consignment/HouseConsignment/ConsignmentItem = “N”