LedgerChartOfAccountsStructure::checkExist Method
Indicates whether the specified record exists in the LedgerChartOfAccountsStructure table; if not, a message is displayed.
Syntax
client server public static boolean checkExist(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.