[IntegrationEvent(false, false)]
local procedure OnCallPositionsNeedItemTracking(CallNo: Code[20]; Type: Enum "Sales Line Type"; No: Code[20]; EventArguments: Codeunit "KVSKBAGenericEventArguments"; var TrackingIsNeeded: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMTCProcessEventLib", 'OnCallPositionsNeedItemTracking', '', false, false)]
local procedure DoSomethingOnCallPositionsNeedItemTracking(CallNo: Code[20]; Type: Enum "Sales Line Type"; No: Code[20]; EventArguments: Codeunit "KVSKBAGenericEventArguments"; var TrackingIsNeeded: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnUpdateCallPositions(CallNo: Code[20]; Type: Enum "Sales Line Type"; No: Code[20]; SerialNo: Code[50]; LotNo: Code[50]; LocationCode: Code[10]; BinCode: Code[20]; ReceivingLocationCode: Code[10]; ReceivingLocationBinCode: Code[20]; PostingCode: Code[10]; DocumentType: Integer; DocumentNo: Code[20]; DocumentLineNo: Integer; EventArguments: Codeunit "KVSKBAGenericEventArguments"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMTCProcessEventLib", 'OnUpdateCallPositions', '', false, false)]
local procedure DoSomethingOnUpdateCallPositions(CallNo: Code[20]; Type: Enum "Sales Line Type"; No: Code[20]; SerialNo: Code[50]; LotNo: Code[50]; LocationCode: Code[10]; BinCode: Code[20]; ReceivingLocationCode: Code[10]; ReceivingLocationBinCode: Code[20]; PostingCode: Code[10]; DocumentType: Integer; DocumentNo: Code[20]; DocumentLineNo: Integer; EventArguments: Codeunit "KVSKBAGenericEventArguments")
begin
end;