Skip to content

KVSTRDGeneralLib#

Obsolete

This Element will be removed or changed with a future Version of the App.

Events#

KVSTRDOnBeforeCheckEMail(Text[250], Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('Use codeunit KVSTRDEmailValidationMgt.', '23.1')]
[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeCheckEMail(var MailAddresToCheck: Text[250]; var isHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDGeneralLib", 'KVSTRDOnBeforeCheckEMail', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeCheckEMail(var MailAddresToCheck: Text[250]; var isHandled: Boolean)
begin
end;