Share via


DimensionAttrValueCOAOverride::findByDimensionAttrValueCOAOverride Method

Finds the specified record in the DimensionAttrValueCOAOverride table by using the specified DimensionAttributeValue and LedgerChartOfAccounts records.

Syntax

client server public static DimensionAttrValueCOAOverride findByDimensionAttrValueCOAOverride(
    RefRecId _dimensionAttributeValue, 
    RefRecId _chartOfAccounts, 
   [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: DimensionAttrValueCOAOverride Table
The specified record in the DimensionAttrValueCOAOverride table; otherwise, an empty record.

See Also

Reference

DimensionAttrValueCOAOverride Table