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 MainAccountConsolidateAccount table.
Syntax
client server public static MainAccountConsolidateAccount findById(
RecId _mainAccount,
RecId _consolidateAccountGroup,
[boolean _forUpdate,
RecId _chartOfAccounts])
Run On
Called
Parameters
- _mainAccount
Type: RecId Extended Data Type
The record ID of the MainAccount record.
- _consolidateAccountGroup
Type: RecId Extended Data Type
The record ID of the ConsolidateAccountGroup record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _chartOfAccounts
Type: RecId Extended Data Type
The record ID of the LedgerChartOfAccounts record; optional.
Return Value
Type: MainAccountConsolidateAccount Table
A record in the MainAccountConsolidateAccount table; otherwise, an empty record.