Click or drag to resize

PostCreateGroup

This topic describes the ShipExec Client PostCreateGroup Business Rule

A business rule hook that fires after the create group event

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

    }

See Also