Enabling the enhanced PunchOutSetupRequest feature

A new setting called enhancedPOSR adds three <Extrinsic> elements to the PunchOutSetupRequest document, one each for the Requesting Location, Requisition Number, and RequesterID. This extra information is turned off by default. It should be turned on only if the receiving party can make use of the extra information.

  1. To enable this feature, specify enhancedPOSR in the <setting name> field of the appropriate vendor section of your RQC or punchout configuration :

    <setting name="enhancedPOSR" value="true"/>

  2. This instructs Lawson Procurement Punchout to add three extrinsic elements to the PunchOutSetupRequest:
    <Extrinsic name="requester">_requesterID_</Extrinsic>
    <Extrinsic name="requestingLocation">_requestingLocation_</Extrinsic>
    <Extrinsic name="requisitionNumber">_requisitionNumber_</Extrinsic>