Skip to main content

GLAccountName Function

GLAccountName Function

Description

The GLAccountName function takes the Account Number as an input and returns the Name (Column: AccountSearchDisplayNameCopy) from the GL Accounts list in NetSuite.

Function Arguments

Argument NameInput InformationRequired
Account NumberGL Account Number. Refer to the GL Accounts List for the full list of accounts.Yes
PrefixAllows a concatenation of static values (with double quotes) to be placed before the nameNo
SuffixAllows a concatenation of string values (with double quotes) to be placed after the nameNo

Example

  1. Select Finsyte Functions > GLAccountName
  2. Reference an account number (ex: 4000)
  3. Select OK to see the Account Name returned (ex: Sales)

GLAccountNameFunction