Click or drag to resize

PreCreateGroup

This topic describes the ShipExec Client PreCreateGroup Business Rule

A business rule hook that fires before the create group event

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

    }

See Also