procedure TransferInventoryProfileFromPurchaseLine(var InventoryProfile: Record "Inventory Profile", var PurchaseLine: Record "Purchase Line", var TrackingReservationEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferInventoryProfileFromPurchaseLine(var InventoryProfile: Record "Inventory Profile", PurchaseLine: Record "Purchase Line")
[IntegrationEvent(False,False)]
local procedure OnBeforeTransPurchLineToProfile(var InventoryProfile: Record "Inventory Profile", var Item: Record Item, ToDate: Date)
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckInsertPurchLineToProfile(var InventoryProfile: Record "Inventory Profile", var PurchLine: Record "Purchase Line", ToDate: Date, var IsHandled: Boolean)