Newer Version Available

This content describes an older version of this product. View Latest

blng__GLAccount__c

Represents the accounting journal entries in a General Ledger (GL) account. You can define both a credit GL account and a debit GL account as endpoints for these entries. These GL accounts, along with all associated records, can later be exported to an external GL bookkeeping system.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
CurrencyIsoCode
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The three-letter ISO 4217 currency code associated with the legacy entity when multiple currencies are enabled.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed a GL account record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed a GL account record. If this value is null, it’s possible that the user only accessed the GL account record or a related list view (LastReferencedDate), but not viewed the GL account record itself.
Name
Type
string
Properties
Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update
Description
The name of the GL account.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Required. The ID of the record owner.
This field is a polymorphic relationship field.
Relationship Name
Owner
Refers To
Group, User
blng__Active__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Required. Indicates whether the GL account is active (true) or not (false). To deactivate the GL account, clear the Active checkbox. This setting won't affect past or existing transactions or assignments. The default value is true.
blng__GLAccountDescription__c
Type
textarea
Properties
Create, Nillable, Update
Description
The purpose and usage of a GL account.
blng__GLAccountNumber__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Required. The number that's used to organize the details about the GL account.
blng__Notes__c
Type
textarea
Properties
Create, Nillable, Update
Description
Additional details or comments related to the GL account.