GeneralLedgerBalancesV2: Visma.net Financials General Ledger Balances |
Get a range of General Ledger Balances. Complete documentation can be found under 8.21 release notes. Please use a page size lower or equal to the allowed max page size which is returned under metadata. If pagesize is greater than the max page size, it will be limited to max page size.
Catalog: VismaNet
Schema: GeneralLedgerBalanceV2
Label: General Ledger Balances
This is a read-only table function. The Visma.net Financials API may not support changing the data or the Invantive UniversalSQL driver for Visma.net Financials does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Visma.net Financials API.
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function GeneralLedgerBalancesV2. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
---|---|---|---|---|
account |
string |
☐ |
|
Account to retrieve balance for |
balanceType |
string |
☐ |
|
Balance Type of the ledger to be exported (Values: Actual, Report, Statistical, Budget) |
branch |
string |
☐ |
|
Branch to retrieve balance for |
excludeYTDAccount |
boolean |
☐ |
|
|
lastModifiedDateTime |
datetime |
☐ |
|
This value, generated by the system, indicates the last time the record was modified. Use it to retrieve all records that have been modified since that time, up to the present.Mandatory if 'PeriodId' is not provided.Accepted format:* ```yyyy-MM-dd```* ```yyyy-MM-dd HH:mm:ss```* ```yyyy-MM-dd HH:mm:ss.FFF```* ```yyyy-MM-ddTHH:mm:ss```* ```yyyy-MM-ddTHH:mm:ss.FFF``` |
ledger |
string |
☐ |
|
Ledger to retrieve balance for |
periodId |
string |
☐ |
|
Period to retrieve balance for. Mandatory if 'LastModifiedDateTime' not provided. Format: 'yyyyMM' |
toggleBalanceSigns |
boolean |
☐ |
|
Parameter can be used in order to change the balance sign for liability and income accounts |
Columns of Table Function
The columns of the table function GeneralLedgerBalancesV2 are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
account_description |
string |
Account Description |
☐ |
Name of item/description |
account_externalCode1 |
string |
Account External Code 1 |
☐ |
ExternalCode1 is deprecated, please use ExternalCode1Info instead. |
account_externalCode1Info_description |
string |
{res:itgen_vnet_account_externalcode1info_description} |
☐ |
Name of item/description |
account_externalCode1Info_number |
string |
{res:itgen_vnet_account_externalcode1info_number} |
☐ |
Number of item |
account_externalCode2 |
string |
Account External Code 2 |
☐ |
ExternalCode2 is deprecated, please use ExternalCode2Info instead. |
account_externalCode2Info_description |
string |
{res:itgen_vnet_account_externalcode2info_description} |
☐ |
Name of item/description |
account_externalCode2Info_number |
string |
{res:itgen_vnet_account_externalcode2info_number} |
☐ |
Number of item |
account_glConsolAccountCD |
string |
{res:itgen_vnet_account_glconsolaccountcd} |
☐ |
|
account_number |
string |
Account Number |
☐ |
Number of item |
account_type |
string |
Account Type |
☐ |
|
balanceType |
string |
Balance Type |
☐ |
|
beginningBalance |
double |
{res:itgen_vnet_beginningbalance} |
☐ |
The total account balance at the start of the selected period. |
beginningBalanceInCurrency |
double |
{res:itgen_vnet_beginningbalanceincurrency} |
☐ |
The total account balance in the currency of the selected account at the start of the selected period. |
branch_name |
string |
Branch Name |
☐ |
Click the magnifier. > The name. |
branch_number |
string |
Branch Number |
☐ |
Click the magnifier. > The identifier. |
COMPANY_CODE |
string(30) |
Company Code |
☑ |
Partition code, segmenting the data. |
COMPANY_NAME |
string(240) |
Company Name |
☑ |
Name of the partition. |
currencyId |
string |
Currency ID |
☐ |
|
errorInfo |
string |
Error Message |
☐ |
|
financialPeriod |
string |
Financial Period |
☐ |
The financial period to which the transactions recorded in the document should be posted. Format YYYYMM. |
lastModifiedDateTime |
datetime |
Last Modified |
☐ |
|
ledger_description |
string |
Ledger Description |
☐ |
Click on the magnifier. > The description. |
ledger_id |
string |
Ledger ID |
☐ |
Click on the magnifier. > The identifier. |
metadata_maxPageSize |
int64 |
Metadata Max Pagesize |
☐ |
|
metadata_totalCount |
int64 |
Total Count |
☐ |
|
periodToDateCredit |
double |
{res:itgen_vnet_periodtodatecredit} |
☐ |
The total of all credit movements for the selected period. |
periodToDateCreditInCurrency |
double |
{res:itgen_vnet_periodtodatecreditincurrency} |
☐ |
The total of all credit movements in the currency of the selected account for the selected period. |
periodToDateDebit |
double |
{res:itgen_vnet_periodtodatedebit} |
☐ |
The total of all debit movements for the selected period. |
periodToDateDebitInCurrency |
double |
{res:itgen_vnet_periodtodatedebitincurrency} |
☐ |
The total of all debit movements in the currency of the selected account for the selected period. |
subAccountCd |
string |
{res:itgen_vnet_subaccountcd} |
☐ |
|
subaccountId |
string |
{res:itgen_vnet_subaccountid} |
☐ |
|
yearClosed |
boolean |
{res:itgen_vnet_yearclosed} |
☐ |
True when the last period of a financial year is closed in all modules. |
yearToDateBalance |
double |
{res:itgen_vnet_yeartodatebalance} |
☐ |
The total account balance at the end of the selected period. |
yearToDateBalanceInCurrency |
double |
{res:itgen_vnet_yeartodatebalanceincurrency} |
☐ |
The total account balance in the currency of the selected account at the end of the selected period. |
23-06-2025 19:16 Version 24.1.116-BETA+5455