KVSMTCMedLicenseLib#
Procedures#
CheckMEDLicence_ActionModule(Enum KVSMTCLicenseCheckOption) : Boolean#
procedure CheckMEDLicence_ActionModule(showError: Enum "KVSMTCLicenseCheckOption"): Boolean
CheckMedLicence_MDR(Enum KVSMTCLicenseCheckOption) : Boolean#
procedure CheckMedLicence_MDR(showError: Enum "KVSMTCLicenseCheckOption"): Boolean
Events#
OnBeforeCheckKVSLicenseInUse(Boolean, Boolean) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Procedure not used anymore', '25.2')]
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckKVSLicenseInUse(var result: Boolean; var isHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMTCMedLicenseLib", 'OnBeforeCheckKVSLicenseInUse', '', false, false)]
local procedure DoSomethingOnBeforeCheckKVSLicenseInUse(var result: Boolean; var isHandled: Boolean)
begin
end;