Breadcrumbs

SI.EXPANDCUSTOMERSINGROUP

Overview

The SI.EXPANDUSTOMERSINGROUP function returns customers belonging to the specified group, defined within Sage Intacct.

Syntax

=SI.EXPANDCUSTOMERSINGROUP(
    ConnectionName, 
    GroupName,
    WithChildren
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

GroupName

Required

Dimension group name, as visible in the Sage Intacct interface.

WithChildren

Optional

When set to TRUE, return customers in a group along with their children.

FALSE by default.

Examples

Return all objects

=SI.EXPANDCUSTOMERSINGROUP(
    "Sage"
    "CUSTOMERS1"
)


Description: Returns a list of customers belonging to the CUSTOMERS1 group available for the Sage connection.