Skip to content

KVSTRDContact#

Obsolete

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

Events#

KVSTRDOnBeforeCheckEMailAddress(Record Contact, 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 KVSTRDOnBeforeCheckEMailAddress(var Contact: Record "Contact"; var isHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDContact", 'KVSTRDOnBeforeCheckEMailAddress', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeCheckEMailAddress(var Contact: Record "Contact"; var isHandled: Boolean)
begin
end;