anzwdev / al-code-outline

AL Code Outline for Visual Studio Code
MIT License
51 stars 13 forks source link

[Feature Change] Change Report Wizard #511

Open mjmatthiesen opened 9 months ago

mjmatthiesen commented 9 months ago

In the report wizard, it would be great if:

  1. There was a checkbox or something that disabled adding the request page section. I never use the section and would love not having to remove it.
  2. It added a basic rendering section, like so:
    rendering
    {
        layout(DefaultLayout)
        {
            Caption = 'DefaultLayout';
            LayoutFile = '';
            Summary = '';
            Type = ;
        }
    }

    Or maybe even more reduced, I guess it doesn't need most of those properties defined.

Realize the layout section doesn't work for older BC version, but seeing as we are on bc23 now, I think that's ok.

Similarly for the Report Extension Wizard If no data items are selected, do not add dataset. Option to add rendering section, with a setting so I can default it to t/f