DimensionFocusBalance::findByBalanceQuery Method
Finds the specified record in the DimensionFocusBalance table.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static DimensionFocusBalance findByBalanceQuery(
LedgerDimensionAccount _focusLedgerDimension,
CurrentOperationsTax _postingLayer,
FiscalPeriodType _fiscalPeriodType,
TransDate _accountingDate,
LedgerSystemGeneratedUltimo _isSystemGeneratedUltimo,
LedgerRecId _ledgerRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static DimensionFocusBalance findByBalanceQuery(
LedgerDimensionAccount _focusLedgerDimension,
CurrentOperationsTax _postingLayer,
FiscalPeriodType _fiscalPeriodType,
TransDate _accountingDate,
LedgerSystemGeneratedUltimo _isSystemGeneratedUltimo,
LedgerRecId _ledgerRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static DimensionFocusBalance findByBalanceQuery(
LedgerDimensionAccount _focusLedgerDimension,
OperationsTax _postingLayer,
FiscalPeriodType _fiscalPeriodType,
TransDate _accountingDate,
LedgerSystemGeneratedUltimo _isSystemGeneratedUltimo,
LedgerRecId _ledgerRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Microsoft Dynamics AX 2012 (FPK)
client server public static DimensionFocusBalance findByBalanceQuery(
LedgerDimensionAccount _focusLedgerDimension,
OperationsTax _postingLayer,
FiscalPeriodType _fiscalPeriodType,
TransDate _accountingDate,
LedgerSystemGeneratedUltimo _isSystemGeneratedUltimo,
LedgerRecId _ledgerRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Microsoft Dynamics AX 2012 (SYS)
client server public static DimensionFocusBalance findByBalanceQuery(
LedgerDimensionAccount _focusLedgerDimension,
OperationsTax _postingLayer,
FiscalPeriodType _fiscalPeriodType,
TransDate _accountingDate,
LedgerSystemGeneratedUltimo _isSystemGeneratedUltimo,
LedgerRecId _ledgerRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _focusLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
The record ID of the DimensionAttributeValueCombination table.
- _postingLayer
Type: CurrentOperationsTax Enumeration
The ledger category of the DimensionFocusBalance record.
- _fiscalPeriodType
Type: FiscalPeriodType Enumeration
The fiscal period type of the DimensionFocusBalance record.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date of the DimensionFocusBalance record.
- _isSystemGeneratedUltimo
Type: LedgerSystemGeneratedUltimo Extended Data Type
The SystemGeneratedUltimo field to search by.
- _ledgerRecId
Type: LedgerRecId Extended Data Type
The record ID of the related ledger table.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: DimensionFocusBalance Table
A record in the DimensionFocusBalance table; otherwise, an empty record.