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

[Protected] report 1316 "Standard Statement"; protected requestpage fields #26983

Open TKapitan opened 1 month ago

TKapitan commented 1 month ago

Describe the request

Please make the following two variables protected.

        DateChoice: Option "Due Date","Posting Date";
        StatementStyle: Option "Balance","Open Item";

Additional context

This will allow you to write custom code based on selected options on the request page. Without access to these fields, the code can't be written easily for both variants at the same time. Internal work item: AB#545277