KVSKBAMandatoryCheckField#
Fields#
Name | Type | Note |
---|---|---|
Table No. | Integer | |
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) :#
[IntegrationEvent(false, false)]
local procedure OnLookUpField(var FieldIDVar: Integer; HandledPar: Boolean):
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatoryCheckField", 'OnLookUpField', '', false, false)]
local procedure DoSomethingOnLookUpField(var FieldIDVar: Integer; HandledPar: Boolean)
begin
end;
OnConditionLookupHandleLookup(Text[50], Integer, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnConditionLookupHandleLookup(var ConditionText: Text[50]; FieldNo: Integer; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Table, Table::"KVSKBAMandatoryCheckField", 'OnConditionLookupHandleLookup', '', false, false)]
local procedure DoSomethingOnConditionLookupHandleLookup(var ConditionText: Text[50]; FieldNo: Integer; var IsHandled: Boolean)
begin
end;