Share via


Table "Item Tracing Buffer"

ID 6520
Namespace: Microsoft.Inventory.Tracking

Properties

Name Value
Caption Item Tracing Buffer
ReplicateData False
DataClassification CustomerContent

Fields

Name Type Description
"Line No." Integer
"Parent Item Ledger Entry No." Integer
Level Integer
"Item No." Code[20]
"Posting Date" Date
"Entry Type" Enum Microsoft.Inventory.Ledger."Item Ledger Entry Type"
"Source Type" Enum Microsoft.Foundation.Enums."Analysis Source Type"
"Source No." Code[20]
"Source Name" Text[100]
"Document No." Code[20]
Description Text[100]
"Location Code" Code[10]
Quantity Decimal
"Remaining Quantity" Decimal
Open Boolean
Positive Boolean
"Variant Code" Code[10]
"Serial No." Code[50]
"Lot No." Code[50]
"Item Ledger Entry No." Integer
"Created by" Code[50]
"Created on" Date
"Record Identifier" RecordId
"Item Description" Text[100]
"Already Traced" Boolean
"Package No." Code[50]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CopyTrackingFromItemLedgEntry

procedure CopyTrackingFromItemLedgEntry(ItemLedgEntry: Record "Item Ledger Entry")

Parameters

Name Type Description
ItemLedgEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"

SetDescription

procedure SetDescription(Description2: Text[100])

Parameters

Name Type Description
Description2 Text[100]

Events

OnAfterCopyTrackingFromItemLedgEntry

[IntegrationEvent(False,False)]
local procedure OnAfterCopyTrackingFromItemLedgEntry(var ItemTracingBuffer: Record "Item Tracing Buffer", ItemLedgEntry: Record "Item Ledger Entry")

Parameters

Name Type Description
ItemTracingBuffer Table Microsoft.Inventory.Tracking."Item Tracing Buffer"
ItemLedgEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"

See also