Page "General Ledger Entries"
ID 20
Namespace: Microsoft.Finance.GeneralLedger.Ledger
Properties
Name
Value
AdditionalSearchTerms
G/L Transactions, Accounting Entries, Financial Entries, Bookkeeping Records, Account Records, G/L Entries, Account Lines, GL Entries
ApplicationArea
#Basic,#Suite
Caption
General Ledger Entries
DataCaptionExpression
GetCaption()
DeleteAllowed
False
InsertAllowed
False
PageType
List
Permissions
TableData "G/L Entry" = m
SourceTable
Table Microsoft.Finance.GeneralLedger.Ledger."G/L Entry"
SourceTableView
sorting("G/L Account No.", "Posting Date")
order(descending)
UsageCategory
History
Events
OnBeforeCheckEntryPostedFromJournal
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckEntryPostedFromJournal(var GLEntry: Record "G/L Entry", var IsHandled: Boolean)
Parameters
OnBeforeGetCaption
[IntegrationEvent(False,False)]
local procedure OnBeforeGetCaption(GLEntry: Record "G/L Entry", GLAccount: Record "G/L Account", var RetCaption: Text, var IsHandled: Boolean)
Parameters
OnBeforeOnModifyRecord
[IntegrationEvent(False,False)]
local procedure OnBeforeOnModifyRecord(GLEntry: Record "G/L Entry", var Result: Boolean, var IsHandled: Boolean)
Parameters
See also