microsoft / ALAppExtensions

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

Page Acc. Schedule Overview - SetDimFilters #27669

Open LewisHyettTES opened 20 hours ago

LewisHyettTES commented 20 hours ago

Describe the request

Please make the procedure SetDimFilters global.

Current

local procedure SetDimFilters(DimNo: Integer; DimValueFilter: Text)

New procedure SetDimFilters(DimNo: Integer; DimValueFilter: Text)

Additional context

I would like to override the dimensions which are displayed when filtering dimension values. This can be achieved by hiding the standard field but I need to replicate this function in my page extension which I would like to avoid.