Click or drag to resize

CopyPackage

This topic describes the ShipExec Client CopyPackage Business Rule

A business rule hook that fires when the "Copy Package" button is clicked

Sample CopyPackage Business Rule
JavaScript
    this.CopyPackage = function(shipmentRequest, packageIndex) {

    }

See Also