Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Event Request] Table 1650 "Curr. Exch. Rate Update Setup" - Procedure AutoUpdateExchangeRates #28187

Open
kontax85 opened this issue Feb 20, 2025 · 0 comments

Comments

@kontax85
Copy link

kontax85 commented Feb 20, 2025

Describe the request

Add IsHandled pattern to procedure AutoUpdateExchangeRates.


local procedure AutoUpdateExchangeRates()
    var
        JobQueueEntry: Record "Job Queue Entry";
        DummyRecId: RecordID;
        IsHandled: Boolean;
    begin
        OnBeforeAutoUpdateExchangeRates(Rec, IsHandled);
        if IsHandled then
           exit;

        if Enabled then begin

[...]

    local procedure OnBeforeAutoUpdateExchangeRates(CurrExchRateUpdateSetup: "Curr. Exch. Rate Update Setup": record "Curr. Exch. Rate Update Setup"; var IsHandled: boolean)
    begin
    end;

Additional context

Extensibility for exchange rates services.

@kontax85 kontax85 changed the title [Event Request] Table 1650 "Curr. Exch. Rate Update Setup" - AutoUpdateExchangeRates [Event Request] Table 1650 "Curr. Exch. Rate Update Setup" - Procedure AutoUpdateExchangeRates Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant