[IntegrationEvent(False,False)]
local procedure OnBeforeAssignItemTracking(var ProdOrderComponent: Record "Prod. Order Component", var ItemJournalLine: Record "Item Journal Line", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeCreateConsumpJnlLine(LocationCode: Code[10], BinCode: Code[20], QtyToPost: Decimal)
Parameters
Name
Type
Description
LocationCode
Code[10]
BinCode
Code[20]
QtyToPost
Decimal
OnBeforeInsertItemJnlLine
[IntegrationEvent(False,False)]
local procedure OnBeforeInsertItemJnlLine(var ItemJournalLine: Record "Item Journal Line", ProdOrderComponent: Record "Prod. Order Component")
[IntegrationEvent(False,False)]
local procedure OnBeforeItemJnlLineModify(var ItemJournalLine: Record "Item Journal Line", ProdOrderComponent: Record "Prod. Order Component")
[IntegrationEvent(False,False)]
local procedure OnBeforeValidateItemJnlLineQuantity(var ItemJnlLine: Record "Item Journal Line", ProdOrderComponent: Record "Prod. Order Component", QtyToPost: Decimal, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnAfterCreateConsumpJnlLine(LocationCode: Code[10], BinCode: Code[20], QtyToPost: Decimal, var ItemJournalLine: Record "Item Journal Line")
[IntegrationEvent(False,False)]
local procedure OnAssignItemTrackingOnBeforeTempReservEntryInsert(var TempReservationEntry: Record "Reservation Entry" temporary, ItemLedgerEntry: Record "Item Ledger Entry")
[IntegrationEvent(False,False)]
local procedure OnAssignItemTrackingOnBeforeTempReservEntryModify(var TempReservationEntry: Record "Reservation Entry" temporary, ItemLedgerEntry: Record "Item Ledger Entry")
[IntegrationEvent(False,False)]
local procedure OnCreateConsumpJnlLineOnAfterCalcShouldModifyItemJnlLine(var ItemJnlLine: Record "Item Journal Line", var ShouldModifyItemJnlLine: Boolean)
[IntegrationEvent(False,False)]
local procedure OnCreateConsumpJnlLineOnAfterAssignItemTracking(var ItemJnlLine: Record "Item Journal Line", var NextConsumpJnlLineNo: Integer)
[IntegrationEvent(False,False)]
local procedure OnBeforeGetNeededQty(var NeededQty: Decimal, CalcBasedOn: Option, ProdOrderComponent: Record "Prod. Order Component", ProductionOrder: Record "Production Order", PostingDate: Date, var IsHandled: Boolean)