SI.EXPANDWAREHOUSERANGE
Pavel Kabir avatar
Written by Pavel Kabir
Updated over a week ago

Applies to

  • ⚠️ Velixo NX only

  • ERP: Sage Intacct

This function applies to Sage Intacct connections only.


Description

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

Syntax

SI.EXPANDWAREHOUSERANGE(ConnectionName, Range)

The SI. EXPANDWAREHOUSE 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 Warehouse IDs to be displayed. See Filtering Velixo Functions.

Examples

Assuming the following configuration within Sage Intacct:

Example #1

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

Description

Returns all Warehouse IDs.

Results

Example #2

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

Description

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

Results

Did this answer your question?