You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add an event OnAfterSetCFEntryFiltersAccShedLineCopyFilter in procedure SetCFEntryFilters, immediately after the AccSchedLine.CopyFilter lines and before changing the CFForecastEntry.FilterGroup.
[IntegrationEvent(false, false)]
local procedure OnAfterSetCFEntryFiltersAccShedLineCopyFilter(var AccSchedLine: Record "Acc. Schedule Line"; var CFForecastEntry: Record "Cash Flow Forecast Entry")
begin
end;
Additional context
This event is required to allow additional custom filters or processing logic to be applied after copying filters from the AccSchedLine to the CFForecastEntry
Describe the request
Please add an event OnAfterSetCFEntryFiltersAccShedLineCopyFilter in procedure SetCFEntryFilters, immediately after the AccSchedLine.CopyFilter lines and before changing the CFForecastEntry.FilterGroup.
Integration Event Definition
Additional context
This event is required to allow additional custom filters or processing logic to be applied after copying filters from the AccSchedLine to the CFForecastEntry
Event 2/3
Internal work item: AB#561477
The text was updated successfully, but these errors were encountered: