trigger OnAfterAfterGetRecord()
var
Languagemgt: Codeunit Language;
Cust: Record "Customer";
begin
Cust.Get("Bill-to Customer No.");
CurrReport.Language := Languagemgt.GetLanguageIdOrDefault(Cust."Country/Region Code");
end;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156