Click or drag to resize

PostTransmit

This topic describes the ShipExec Client PostTransmit Business Rule

A business rule hook that fires after the transmit event

Sample PostTransmit Business Rule
JavaScript
    this.PostTransmit = function(transmitItem) {

    }

See Also