Share via


MainAccount.getFinancialStatementValues Method

Gets the financial statement information associated with the current record.

Syntax

public DimensionAttributeValueFinancialStmt getFinancialStatementValues([boolean _forUpdate, boolean _createIfNecessary])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true to select for update; otherwise, false.
  • _createIfNecessary
    Type: boolean
    true to create if the record does not yet exist; otherwise, false.

Return Value

Type: DimensionAttributeValueFinancialStmt Table
The financial statement information associated with the current account.

Remarks

If the _createIfNecessary parameter is set to false this method may return an empty table buffer if financial statement information has not yet been set.

See Also

Reference

MainAccount Table