ProjGroup.setLedgerAccount Method
Returns and optionally sets a ledger account that will be used by projects in a project group.
Syntax
private LedgerDimensionDefaultAccount setLedgerAccount(
boolean set,
LedgerDimensionDefaultAccount ledgerAccount,
ProjAccountType accountType)
Run On
Called
Parameters
- set
Type: boolean
A Boolean value that specifies whether to set the ledger account to the value of the ledgerAccount parameter.
- ledgerAccount
Type: LedgerDimensionDefaultAccount Extended Data Type
A ledger account.
- accountType
Type: ProjAccountType Enumeration
The account type of the ledger account.
Return Value
Type: LedgerDimensionDefaultAccount Extended Data Type
The ledger account.