Applies to
⚠️ Velixo NX only
ERP: Sage Intacct
This function applies to Sage Intacct connections only.
Description
The SI.EXPANDCUSTOMERRANGE function returns an array containing one or more Sage Intacct Customer IDs (based on the specified range).
Syntax
SI.EXPANDCUSTOMERRANGE(ConnectionName, Range)
The SI. EXPANDCUSTOMERRANGE 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 Customer IDs to be displayed. See Filtering Velixo Functions. |
Examples
Example #1
=SI.EXPANDCUSTOMERRANGE("Sage","*")
Description
Returns the Customer ID for every customer in the specified connection.
Results
Example #2
=SI.EXPANDCUSTOMERRANGE("Sage","*;-100??")
Description
Returns every Customer ID which does not start with 100.
Results
Example #3
=SI.EXPANDCUSTOMERRANGE("Sage","10100:20000")
Description
Returns every Customer ID between 10100 and 20000 (inclusive).
Results