Skip to content

KVSMEDChecklistLib#

Events#

OnInsertPackageLineOnBeforeTableIdCheck(Integer, Boolean) :#

[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;

OnAfterUpdatePackageFields(Code[20]) :#

[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;