Table of Contents

KVSMEDCalculatePlanReqWksh

Events

OnAfterOnOpenPage(Date, Date) :

[IntegrationEvent(false, false)]
local procedure OnAfterOnOpenPage(var FromDate: Date; var ToDate: Date): 

OnAfterItemOnPreDataItem(Record Item) :

[IntegrationEvent(false, false)]
local procedure OnAfterItemOnPreDataItem(var Item: Record "Item"): 

OnAfterItemOnPostDataItem(Record Item) :

[IntegrationEvent(false, false)]
local procedure OnAfterItemOnPostDataItem(var Item: Record "Item"): 

OnAfterSkipPlanningForItemOnReqWksh(Record Item, Boolean) :

[IntegrationEvent(false, false)]
local procedure OnAfterSkipPlanningForItemOnReqWksh(Item: Record "Item"; var SkipPlanning: Boolean): 

OnBeforeSkipPlanningForItemOnReqWksh(Record Item, Boolean, Boolean) :

[IntegrationEvent(false, false)]
local procedure OnBeforeSkipPlanningForItemOnReqWksh(Item: Record "Item"; var SkipPlanning: Boolean; var IsHandled: Boolean): 

OnBeforeDeleteReqLines(Record Item, Record Requisition Line, Record Requisition Line, Boolean) :

[IntegrationEvent(false, false)]
local procedure OnBeforeDeleteReqLines(Item: Record "Item"; var PurchReqLine: Record "Requisition Line"; var ReqLineExtern: Record "Requisition Line"; var IsHandled: Boolean): 

OnBeforeShowMessageWithTotal(Record Planning Error Log, Integer, Boolean) :

Summary: This event is fired before showing message in InventoryProfileOffsetting, run in OnPostReport triggrt

[IntegrationEvent(false, false)]
local procedure OnBeforeShowMessageWithTotal(var PlanningErrorLog: Record "Planning Error Log"; var CounterNotOK: Integer; var IsHandled: Boolean): 

Parameters:

  • Planning Error LogErrorLog:
  • G_CounterNotOK:
  • IsHandled: Ensures that the calling procedure is skipped if IsHandled is true

Protected Variables

G_CurrTemplateName

Type: Code[10]

G_CurrWorksheetName

Type: Code[10]