SI.EXPANDWAREHOUSERANGE

Created by Damien Zwillinger, Modified on Thu, 5 Oct, 2023 at 5:49 PM by Gabriel Michaud

Applies to:

  • Velixo NX
  • Sage Intacct


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

 

TABLE OF CONTENTS


Syntax

SI.EXPANDWAREHOUSERANGE(ConnectionName, Range, IncludeInactive)

 

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.

IncludeInactive

Optional

True (default) or False

Determines whether or not to include entries with a Status field set to Inactive in the results.

(available in version 2023.8 and higher)

 

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

 

Example 3

 Assuming the following configuration within Sage Intacct:

 

=SI.EXPANDWAREHOUSERANGE("Sage",,FALSE)

Description

Returns all active Warehouse IDs.

 

Results

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article