KVSMEDCSRCallLineSub#
Events#
OnBeforeExecuteActionAccessory(Record KVSMEDCSRCallLine, Boolean) :#
Summary: This is event is fired when action AccessoryEmpty and AccessoryExists is invoked. You can skip the default behavior (invoking KVSMEDAccessoryLibrary.OpenAccessoryCard) if yout set IsHandled.
[IntegrationEvent(false, false)]
local procedure OnBeforeExecuteActionAccessory(KVSMEDCSRCallLine: Record "KVSMEDCSRCallLine"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSMEDCSRCallLineSub", 'OnBeforeExecuteActionAccessory', '', false, false)]
local procedure DoSomethingOnBeforeExecuteActionAccessory(KVSMEDCSRCallLine: Record "KVSMEDCSRCallLine"; var IsHandled: Boolean)
begin
end;
Parameters:
KVSMEDCSRCallLine
:IsHandled
: