DimensionFocusLedgerDimensionReference::findByFocusTransactionLedgerDimensions Method
Finds the specified record in the DimensionFocusLedgerDimensionReference table.
Syntax
client server public static DimensionFocusLedgerDimensionReference findByFocusTransactionLedgerDimensions(
LedgerDimensionAccount _focusLedgerDimension,
LedgerDimensionAccount _accountEntryLedgerDimension,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _focusLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
The record ID of the related DimensionAttributeValueCombination table.
- _accountEntryLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
The record ID of the related DimensionAttributeValueCombination table.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value that is used when the table is not automatically concurrent.
Return Value
Type: DimensionFocusLedgerDimensionReference Table
A record in the DimensionFocusLedgerDimensionReference table; otherwise, an empty record.