Skip to main content
Skip table of contents

ACCOUNTCLASSNAME

Overview

The ACCOUNTCLASSNAME function returns the name of a specified account class.

Syntax

CODE
=ACCOUNTCLASSNAME(
    ConnectionName, 
    AccountClass
)

Arguments

The ACCOUNTCLASSNAME function uses the following arguments:

Argument

Required / Optional

Result

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

AccountClass

Required

The code of the account class.

Example

CODE
=ACCOUNTCLASSNAME(
    "Demo", 
    "EXBANK"
)


Description: Returns the name of EXBANK account class.

Result: Expense-Bank Fees

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.