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