Class: module:crm/GroupUtility

module:crm/GroupUtility()

new module:crm/GroupUtility()

Source:

Members

(static) groupFilters

Array of functions that will filter out group layout

Source:

Methods

(static) createGroupMetricRequest(options)

Returns an SDataNamedQueryRequest setup for group metrics

Parameters:
Name Type Description
options Object

Options for creating the request

Properties
Name Type Attributes Description
groupId String

The id of the group the request should execute on

queryArgs Object <optional>

Additional query arguments to set on the request

connection Object <optional>

SData connection. Defaults to use App.getService(false)

Source:

(static) createGroupRequest(options)

Returns an SDataNamedQueryRequest setup for groups

Parameters:
Name Type Description
options Object

Options for creating the request

Properties
Name Type Attributes Description
groupId String

The id of the group the request should execute on

queryArgs Object <optional>

Additional query arguments to set on the request

connection Object <optional>

SData connection. Defaults to use App.getService(false)

Source: