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 Name | Input Information | Required |
|---|---|---|
| Account Number | GL Account Number. Refer to the GL Accounts List for the full list of accounts. | Yes |
| Prefix | Allows a concatenation of static values (with double quotes) to be placed before the name | No |
| Suffix | Allows a concatenation of string values (with double quotes) to be placed after the name | No |
Example
- Select Finsyte Functions > GLAccountName
- Reference an account number (ex: 4000)
- Select OK to see the Account Name returned (ex: Sales)
