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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: DimensionAttrValueLedgerOverride Table
The specified record in the DimensionAttrValueLedgerOverride table; otherwise, an empty record.

See Also

Reference

DimensionAttrValueLedgerOverride Table