KVSKBALIFChangeLogLib#
Obsolete
This Element will be removed or changed with a future Version of the App.
Events#
OnBeforeSetFilteronPrimaryKeyFieldsatChangeLogEntry(Record Change Log Entry, RecordId, 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 OnBeforeSetFilteronPrimaryKeyFieldsatChangeLogEntry(var changeLogEntry: Record "Change Log Entry"; recID: RecordId; var isCaseHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBALIFChangeLogLib", 'OnBeforeSetFilteronPrimaryKeyFieldsatChangeLogEntry', '', false, false)]
local procedure DoSomethingOnBeforeSetFilteronPrimaryKeyFieldsatChangeLogEntry(var changeLogEntry: Record "Change Log Entry"; recID: RecordId; var isCaseHandled: Boolean)
begin
end;
OnBeforeSetFilteronTableNoatChangeLogEntry(Record Change Log Entry, RecordId, 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 OnBeforeSetFilteronTableNoatChangeLogEntry(var changeLogEntry: Record "Change Log Entry"; recID: RecordId; var isCaseHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBALIFChangeLogLib", 'OnBeforeSetFilteronTableNoatChangeLogEntry', '', false, false)]
local procedure DoSomethingOnBeforeSetFilteronTableNoatChangeLogEntry(var changeLogEntry: Record "Change Log Entry"; recID: RecordId; var isCaseHandled: Boolean)
begin
end;