Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts records based on input from the test mode dialog box.
Syntax
server public static void testModeUpdate(
CustPackingSlipJour _custPackingSlipJour,
ShipCarrierTrackingNum _trackingNum,
Weight _weight,
ShipCarrierRate _publishedRate,
ShipCarrierRate _shippingCharge,
ShipCarrierRate _handlingCharge,
ShipCarrierRate _fuelSurcharge,
ShipCarrierRate _otherCharge)
Run On
Server
Parameters
- _custPackingSlipJour
Type: CustPackingSlipJour Table
The CustPackingSlipJour record to use when initializing the records.
- _trackingNum
Type: ShipCarrierTrackingNum Extended Data Type
The tracking number.
- _weight
Type: Weight Extended Data Type
The weight.
- _publishedRate
Type: ShipCarrierRate Extended Data Type
The published rate.
- _shippingCharge
Type: ShipCarrierRate Extended Data Type
The shipping charge.
- _handlingCharge
Type: ShipCarrierRate Extended Data Type
The handling charge.
- _fuelSurcharge
Type: ShipCarrierRate Extended Data Type
The fuel surcharge.
- _otherCharge
Type: ShipCarrierRate Extended Data Type
The other charge.