This element will become obsolete from version 26.0. Replaced by same procedure in codeunit ProdOrder Warehouse Mgt.
[Obsolete(Replaced by same procedure in codeunit ProdOrder Warehouse Mgt.,26.0)]
procedure CalcNextLevelProdOutput(ProdOrderComp: Record "Prod. Order Component"): Decimal
[IntegrationEvent(False,False)]
local procedure OnAfterItemLineVerifyChange(var NewItemJnlLine: Record "Item Journal Line", var OldItemJnlLine: Record "Item Journal Line")
[IntegrationEvent(False,False)]
local procedure OnAfterTransLineVerifyChange(var NewTransLine: Record "Transfer Line", var OldTransLine: Record "Transfer Line")
This element will become obsolete from version 26.0. Replaced by same event in codeunit Assembly Warehouse Mgt.
[Obsolete(Replaced by same event in codeunit Assembly Warehouse Mgt.,26.0)]
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckQtyRemainingToBePickedForAssemblyConsumption(var NewItemJnlLine: Record "Item Journal Line", var OldItemJnlLine: Record "Item Journal Line", var IsHandled: Boolean, var QtyRemainingToBePicked: Decimal)
This element will become obsolete from version 26.0. Replaced by same event in codeunit ProdOrder Warehouse Mgt.
[Obsolete(Replaced by same event in codeunit ProdOrder Warehouse Mgt.,26.0)]
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckQtyRemainingToBePickedForConsumption(var NewItemJnlLine: Record "Item Journal Line", var OldItemJnlLine: Record "Item Journal Line", var IsHandled: Boolean, ProdOrderComp: Record "Prod. Order Component", QtyRemainingToBePicked: Decimal)
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckQtyRemainingToBePickedForJob(NewJobJnlLine: Record "Job Journal Line", QtyRemainingToBePicked: Decimal, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeTransLineVerifyChange(var NewTransLine: Record "Transfer Line", var OldTransLine: Record "Transfer Line", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeVerifyFieldNotChanged(NewRecRef: RecordRef, OldRecRef: RecordRef, FieldNumber: Integer, var IsHandled: Boolean)
Parameters
Name
Type
Description
NewRecRef
RecordRef
OldRecRef
RecordRef
FieldNumber
Integer
IsHandled
Boolean
OnBeforeWhseLinesExist
[IntegrationEvent(False,False)]
local procedure OnBeforeWhseLinesExist(SourceType: Integer, SourceSubType: Option, SourceNo: Code[20], SourceLineNo: Integer, SourceSublineNo: Integer, SourceQty: Decimal, var TableCaptionValue: Text[100], var Result: Boolean, var IsHandled: Boolean)
Parameters
Name
Type
Description
SourceType
Integer
SourceSubType
Option
SourceNo
Code[20]
SourceLineNo
Integer
SourceSublineNo
Integer
SourceQty
Decimal
TableCaptionValue
Text[100]
Result
Boolean
IsHandled
Boolean
OnItemLineVerifyChangeOnBeforeCheckConsumptionQty
Obsolete
This element will become obsolete from version 26.0. Replaced by same event in codeunit ProdOrderWarehouseMgt
[Obsolete(Replaced by same event in codeunit ProdOrderWarehouseMgt,26.0)]
[IntegrationEvent(False,False)]
local procedure OnItemLineVerifyChangeOnBeforeCheckConsumptionQty(NewItemJournalLine: Record "Item Journal Line", Location: Record Location, var QtyChecked: Boolean, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnTransLineCommonVerificationOnBeforeQuantityCheck(var OldTransferLine: Record "Transfer Line", var NewTransferLine: Record "Transfer Line", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnItemLineVerifyChangeOnCheckEntryType(NewItemJnlLine: Record "Item Journal Line", OldItemJnlLine: Record "Item Journal Line", var LinesExist: Boolean, var QtyChecked: Boolean)