microsoft / ALAppExtensions

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

[Access Request] page 11502 "Swiss QR-Bill Create Vend Bank" - SetDetails / SetDetails #26505

Closed pri-kise closed 3 months ago

pri-kise commented 5 months ago

Describe the request

Could you please remove the internal access from the following two procedures.

    //+Change
    //-internal procedure SetDetails(VendorBankAccount: Record "Vendor Bank Account")
    procedure SetDetails(VendorBankAccount: Record "Vendor Bank Account")
    //+Change
    begin
        if Delete() then;
        TransferFields(VendorBankAccount);
        Insert();
    end;

    //+Change
    //-internal procedure SetDetails(var VendorBankAccount: Record "Vendor Bank Account")
    procedure GetDetails(var VendorBankAccount: Record "Vendor Bank Account")
    //+Change
    begin
        VendorBankAccount := Rec;
    end;

Additional context

We would like to use this page from our custom code. Currenlty this is not possible without the Getter and Setter procedure Internal work item: AB#538766

JesperSchulz commented 3 months ago

Availability update: We will publish a fix for this issue in the next update for release 24.

Build ID to track: 21676.

JesperSchulz commented 3 months ago

Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one.

Build ID: 21691.