Table of Contents

KVSKBAProductionStructureList

Events

OnBeforeFindRecordsHandled(Record KVSKBAProdStructureBuffer, Record KVSKBAProdStructureBuffer, Code[20], Code[20], Code[20], Code[20], Code[20], Date, Boolean, Decimal, Code[10], Boolean) :

Summary: Integration event that is raised before finding records in the KVSKBAProdStructureBuffer table.

[IntegrationEvent(false, false)]
local procedure OnBeforeFindRecordsHandled(var TempKVSKBAProdStructureBuffer: Record "KVSKBAProdStructureBuffer" temporary; var TempKVSKBAProdStructureBuffer2: Record "KVSKBAProdStructureBuffer" temporary; ItemNo: Code[20]; ProdBOMNo: Code[20]; ProdBOMVersionCode: Code[20]; RoutingNo: Code[20]; RoutingVersionCode: Code[20]; CalculationDate: Date; CalcRouting: Boolean; Quantity: Decimal; UomCode: Code[10]; var IsHandled: Boolean): 

Parameters:

  • TempKVSKBAProdStructureBuffer: System.Object[]
  • TempKVSKBAProdStructureBuffer2: System.Object[]
  • ItemNo: The item number filter.
  • ProdBOMNo: The production BOM number filter.
  • ProdBOMVersionCode: The production BOM version code filter.
  • RoutingNo: The routing number filter.
  • RoutingVersionCode: The routing version code filter.
  • CalculationDate: The calculation date.
  • CalcRouting: Indicates whether to calculate routing.
  • Quantity: The quantity.
  • UomCode: The unit of measure code.
  • IsHandled: Indicates whether the event has been handled by a subscriber.

Remarks: Subscribers can use this event to perform custom logic before finding records in the KVSKBAProdStructureBuffer table.

OnDrillDownProjectedAvailableBalance(Record KVSKBAProdStructureBuffer, Boolean) :

Summary: Integration event that is raised when drilling down to the projected available balance.

[IntegrationEvent(false, false)]
local procedure OnDrillDownProjectedAvailableBalance(ProductionStructureBuffer: Record "KVSKBAProdStructureBuffer"; var HandledLoc: Boolean): 

Parameters:

  • ProductionStructureBuffer: System.Object[]
  • HandledLoc: Indicates whether the event has been handled by a subscriber.

Remarks: Subscribers can use this event to perform custom logic when drilling down to the projected available balance.