TrialBalanceFinancialReportOptions Class

Options class to set Trial Balance Financial Report parameter values for Accounting Seed Financial Reporter API methods.

Properties

This class extends FinancialReportOptions and has no additional properties.

Methods

The following are the global methods for the TrialBalanceFinancialReportOptions class.

global TrialBalanceFinancialReportOptions()

Constructor.

Usage

AcctSeed.TrialBalanceFinancialReportOptions options = new TrialBalanceFinancialReportOptions();

Default Values

If not explicitly set, the properties are defaulted to the following values:

reportType

Default: FinancialReportOptions.FinancialReportType.TRIAL_BALANCE

Required: True

startingAccountingPeriod

Default: The Id of the first open Accounting Period

Required: True

suppressOpeningBalanceAndPeriodColumns

Default: True in Multicurrency org, False in single currency org

Required: True