Open LewisHyettTES opened 20 hours ago
Please make the procedure SetDimFilters global.
Current
local procedure SetDimFilters(DimNo: Integer; DimValueFilter: Text)
New procedure SetDimFilters(DimNo: Integer; DimValueFilter: Text)
procedure SetDimFilters(DimNo: Integer; DimValueFilter: Text)
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.
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.