Skip to main content
Skip table of contents

SI.WAREHOUSENAME

Overview

The SI.WAREHOUSENAME function returns the warehouse name corresponding to a given warehouse ID.

Syntax

CODE
=SI.WAREHOUSENAME(
    ConnectionName, 
    WarehouseID
)

Arguments

The SI. WAREHOUSE NAME function uses the following arguments:

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

WarehouseID

Required

The ID number of the warehouse

Example

Assuming the following configuration within Sage Intacct:

CODE
=SI.WAREHOUSENAME(
    "Sage", 
    "100"
)

Description

Returns the name of the warehouse with the code "100".

Result

(this example uses a cell reference for
one of the arguments)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.