Setting up a Dell Test Punchout site
- Access Punchout Template (ED45).
-
Complete these steps to create a record.
- Specify a unique name in the Template Name field. For example, specify DellTemplate.
- Leave the Client field blank.
- Specify the proper values in the Prodline, Vendor, and Purch Fr Loc fields.
-
Add the record.
Note: If the punchout-enabled vendor is a content aggregator, which means multiple vendor's items can be shopped for, then leave the Vendor field blank. This information is provided manually after shopping has finished and the items are in RQC.
- Access Punchout User Group (ED41).
-
Complete these steps to create an entry.
- In the User Group Name field, specify DellPunchout.
- In the Icon field, specify ../images/DellPunchout.jpg.
- Leave the Url field blank.
- Add the record.
-
In the Punchout Users (ED43) program, associate at
least one requester with this Punchout User Group record.
- In the User Group Name field, specify DellPunchout.
- In the User Name field, select a valid user name from your organization.
- In the Requester field, specify the requester ID of the user that you specified in the previous step.
- In the Template Name field, specify DellTemplate.
- Add the record.
-
Locate the punchout_config.xml file.
Note: You can find this file in the $LAWDIR/system directory or in the assembly area where the Infor Lawson Requisition Center configuration file is also located. The punchout_config.xml contains templates for certain select vendors.
- Using a text editor, open the punchout_config.xml file.
- In the <buyingOrg> section, copy and paste the content into the RQC configuration file $LAWDIR/system/rqc_config.xml, between the <punchout></punchout> tags.
- Locate the <vendor> section where the name= attribute contains DellPunchout in the punchout_config.xml file.
- Copy the entire <vendor> section for DellPunchout from the punchout_config.xml file into your rqc_config.xml file. Copy it after the <buyingOrg> section that you have inserted.
-
Complete the <buyingOrg> configuration
section.
Note: This section describes who you are to the vendor and some system configuration information.
You can use the DellPunchout configuration as delivered. The values contained in the DellPunchout configuration are for Dell's TEST PUNCHOUT SITE. If and when you want to punchout to Dell, you should first call your Dell representative and discuss the process Dell to enable you to punchout to them in a live, production manner. They build a website with your items and prices, then they provide you with a new set of authentication credentials and possibly a different URL to which to punchout. But as delivered, the DellPunchout configuration is a useful way to test if your Punchout installation and configuration is correct and operational.
-
After making edits to the rqc_config.xml file,
re-load it by using the RQC utility menu. Use the direct URL: http://<yourLWSNserver>:<port>/rqc/html/utility.htm.
If you cannot locate the punchout_config.xml file to get the <buyingOrg> or <vendor name="DellPunchout"> sections, then use this:
<buyingOrg name="LawsonSoftware"> <setting id="deploymentMode" name="deploymentMode" value="test"/> <setting id="" name="eMailDomainName" value="lawson.com"/> <setting id="DUNS" name="From" value="0123456789"/> <setting id="NetworkId" name="Sender" value="LawsonSoftwareInc."/> <setting id="SharedSecret" name="Password" value="TestingPassword"/> <setting id="remotePunchOutServer" name="remotePunchOutServer" value="<yourRemotePunchoutServer>: <yourPortNumber>"/> <setting id="remotePunchOutServlet" name="remotePunchOutServlet" value="/punchout/remoteServlet/ PunchoutSetupRequest"/> <setting id="URL" name="SaveCart" value="/punchout/remoteServlet/SaveCart"/> <setting id="URL" name="GetCart" value="/punchout/remoteServlet/GetCart"/> </buyingOrg> <vendor name="DellPunchout"> <setting id="URL" name="DellPunchout" value="https://b2bpreview.dell.com/invoke/B2BDirect.Entry/ processDocument"/> <setting id="DUNS" name="To" value="128293714"/> <setting id="NetworkId" name="From" value="delllawsontest"/> <setting id="NetworkId" name="Sender" value="0123456789"/> <setting id="SharedSecret" name="Password" value="LawsonT"/> </vendor>
-
After making edits to the rqc_config.xml file,
re-load it by using the RQC utility menu. Use the direct URL: http://<yourLWSNserver>:<port>/rqc/html/utility.htm.