SI.EXPANDWAREHOUSESINGROUP
Overview
The SI.EXPANDWAREHOUSESINGROUP function returns warehouses belonging to the specified group, defined within Sage Intacct.
Syntax
=SI.EXPANDWAREHOUSESINGROUP(
ConnectionName,
GroupName,
WithChildren
)
Arguments
Argument | Required/Optional | Description |
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Dimension group name, as visible in the Sage Intacct interface. |
| Optional | When set to
|
Examples
Return all objects
=SI.EXPANDWAREHOUSESINGROUP(
"Sage"
"WAREHOUSES1"
)
Description: Returns a list of warehouses belonging to the WAREHOUSES1 group available for the Sage connection.