Skip to content

KVSKBAIdentityManagement#

Obsolete

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

Events#

OnAfterKeyLenCheck(Integer, Boolean) :#

Obsolete

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

[Obsolete('This Codeunit is not used. The Event is no longer used', '27.1')]
[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;