A decommissioned legacy balance table, dropped alongside the old general-ledger table when the balanced journal ledger shipped. Nothing reads or writes it: account balances now live in GLAccountPeriodBalance (per account, period and dimension) and PartyPeriodBalance (per party inside a control account), both derived from posted journal lines. The metadata row survives only because entity definitions are upsert-only in the seed engine.
Fields
| Field | Label | Type | Required | What it does |
AccountId | Account | Lookup → Account | | |
Amount | Amount Signed | Currency | | |
AmountCrDr | Amount | Text | | |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
GLAccountId | GL Account | Lookup → GLAccount | | |
Id | Id | Guid | Yes | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
PartnerAccountId | Partner Account | Lookup → Account | | |
RecordTypeId | Record Type | Guid, hidden | | |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Edit | Edit | Edit | Edit |
New | New | New | New |