LedgerChartOfAccountsStructure::exist Method
Indicates whether the specified record in the LedgerChartOfAccountsStructure table exists.
Syntax
client server public static boolean exist(RefRecId _chartOfAccounts, RefRecId _dimensionHierarchy)
Run On
Called
Parameters
- _chartOfAccounts
Type: RefRecId Extended Data Type
The record ID of the related LedgerChartofAccounts record.
- _dimensionHierarchy
Type: RefRecId Extended Data Type
The record ID of the related DimensionHierarchy record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.