DimensionAttrValueCOAOverride::exist Method
Indicates whether the specified record in the DimensionAttrValueCOAOverride table exists.
Syntax
client server public static boolean exist(RefRecId _dimensionAttributeValue, RefRecId _chartOfAccounts)
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.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.