[IntegrationEvent(false, false)]
local procedure OnInsertPackageLineOnBeforeTableIdCheck(TableID: Integer; var IsTableSupported: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDChecklistLib", 'OnInsertPackageLineOnBeforeTableIdCheck', '', false, false)]
local procedure DoSomethingOnInsertPackageLineOnBeforeTableIdCheck(TableID: Integer; var IsTableSupported: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnAfterUpdatePackageFields(PackageCodePar: Code[20]):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDChecklistLib", 'OnAfterUpdatePackageFields', '', false, false)]
local procedure DoSomethingOnAfterUpdatePackageFields(PackageCodePar: Code[20])
begin
end;