Why do you need this change?
In 4PS Construct we need to set additional filter on "Payment History" before running page "Payment History List" in procedure 'OpenPayment' on page 11000000 "Telebank - Bank Overview".
Describe the request
Dear ALAppExtensions team,
On behalf of 4PS I would like to request integration event 'OnOpenPaymentOnAfterPaymHistSetFilters' to be added to procedure 'OpenPayment' on page 11000000 "Telebank - Bank Overview":
procedure OpenPayment()
var
PaymentHistory: Page "Payment History List";
PaymHist: Record "Payment History";
begin
PaymHist.FilterGroup(10);
PaymHist.SetRange("Our Bank", Rec."No.");
PaymHist.FilterGroup(0);
OnOpenPaymentOnAfterPaymHistSetFilters(PaymHist); //new
PaymentHistory.SetTableView(PaymHist);
PaymentHistory.Run();
end;
[IntegrationEvent(false, false)]
local procedure OnOpenPaymentOnAfterPaymHistSetFilters(var PaymHist: Record "Payment History")
begin
//new
end;
Internal work item: AB#633240
Why do you need this change?
In 4PS Construct we need to set additional filter on "Payment History" before running page "Payment History List" in procedure 'OpenPayment' on page 11000000 "Telebank - Bank Overview".
Describe the request
Dear ALAppExtensions team,
On behalf of 4PS I would like to request integration event 'OnOpenPaymentOnAfterPaymHistSetFilters' to be added to procedure 'OpenPayment' on page 11000000 "Telebank - Bank Overview":
Internal work item: AB#633240