Skip to content

KVSKBADispatchHandling#

Obsolete

This Element will be removed or changed with a future Version of the App.

Events#

OnAfterGetRecordDispatchHandlingLineCaseElseOnDispatchDestination(Record KVSKBADispatchHandlingHeader, Enum KVSKBADispatchDestination, Text[100], Text[100], Text[100], Text) :#

[IntegrationEvent(false, false)]
local procedure OnAfterGetRecordDispatchHandlingLineCaseElseOnDispatchDestination(var KVSKBADispatchHandlingHeader: Record "KVSKBADispatchHandlingHeader"; KVSKBADispatchDestination: Enum "KVSKBADispatchDestination"; var DestinationAddr: Text[100]; var VendorAddr: Text[100]; var ShipToAddr: Text[100]; var ShipToAddrText: Text): 
[EventSubscriber(ObjectType::Report, Report::"KVSKBADispatchHandling", 'OnAfterGetRecordDispatchHandlingLineCaseElseOnDispatchDestination', '', false, false)]
local procedure DoSomethingOnAfterGetRecordDispatchHandlingLineCaseElseOnDispatchDestination(var KVSKBADispatchHandlingHeader: Record "KVSKBADispatchHandlingHeader"; KVSKBADispatchDestination: Enum "KVSKBADispatchDestination"; var DestinationAddr: Text[100]; var VendorAddr: Text[100]; var ShipToAddr: Text[100]; var ShipToAddrText: Text)
begin
end;

OnPreDataItemDispatchHandlingLineCaseElseOnDispatchShowlevels(Record KVSKBADispatchHandlingLine, Enum KVSKBADispatchShowLevels) :#

[IntegrationEvent(false, false)]
local procedure OnPreDataItemDispatchHandlingLineCaseElseOnDispatchShowlevels(var KVSKBADispatchHandlingLine: Record "KVSKBADispatchHandlingLine"; KVSKBADispatchShowLevels: Enum "KVSKBADispatchShowLevels"): 
[EventSubscriber(ObjectType::Report, Report::"KVSKBADispatchHandling", 'OnPreDataItemDispatchHandlingLineCaseElseOnDispatchShowlevels', '', false, false)]
local procedure DoSomethingOnPreDataItemDispatchHandlingLineCaseElseOnDispatchShowlevels(var KVSKBADispatchHandlingLine: Record "KVSKBADispatchHandlingLine"; KVSKBADispatchShowLevels: Enum "KVSKBADispatchShowLevels")
begin
end;

OnBeforeSetLanguageFormatAddress(Record KVSKBADispatchHandlingHeader, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeSetLanguageFormatAddress(DispatchHandlingHeader: Record "KVSKBADispatchHandlingHeader"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Report, Report::"KVSKBADispatchHandling", 'OnBeforeSetLanguageFormatAddress', '', false, false)]
local procedure DoSomethingOnBeforeSetLanguageFormatAddress(DispatchHandlingHeader: Record "KVSKBADispatchHandlingHeader"; var IsHandled: Boolean)
begin
end;

OnAfterGetRecordOnCaseElseSourceDocument(Record KVSKBADispatchHandlingLine, Code[20], Code[20]) :#

[IntegrationEvent(false, false)]
local procedure OnAfterGetRecordOnCaseElseSourceDocument(DispatchHandlingLine: Record "KVSKBADispatchHandlingLine"; var ShipmentNo: Code[20]; var OrderNo: Code[20]): 
[EventSubscriber(ObjectType::Report, Report::"KVSKBADispatchHandling", 'OnAfterGetRecordOnCaseElseSourceDocument', '', false, false)]
local procedure DoSomethingOnAfterGetRecordOnCaseElseSourceDocument(DispatchHandlingLine: Record "KVSKBADispatchHandlingLine"; var ShipmentNo: Code[20]; var OrderNo: Code[20])
begin
end;