Click or drag to resize

PostPrint

This topic describes the ShipExec Client PostPrint Business Rule

A business rule hook that fires after the Print event

Sample PostPrint Business Rule
JavaScript
    this.PostPrint = function(document) {

    }

See Also