Click or drag to resize

PostProcessBatch

This topic describes the ShipExec Client PostProcessBatch Business Rule

A business rule hook that fires after the process batch event

Sample PostProcessBatch Business Rule
JavaScript
    this.PostProcessBatch = function(batchResponse, vm) {

    }

See Also