Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _dimensionAttributeValue
Type: RefRecId Extended Data Type
The record ID of the related DimensionAttributeValue record.
- _chartOfAccounts
Type: RefRecId Extended Data Type
The record ID of the related LedgerChartOfAccounts record.
- _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: DimensionAttrValueCOAOverride Table
The specified record in the DimensionAttrValueCOAOverride table; otherwise, an empty record.