Accounting Apex API Developer Reference

c2g.CODAAPIGeneralLedgerAccountTypes_4_0

global class CODAAPIGeneralLedgerAccountTypes_4_0

holds information about a general ledger account. see "general ledger account fields" and "what is a general Ledger Account?" in the FinancialForce Help for more details. Some fields that FinancialForce has added to the GeneralLedgerAccount object have not been made available through the FinancialForce Accounting API because the functionality is supported by the Salesforce API.

Enums

enumType

types of general ledger account.

Value Description
BalanceSheet Transactions posted to this account contribute to the Balance Sheet statement.
ProfitAndLoss Transactions posted to this account contribute to the Profit & Loss statement.
RetainedEarnings The Retained Earnings Account. There can only be one general ledger account of this type.

c2g.CODAAPIGeneralLedgerAccountTypes_4_0.GeneralLedgerAccount

global class GeneralLedgerAccount

holds information about a general ledger account. see "general ledger account fields" and "what is a general ledger account?" in the financialforce help for more details. Some fields that FinancialForce has added to the GeneralLedgerAccount object have not been made available through the FinancialForce Accounting API because the functionality is supported by the Salesforce API.

Properties

Name Type Description
Id id globally unique string that identifies the record.
OwnerId c2g.CODAAPICommon.Reference id of the user who owns this record.
IsDeleted boolean indicates whether the record has been moved to the recycle bin (true) or not (false).
Name string name of this general ledger account. mandatory.
CurrencyIsoCode string currency used by this general ledger account. must be an active currency within salesforce.
CreatedDate datetime date and time when this record was created.
CreatedById c2g.CODAAPICommon.Reference id of the user who created this record.
LastModifiedDate datetime date and time when this record was last modified by a user.
LastModifiedById c2g.CODAAPICommon.Reference id of the user who last updated this record.
SystemModstamp datetime date and time when this record was last modified by a user or by a workflow process (such as a trigger).
BalanceSheet1 string a user-defined hierarchy value.
BalanceSheet2 string a user-defined hierarchy value.
BalanceSheet3 string a user-defined hierarchy value.
ExternalId string
ReportingCode string unique code by which this general ledger account can be identified. mandatory.
TrialBalance1 string a user-defined picklist value.
TrialBalance2 string a user-defined picklist value.
TrialBalance3 string a user-defined picklist value.
TrialBalance4 string a user-defined picklist value.
TypeRef c2g.CODAAPIGeneralLedgerAccountTypes_4_0.enumType type of general ledger account. mandatory.
GLAGroup string an optional group that the general ledger account belongs to: accounts receivable, accounts payable, cash or none.
© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.