SI.EXPANDVENDORRANGE
Harry Lewis avatar
Written by Harry Lewis
Updated over a week ago

Applies to

  • ⚠️ Velixo NX only

  • ERP: Sage Intacct

This function applies to Sage Intacct connections only.


Description

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

Syntax

SI.EXPANDVENDORRANGE(ConnectionName, Range)

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

Examples

Example #1

=SI.EXPANDVENDORRANGE("Sage","*")

Description

Returns all Vendor IDs

Results

Example #2

=SI.EXPANDVENDORRANGE("Sage","*;-20000:20100")

Description

Returns all Vendor IDs expect those between 20000 and 20100 (inclusive).

Results

Did this answer your question?