DimensionAttrValueLedgerOverride::findByDimensionAttrValueLedgerOverride Method
Finds the specified record in the DimensionAttrValueLedgerOverride table by using the specified DimensionAttributeValue record.
Syntax
client server public static DimensionAttrValueLedgerOverride findByDimensionAttrValueLedgerOverride(
RefRecId _dimensionAttributeValue,
RefRecId _ledger,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _dimensionAttributeValue
Type: RefRecId Extended Data Type
The record ID of the linked DimensionAttributeValue record.
- _ledger
Type: RefRecId Extended Data Type
- _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: DimensionAttrValueLedgerOverride Table
The specified record in the DimensionAttrValueLedgerOverride table; otherwise, an empty record.