Skip to main content

GLAccountTypeBalance Function

GLAccountTypeBalance Function

Definition

The GLAccountTypeBalance provides the third highest level of grouping for accounts and utilizes the AccountType field in the GL Accounts list to return a summarized balance.

Function Arguments

Argument NameInput InformationRequired
SubsidiarySubsidiary NameNo
Fiscal YearFiscal Year in the format specified in NetSuiteYes
PeriodPeriod Number (ex: 1 for January)Yes
Period RangeValid values include ITD, YTD, RTD, QTD, PTDYes
Account TypeValid Account Type based on options available for review in the GL Accounts list.Yes
BookBook Number. Default is 1 if omitted.No
ItemItem IDNo
ClassClassification NameNo
DepartmentDepartment NameNo
LocationLocation NameNo
EntityEntity NameNo
Transaction TypeTransaction TypeNo
PostedSpecified whether to include only Posted (P) or Non-Posted (NP) Transactions. Valid values are P (default) or NP.No
CurrencyIf left blank, will default to the currency defined by the Subsidiary. Currency Names are listed in the Data Retrieval section of the ribbon.No

Remarks

Easily add the Accounts Type list next to an account numbers list by using the GetListInfo Function as seen below.

GetListInfo to return account type

Example

Let's say you want to see the Account Type Balances for Bank, Accounts Receivable, Fixed Asset and Income accounts. You can use the GLAccountTypeBalance function to return this easily.

  1. Start by having a place whereall required function arguments can be entered
    1. Function Arguments
  2. Select Finsyte Functions > GL Level Totals > GLAccountTypeBalance
  3. Link all function arguments including the Account Type which can either by typed in (ex: "Bank") or selected from a cell reference
    1. Account Type Arguments
  4. Select OK to see the balance total for all accounts under the umbrella of the AccountType of "Bank"
  5. Repeat for the addition types to see the separate balances returned
    1. Account Type Balances

Note: Right click on the amount to select Drill Down to Base Accounts which will create a new tab where all accounts under the selected type are shown with the GLAccountBalance function.