Click or drag to resize

PreBuildShipment

This topic describes the ShipExec Client PreBuildShipment Business Rule

A business rule hook that fires when the user clicks the "Build Shipment" button

Sample PreBuildShipment Business Rule
JavaScript
    this.PreBuildShipment = function(shipmentRequest) {

    }

See Also