Skip to content

KVSKBAIdentityManagement#

Events#

OnAfterKeyLenCheck(Integer, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnAfterKeyLenCheck(KeyLen: Integer; var ValidationError: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAIdentityManagement", 'OnAfterKeyLenCheck', '', false, false)]
local procedure DoSomethingOnAfterKeyLenCheck(KeyLen: Integer; var ValidationError: Boolean)
begin
end;