BudgetPrimaryLedgerDimensionAttribute::existByAccountStructure Method
Determines whether the record in the BudgetPrimaryLedgerDimensionAttribute table specified by a Dimensionhierarchy and Ledger record exists.
Syntax
server public static boolean existByAccountStructure(RecId _accountStructure, RecId _ledger)
Run On
Server
Parameters
- _accountStructure
Type: RecId Extended Data Type
The record ID of the DimensionHierarchy record.
- _ledger
Type: RecId Extended Data Type
The record ID of the Ledger record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.