[IntegrationEvent(False,False)]
local procedure OnBeforeSkipPlanningForItemOnReqWksh(Item: Record Item, var SkipPlanning: Boolean, var IsHandled: Boolean, StockkeepingUnit: Record "Stockkeeping Unit", CurrWorksheetType: Option)
[IntegrationEvent(False,False)]
local procedure OnBeforeDeleteReqLines(Item: Record Item, var PurchReqLine: Record "Requisition Line", var ReqLineExtern: Record "Requisition Line", var IsHandled: Boolean, InventoryProfileOffsetting: Codeunit "Inventory Profile Offsetting")
[IntegrationEvent(False,False)]
local procedure OnBeforeInitializeFromSetup(var UseForecast: Code[10], var IsHandled: Boolean, var InventorySetup: Record "Inventory Setup")
This element will become obsolete from version 27.0. Replaced by event OnBeforeInitializeFromSetup
[Obsolete(Replaced by event OnBeforeInitializeFromSetup,27.0)]
[IntegrationEvent(False,False)]
local procedure OnBeforeInitializeFromMfgSetup(var UseForecast: Code[10], var IsHandled: Boolean, var MfgSetup: Record "Manufacturing Setup")
[IntegrationEvent(False,False)]
local procedure OnBeforeOnPreReport(var CurrTemplateName: Code[10], var CurrWorksheetName: Code[10], var RequistionLine: Record "Requisition Line", var FromDate: Date, var ToDate: Date, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnItemOnAfterGetRecordOnBeforeCommit(var ReqLine: Record "Requisition Line", var Item: Record Item, CurrTemplateName: Code[10], CurrWorksheetName: Code[10], FromDate: Date)