Breadcrumbs

SI.WAREHOUSENAME

Overview

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

Syntax

=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:

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/t-9F48k8ZDkgtNp289yVIDyX553S20AN7w.png


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


Description

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

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/JN_NR13azaoqzVvk31IWQJVx8zFMkRXkyw.png
(this example uses a cell reference for
one of the arguments)