Skip to content

KVSMEDPricingSequence#

Events#

OnBeforeQueryClosePage(Record KVSMEDPricingSequence, Action, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeQueryClosePage(var PricingSequence: Record "KVSMEDPricingSequence"; CloseAction: Action; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDPricingSequence", 'OnBeforeQueryClosePage', '', false, false)]
local procedure DoSomethingOnBeforeQueryClosePage(var PricingSequence: Record "KVSMEDPricingSequence"; CloseAction: Action; var IsHandled: Boolean)
begin
end;