Enhanced PunchOutSetupRequest feature

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

To turn ON this feature, place this <Setting> into the appropriate vendor section of your RQC/punchout configuration :

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

This will instruct 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>