This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromSalesLine in codeunit Sales Line-Invt. Profile
[Obsolete(Replaced by procedure TransferInventoryProfileFromSalesLine in codeunit Sales Line-Invt. Profile,25.0)]
procedure TransferFromSalesLine(var SalesLine: Record "Sales Line", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromProdOrderComp in codeunit Prod. Order Comp.-Invt. Profile
[Obsolete(Replaced by procedure TransferInventoryProfileFromProdOrderComp in codeunit Prod. Order Comp.-Invt. Profile,25.0)]
procedure TransferFromComponent(var ProdOrderComponent: Record "Prod. Order Component", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromPlanComponent in codeunit Plng. Component-Invt. Profile
[Obsolete(Replaced by procedure TransferInventoryProfileFromPlanComponent in codeunit Plng. Component-Invt. Profile,25.0)]
procedure TransferFromPlanComponent(var PlanningComponent: Record "Planning Component", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromPurchaseLine in codeunit Purch. Line-Invt. Profile
[Obsolete(Replaced by procedure TransferInventoryProfileFromPurchaseLine in codeunit Purch. Line-Invt. Profile,25.0)]
procedure TransferFromPurchaseLine(var PurchaseLine: Record "Purchase Line", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromProdOrderLine in codeunit Prod. Order Line Reserve
[Obsolete(Replaced by procedure TransferInventoryProfileFromProdOrderLine in codeunit Prod. Order Line Reserve,25.0)]
procedure TransferFromProdOrderLine(var ProdOrderLine: Record "Prod. Order Line", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromAssemblyLine in codeunit Assembly Line Invt. Profile
[Obsolete(Replaced by procedure TransferInventoryProfileFromAssemblyLine in codeunit Assembly Line Invt. Profile,25.0)]
procedure TransferFromAsmLine(var AssemblyLine: Record "Assembly Line", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromAssemblyHeader in codeunit Assembly Header Invt. Profile
[Obsolete(Replaced by procedure TransferInventoryProfileFromAssemblyHeader in codeunit Assembly Header Invt. Profile,25.0)]
procedure TransferFromAsmHeader(var AssemblyHeader: Record "Assembly Header", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromRequisitionLine in codeunit Req. Line-Reserve
[Obsolete(Replaced by procedure TransferInventoryProfileFromRequisitionLine in codeunit Req. Line-Reserve,25.0)]
procedure TransferFromRequisitionLine(var RequisitionLine: Record "Requisition Line", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromServLine in codeunit Service Line Invt. Profile
[Obsolete(Replaced by procedure TransferInventoryProfileFromServLine in codeunit Service Line Invt. Profile,25.0)]
procedure TransferFromServLine(var ServiceLine: Record "Service Line", var TrackingReservationEntry: Record "Reservation Entry")
This element will become obsolete from version 25.0. Replaced by procedure TransferInventoryProfileFromJobPlanningLine in codeunit Job Planning Invt. Profile
[Obsolete(Replaced by procedure TransferInventoryProfileFromJobPlanningLine in codeunit Job Planning Invt. Profile,25.0)]
procedure TransferFromJobPlanningLine(var JobPlanningLine: Record "Job Planning Line", var TrackingReservationEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterCopyTrackingFromItemLedgEntry(var InventoryProfile: Record "Inventory Profile", ItemLedgEntry: Record "Item Ledger Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterCopyTrackingFromInvtProfile(var InventoryProfile: Record "Inventory Profile", FromInventoryProfile: Record "Inventory Profile")
[IntegrationEvent(False,False)]
local procedure OnAfterCopyTrackingFromReservEntry(var InventoryProfile: Record "Inventory Profile", ReservEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromItemLedgerEntry(var InventoryProfile: Record "Inventory Profile", ItemLedgerEntry: Record "Item Ledger Entry")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromSalesLine in codeunit Sales Line-Invt. Profile
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromSalesLine in codeunit Sales Line-Invt. Profile,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromSalesLine(var InventoryProfile: Record "Inventory Profile", SalesLine: Record "Sales Line")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromProdOrderComponent in codeunit Prod. Order Comp.-Invt. Profile
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromProdOrderComponent in codeunit Prod. Order Comp.-Invt. Profile,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromComponent(var InventoryProfile: Record "Inventory Profile", ProdOrderComp: Record "Prod. Order Component")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromPlnanningComponent in codeunit Plng. Component-Invt. Profile
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromPlnanningComponent in codeunit Plng. Component-Invt. Profile,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromPlanComponent(var InventoryProfile: Record "Inventory Profile", PlanningComponent: Record "Planning Component")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromProdOrderLine in codeunit Purch. Line-Invt. Profile
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromProdOrderLine in codeunit Purch. Line-Invt. Profile,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromPurchaseLine(var InventoryProfile: Record "Inventory Profile", PurchaseLine: Record "Purchase Line")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromProdOrderLine in codeunit Prod. Order Line-Reserve
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromProdOrderLine in codeunit Prod. Order Line-Reserve,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromProdOrderLine(var InventoryProfile: Record "Inventory Profile", ProdOrderLine: Record "Prod. Order Line")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromAssemblyLine in codeunit Assembly Line-Invt. Profile
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromAssemblyLine in codeunit Assembly Line-Invt. Profile,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromAsmLine(var InventoryProfile: Record "Inventory Profile", AssemblyLine: Record "Assembly Line")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromAssemblyHeader in codeunit Assembly Header-Invt. Profile
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromAssemblyHeader in codeunit Assembly Header-Invt. Profile,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromAsmHeader(var InventoryProfile: Record "Inventory Profile", AssemblyHeader: Record "Assembly Header")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromRequisitionLine in codeunit Req. Line-Reserve
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromRequisitionLine in codeunit Req. Line-Reserve,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromRequisitionLine(var InventoryProfile: Record "Inventory Profile", RequisitionLine: Record "Requisition Line")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromInboundTransfer(var InventoryProfile: Record "Inventory Profile", TransLine: Record "Transfer Line")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromOutboundTransfPlan(var InventoryProfile: Record "Inventory Profile", RequisitionLine: Record "Requisition Line")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromOutboundTransfer(var InventoryProfile: Record "Inventory Profile", TransferLine: Record "Transfer Line")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromServiceLine in codeunit Service Line-Invt. Profile
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromServiceLine in codeunit Service Line-Invt. Profile,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromServLine(var InventoryProfile: Record "Inventory Profile", ServiceLine: Record "Service Line")
This element will become obsolete from version 25.0. Replaced by event OnAfterTransferInventoryProfileFromServiceLine in codeunit Job Planning Invt. Profile
[Obsolete(Replaced by event OnAfterTransferInventoryProfileFromServiceLine in codeunit Job Planning Invt. Profile,25.0)]
[IntegrationEvent(False,False)]
local procedure OnAfterTransferFromJobPlanningLine(var InventoryProfile: Record "Inventory Profile", JobPlanningLine: Record "Job Planning Line")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferToTrackingEntry(var ReservationEntry: Record "Reservation Entry", InventoryProfile: Record "Inventory Profile", UseSecondaryFields: Boolean)
[IntegrationEvent(False,False)]
local procedure OnAfterSetTrackingFilter(var InventoryProfile: Record "Inventory Profile", FromInventoryProfile: Record "Inventory Profile")
[IntegrationEvent(False,False)]
local procedure OnAfterSetTrackingFilterFromInvtProfile(var InventoryProfile: Record "Inventory Profile", FromInventoryProfile: Record "Inventory Profile")
[IntegrationEvent(False,False)]
local procedure OnTransferBindingsOnAfterAssignPrimaryOrderInfo(var InventoryProfile: Record "Inventory Profile", OppositeReservEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnTransferToTrackingEntrySourceTypeElseCase(var InventoryProfile: Record "Inventory Profile", var ReservationEntry: Record "Reservation Entry", UseSecondaryFields: Boolean, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeTransferBindings(var ReservEntry: Record "Reservation Entry", var TrackingEntry: Record "Reservation Entry", var Result: Decimal, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnCalcReservedQtyOnBeforeReservationEntryLoop(var ReservationEntry: Record "Reservation Entry", var ReservedQty: Decimal, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnAfterTransferQtyFromItemTrgkEntry(var InventoryProfile: Record "Inventory Profile", TrackingReservationEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterReduceQtyByItemTracking(var InventoryProfile: Record "Inventory Profile", NewInventoryProfile: Record "Inventory Profile")