KVSMEDWhsePickSubform#
Extends #437dbf0e84ff417a965ded2bb9650972#Whse. Pick Subform
Events#
KVSMEDOnBeforeExecuteActionAccessory(Record Warehouse Activity Line, Boolean) :#
Summary: This is event is fired when action KVSMEDAccessoryExists is invoked. You can skip the default behavior (invoking KVSMEDAccessoryLibrary.OpenAccessoryCard) if yout set IsHandled.
[IntegrationEvent(false, false)]
local procedure KVSMEDOnBeforeExecuteActionAccessory(WarehouseActivityLine: Record "Warehouse Activity Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::PageExtension, PageExtension::"KVSMEDWhsePickSubform", 'KVSMEDOnBeforeExecuteActionAccessory', '', false, false)]
local procedure DoSomethingKVSMEDOnBeforeExecuteActionAccessory(WarehouseActivityLine: Record "Warehouse Activity Line"; var IsHandled: Boolean)
begin
end;
Parameters:
WarehouseActivityLine
:IsHandled
: