Table of Contents

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.

Summary: Called after the key length check is performed.

[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): 

Parameters:

  • KeyLen: The length of the key that was checked.
  • ValidationError: Set to true if there was a validation error; can be modified by the subscriber.

Remarks: This event is raised after the key length check is performed. It allows subscribers to handle any validation errors or perform additional actions based on the key length.