System Data Other Actions Menu

Display the drop-down 'Other Actions' menu either by pressing F9 or clicking the down arrow immediately to the right of the green circle with a white cross icon at the top of the button bar. The following function is available:
  1. Export SOP Data

Export SOP Data

Running the 'Export SOP Data' command results in an XML file being generated with details of Couriers, Courier Bandings and Delivery Rates. Here is an example of how the XML file might look:

<?xml version="1.0"?>
<SOPDATA>
 <COURIERS>
 <COURIER CODE="">Royal Mail Next Day before 12</COURIER>
 </COURIERS>
 <DELRATES>
 <RATE>
 <COUNTRY_CODE></COUNTRY_CODE>
 <ZONE></ZONE>
 <POSTCODES>GY</POSTCODES>
 <COURIER_CODE></COURIER_CODE>
 <COMPANY_CLASS>Unknown</COMPANY_CLASS>
 <WEIGHT LOW="0" HIGH="2"/>
 <VALUE LOW="0" HIGH="0"/>
 <POSTAGE GROSS="-1" VAT="0" PERKG="0" ISKG="-1">10.6</POSTAGE>
 <PRIORITY>1</PRIORITY>
 </RATE>
 </DELRATES>
 <COURIERBANDING>
 <BANDING>
 <WEIGHT LOW="0" HIGH="500"/>
 <ZONE>WW</ZONE>
 <COURIER></COURIER>
 </BANDING>
 </COURIERBANDING>
</SOPDATA>


See Also


Did you find this article helpful?