Skip to content

[Event Request] Table 77 "Report Selections" - OnCopyReportSelectionToReportSelection #29226

Description

@RZ440

Why do you need this change?

We need the possibility to add additional filters to the report slection, based on custom fields.

Describe the request

Hello,
can you please add a new Event OnCopyReportSelectionToReportSelection in Procedure on Table 77 "Report Selections" ?

    procedure CopyReportSelectionToReportSelection(var TempToReportSelections: Record "Report Selections" temporary): Boolean
    begin

        OnCopyReportSelectionToReportSelection(Rec);
        TempToReportSelections.Reset();
        TempToReportSelections.DeleteAll();
        if FindSet() then
            repeat
                TempToReportSelections := Rec;
                if TempToReportSelections.Insert() then;
            until Next() = 0;

        exit(TempToReportSelections.FindSet());
    end;

Describe the request

We need the possibility to add additional filters to the report slection, based on custom fields.

[IntegrationEvent(false, false)]
local procedure OnCopyReportSelectionToReportSelection(var ReportSelections: Record "Report Selections")
begin
end;

Internal work item: AB#608817

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    IntegrationGitHub request for Integration areaevent-requestRequest for adding an event

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions