[IntegrationEvent(false, false)]
local procedure OnBeforeCheckValidTable(MandatoryCheckTable: Record "KVSKBAMandatoryCheckTable"; var Handled: Boolean):
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatoryCheckTable", 'OnBeforeCheckValidTable', '', false, false)]
local procedure DoSomethingOnBeforeCheckValidTable(MandatoryCheckTable: Record "KVSKBAMandatoryCheckTable"; var Handled: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnTableNoOnLookupOnAfterSetFilterAllObjWithCaption(var AllObjWithCaption: Record "AllObjWithCaption"):
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatoryCheckTable", 'OnTableNoOnLookupOnAfterSetFilterAllObjWithCaption', '', false, false)]
local procedure DoSomethingOnTableNoOnLookupOnAfterSetFilterAllObjWithCaption(var AllObjWithCaption: Record "AllObjWithCaption")
begin
end;
[IntegrationEvent(false, false)]
local procedure OnAfterGetTableFilterString(var FilterTxt: Text):
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatoryCheckTable", 'OnAfterGetTableFilterString', '', false, false)]
local procedure DoSomethingOnAfterGetTableFilterString(var FilterTxt: Text)
begin
end;