KVSPSATimeSheetDetail#
Events#
KVSPSAOnBeforeTimeSheetDetailCheckOver24Hours(Record Time Sheet Detail, Boolean) :#
Summary: KVSPSAOnBeforeTimeSheetDetailCheckOver24Hours allows you to implement a check for yourself.
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeTimeSheetDetailCheckOver24Hours(var TimeSheetDetail: Record "Time Sheet Detail"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSATimeSheetDetail", 'KVSPSAOnBeforeTimeSheetDetailCheckOver24Hours', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeTimeSheetDetailCheckOver24Hours(var TimeSheetDetail: Record "Time Sheet Detail"; var IsHandled: Boolean)
begin
end;
Parameters:
TimeSheetDetail
: Includes the whole set of recordsIsHandled
: