Click or drag to resize

PostLoad

This topic describes the ShipExec Client Postload Business Rule

A business rule hook that fires after the load event

Sample Postload Business Rule
JavaScript
    this.PostLoad = function(loadValue, shipmentRequest) {

    }

See Also