microsoft / ALAppExtensions

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

Webclient BUG Report filter with combined Optionfield #1374

Closed ThomasBrendel closed 5 years ago

ThomasBrendel commented 5 years ago

If you run a Report with a combined Filter on an Optionfield like it is possible in RTC-Client, this is not possible. The Field gets greyed and it is not editable and the Options i get is 0|1 instead of the Strings.

We use a Filter like this:

JobStructDispL.SETFILTER("Reordering Significant", '<%1', JobStructDispL."Reordering Significant"::Planning)

And the Optionfield has three options: "BLANK,Manual,Planning"

JesperSchulz commented 5 years ago

Could you try to repro in our latest cumulative update? We believe this has been fixed recently. If not, please report to support, as this has to be addressed the right way. Thanks a lot!

ThomasBrendel commented 5 years ago

Tried in CU2 AND CU3