Click or drag to resize

PostModifyGroup

This topic describes the ShipExec Client PostModifyGroup Business Rule

A business rule hook that fires after the modify group event

Sample PostModifyGroup Business Rule
JavaScript
    this.PostModifyGroup = function(group) {

    }

See Also