Applies to
⚠️ Velixo NX only
ERP: Sage Intacct
This function applies to Sage Intacct connections only.
Description
The SI.EXPANDLOCATIONERANGE function returns an array containing one or more Sage Intacct Location IDs (based on the specified range).
Syntax
SI.EXPANDLOCATIONRANGE(ConnectionName, Range)
The SI. EXPANDLOCATIONRANGE 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 Location IDs to be displayed. See Filtering Velixo Functions. |
Examples
Assuming the following configuration within Sage Intacct:
Example #1
=SI.EXPANDLOCATIONRANGE("Sage")
or
=SI.EXPANDLOCATIONRANGE("Sage","*")
Description
Returns all Location IDs.
Results
Example #2
=SI.EXPANDLOCATIONRANGE("Sage","9??")
Description
Returns all of the three-digit Location IDs with start with the digit 9.
Results
Example #3
=SI.EXPANDLOCATIONRANGE("Sage","100:300;900:999")
Description
Returns all Location IDs between 100 and 300 (inclusive) and between 900 and 999 (inclusive).