Skip to content

KVSKBAMandatFieldsSetupTable#

Obsolete

This Element will be removed or changed with a future Version of the App.

Fields#

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

Events#

OnBeforeCheckValidTable(Record KVSKBAMandatFieldsSetupTable, Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('This event is no longer supported', '24.0')]
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckValidTable(MandatoryFieldsSetupTable: Record "KVSKBAMandatFieldsSetupTable"; var Handled: Boolean): 
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatFieldsSetupTable", 'OnBeforeCheckValidTable', '', false, false)]
local procedure DoSomethingOnBeforeCheckValidTable(MandatoryFieldsSetupTable: Record "KVSKBAMandatFieldsSetupTable"; var Handled: Boolean)
begin
end;

OnTableNoOnLookupOnAfterSetFilterAllObjWithCaption(Record AllObjWithCaption) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('This event is no longer supported', '24.0')]
[IntegrationEvent(false, false)]
local procedure OnTableNoOnLookupOnAfterSetFilterAllObjWithCaption(var AllObjWithCaption: Record "AllObjWithCaption"): 
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatFieldsSetupTable", 'OnTableNoOnLookupOnAfterSetFilterAllObjWithCaption', '', false, false)]
local procedure DoSomethingOnTableNoOnLookupOnAfterSetFilterAllObjWithCaption(var AllObjWithCaption: Record "AllObjWithCaption")
begin
end;