Click or drag to resize

PreModifyGroup

This topic describes the ShipExec Client PreModifyGroup Business Rule

A business rule hook that fires before the modify group event

Sample PreModifyGroup Business Rule
JavaScript
    this.PreModifyGroup = function(group, userParams) {

    }

See Also