Skip to content

KVSKBAMandatoryCheckTable#

Fields#

Name Type Note
Table No. Integer
Table Name Text[249] FlowField
No. of Fields Integer FlowField

Events#

OnBeforeCheckValidTable(Record KVSKBAMandatoryCheckTable, Boolean) :#

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

OnTableNoOnLookupOnAfterSetFilterAllObjWithCaption(Record AllObjWithCaption) :#

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

OnAfterGetTableFilterString(Text) :#

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