Click or drag to resize

NextPackage

This topic describes the ShipExec Client NextPackage Business Rule

A business rule hook that fires when the user navigates to the next package in a multi-piece shipment

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

    }
See Also