Click or drag to resize

PostBuildShipment

This topic describes the ShipExec Client PostBuildShipment Business Rule

A business rule hook that fires after the user clicks the "Create Shipment" button in the build shipment dialog

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

    }

See Also