Skip to content

KVSMEDAppraisalOrderLines#

Events#

OnBeforeExecuteActionAccessory(Record KVSMEDTechniqueOrderLine, 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(KVSMEDTechniqueOrderLine: Record "KVSMEDTechniqueOrderLine"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDAppraisalOrderLines", 'OnBeforeExecuteActionAccessory', '', false, false)]
local procedure DoSomethingOnBeforeExecuteActionAccessory(KVSMEDTechniqueOrderLine: Record "KVSMEDTechniqueOrderLine"; var IsHandled: Boolean)
begin
end;

Parameters:

  • KVSMEDTechniqueOrderLine:
  • IsHandled: