KVSMEDProcessNotificationLib#
Events#
OnBeforeCreateMail(Record KVSMEDProcessStepDocumentLink, Record KVSMEDProcessStep, Code[20]) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCreateMail(ProcessStepDocumentLink: Record "KVSMEDProcessStepDocumentLink"; var ProcessStep: Record "KVSMEDProcessStep"; var SalesPersonCode: Code[20]):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDProcessNotificationLib", 'OnBeforeCreateMail', '', false, false)]
local procedure DoSomethingOnBeforeCreateMail(ProcessStepDocumentLink: Record "KVSMEDProcessStepDocumentLink"; var ProcessStep: Record "KVSMEDProcessStep"; var SalesPersonCode: Code[20])
begin
end;