Applies to
⚠️ Velixo NX only
ERP: Sage Intacct
The SI.WAREHOUSENAME function returns the warehouse name corresponding to a given warehouse ID.
Syntax
SI.WAREHOUSENAME(Connection, WarehouseID)
Parameters
The SI. WAREHOUSE NAME function uses the following parameters:
Parameter | Required/Optional | Description |
Connection | Required | The name of the connection as configured in the Connection Manager |
WarehouseID | Required | The ID number of the warehouse |
Example
Assuming the following configuration within Sage Intacct:
=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 parameters)