Mapping template

The mapping template is built-in and does not require any end-user changes. The mapping template represents the mappings that the Lawson requisitioning application requires to process a standard cXML PunchOut item (by design, an X- or Special-type item). This data structure has been derived from the standard cXML PunchOutOrderMessage document schema. DOCTYPE element is not present and the DTD compliance checking normally applied to the PunchOutOrderMessage document has been disabled. This file must be well-formed in XML, but it is not validated against a DTD.

This template is not intended to be modified by the end-user.

The Vendor Number and Purchase From Location values are normally set in Punchout Template (ED45). If these information are not set in ED45, then the operator must provide the missing values after the PunchOut shopping session has finished or by prior arrangement with the vendor to send your values in the PunchOutOrderMessage, in conjunction with the proper user-supplied <mapping> instructions.

<?xml version="1.0" encoding="UTF-8"?>
<cXML payloadID="" timestamp="CCYY-MM-DDTHH:MM:SS-GMT" version="1.0">
<Message deploymentMode="">
    <PunchOutOrderMessage>
        <BuyerCookie>cartCookie</BuyerCookie>
        <PunchOutOrderMessageHeader operationAllowed="">
            <Total>
                <Money currency="RLN_TRAN_CURR_CODE"></Money>
            </Total>
        </PunchOutOrderMessageHeader>
        <ItemIn quantity="RLN_QUANTITY">
            <ItemID>
                <SupplierPartID>RLN_ITEM</SupplierPartID>
                <SupplierPartID>RLN_VEN_ITEM</SupplierPartID>
                <SupplierPartAuxiliaryID>_punchoutID</SupplierPartAuxiliaryID>
            </ItemID>
            <ItemDetail>
                <UnitPrice>
                    <Money currency="RLN_TRAN_CURR_CODE"></Money>
                    <Money>RLN_UNIT_COST</Money>
                    <Money>RLN_TRAN_UNIT_COST</Money>
                </UnitPrice>
                <Description>RLN_DESCRIPTION</Description>
                <Description>ITE_DESCRIPTION_2</Description>
                <UnitOfMeasure>RLN_ENTERED_UOM</UnitOfMeasure>
                <ManufacturerPartID>RLN_MANUF_NBR</ManufacturerPartID>
            </ItemDetail>
        </ItemIn>
    </PunchOutOrderMessage>
</Message>
</cXML>