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