KVSKBAReportSelectionDispatch
Events
OnBeforeSetUsageFilterCaseElseOnReportSelctionDispatchUsage(Record KVSKBAReportSelectionsDispatch, Enum KVSKBARepSelDispUsage) :
Summary: Integration event raised before setting the usage filter for the report selection dispatch page. Allows to modify the record and usage based on custom conditions.
[IntegrationEvent(false, false)]
local procedure OnBeforeSetUsageFilterCaseElseOnReportSelctionDispatchUsage(var KVSKBAReportSelectionDispatch: Record "KVSKBAReportSelectionsDispatch"; KVSKBAReportSelectionDispatchUsage: Enum "KVSKBARepSelDispUsage"):
Parameters:
KVSKBAReportSelectionDispatch: The record of the report selection dispatch page. Modifiable.KVSKBAReportSelectionDispatchUsage: The usage enum value that is being set for the report selection dispatch page. Modifiable.
Remarks: Use this event to modify the record and usage before the filter is applied on the report selection dispatch page. For example, you can set a different usage value based on custom conditions or modify the record fields before filtering.