Share via


Page "Item Ledger Entries"

ID 38
Namespace: Microsoft.Inventory.Ledger

Properties

Name Value
AdditionalSearchTerms inventory transactions
ApplicationArea #Basic,#Suite
Caption Item Ledger Entries
DataCaptionExpression GetCaption()
DataCaptionFields 2
Editable False
PageType List
SourceTable Table Microsoft.Inventory.Ledger."Item Ledger Entry"
SourceTableView sorting("Entry No.") order(descending)
UsageCategory History

Methods

ShowCostAdjustmentActions

procedure ShowCostAdjustmentActions()

Events

OnBeforeGetCaption

[IntegrationEvent(False,False)]
local procedure OnBeforeGetCaption(var ItemLedgerEntry: Record "Item Ledger Entry", var Result: Text, var IsHandled: Boolean)

Parameters

Name Type Description
ItemLedgerEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"
Result Text
IsHandled Boolean

OnBeforeOpenPage

[IntegrationEvent(True,False)]
local procedure OnBeforeOpenPage()

See also