Breadcrumbs

SI.CUSTOMERNAME

Overview

The SI.CUSTOMERNAME function returns the customer name corresponding to one or more given customer IDs.

Syntax

=SI.CUSTOMERNAME(
    ConnectionName, 
    CustomerId
)

Arguments

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

CustomerID

Required

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

Examples

Given the following configuration in Sage Intacct...

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


Example 1

=SI.CUSTOMERNAME(
    "Sage", 
    "10001"
)


Description

Returns the name of the customer with the ID "10001".

Result

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


Example 2

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


Description

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

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/42aJERg-wEellIf4lXZFMqY-ojBx1w9xEw.png


Example 3

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


Description

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

Result

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