Click or drag to resize

PreTransmit

This topic describes the ShipExec Client PreTransmit Business Rule

A business rule hook that fires before the transmit event

Sample PreTransmit Business Rule
JavaScript
    this.PreTransmit = function(transmitItem, userParams) {

    }

See Also