Breadcrumbs

SI.ITEMNAME

Overview

The SI.ITEMNAME function returns the item name corresponding to one or more given item IDs.

Syntax

=SI.ITEMNAME(
    ConnectionName,
    ItemID
)

Arguments

The SI. ITEMNAME 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.

ItemID

Required

The ID number(s) of the item(s)

Examples

Assuming the following configuration within Sage Intacct:

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/qp3PeNgw07MzhGAzUtj-1YUK-fpatpissg.png


Example 1

=SI.ITEMNAME(
    "Sage", 
    "1001"
)


Description

Returns the name of the item with the ID "1001".


Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/QmCxldJ3yd7DQ5UVv03ns2JFA0BEVwtpfg.png

Example 2

=SI.ITEMNAME(
    "Sage", 
    C2:C4
)


Description

Returns the name of the items whose ID numbers are listed in cell C2 through C4.


Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/D7c_MGVGeupa9oxfmX0KpUzcrsf7VTu48Q.png


Example 3

=SI.ITEMNAME(
    "Sage", 
    C2#
)


Description

Returns the name of all item names whose ID numbers are displayed by the function in cell C2.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/z04761PdptN2PaycnGpJL4IS-FA8afngjg.png