KVSKBAMandatoryField#
Obsolete
This Element will be removed or changed with a future Version of the App.
Fields#
Name | Type | Note |
---|---|---|
Table No. | Integer | |
Template | Code[20] | |
Field No. | Integer | |
Field Caption | Text[100] | FlowField |
Condition Field No. | Integer | |
Condition | Text[50] | |
Condition Field Caption | Text[100] | FlowField |
Activity | Option | OptionMembers: Note,Abort |
Events#
OnLookUpField(Integer, 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 OnLookUpField(var FieldIDVar: Integer; HandledPar: Boolean):
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatoryField", 'OnLookUpField', '', false, false)]
local procedure DoSomethingOnLookUpField(var FieldIDVar: Integer; HandledPar: Boolean)
begin
end;
OnConditionOnLookup(Text[250], Integer, 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 OnConditionOnLookup(var ConditionVar: Text[250]; FieldNoPar: Integer; HandledPar: Boolean):
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatoryField", 'OnConditionOnLookup', '', false, false)]
local procedure DoSomethingOnConditionOnLookup(var ConditionVar: Text[250]; FieldNoPar: Integer; HandledPar: Boolean)
begin
end;