microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
770 stars 610 forks source link

[Change Request] codeunit 5600 "FA Insert Ledger Entry" - procedure FAName #27027

Open RZ440 opened 1 month ago

RZ440 commented 1 month ago

Describe the request

Hello, can you please set the lokal procedure FAName to global?

    procedure FAName(DeprBookCode: Code[10]): Text[200]
    var
        DepreciationCalc: Codeunit "Depreciation Calculation";
    begin
        exit(DepreciationCalc.FAName(FA, DeprBookCode));
    end;

Additional context

We would like access from our extension. Internal work item: AB#545034