SI.EXPANDDEPARTMENTRANGE
for Sage Intacct
Harry Lewis avatar
Written by Harry Lewis
Updated over a week ago

Applies to

  • ⚠️ Velixo NX only

  • ERP: Sage Intacct

This function applies to Sage Intacct connections only.


Description

The SI.EXPANDDEPARTMENTRANGE function returns an array containing one or more Sage Intacct Department IDs (based on the specified range).

Syntax

SI.EXPANDDEPARTMENTRANGE(ConnectionName, Range)

The SI. EXPANDDEPARTMENT RANGE function uses the following parameters:

Parameter

Required/Optional

Description

ConnectionName

Required

The name of the connection as configured in the Connection Manager

Range

Optional

A range filtering specifying the Department IDs to be displayed. See Filtering Velixo Functions.

Examples

Assuming the following configuration within Sage Intacct:

Example #1

=SI.EXPANDDEPARTMENTRANGE("Sage")
or
=SI.EXPANDDEPARTMENTRANGE("Sage","*")

Description

Returns all Department IDs.

Results

Example #2

=SI.EXPANDDEPARTMENTRANGE("Sage","100:300")

Description

Returns all Department IDs between 100 and 300 (inclusive).

Results

Did this answer your question?