microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
718 stars 242 forks source link

Intellisense does not list extension fields in RequestFilterFields for report extensions #7782

Open NKarolak opened 1 week ago

NKarolak commented 1 week ago

1. Describe the bug On adding RequestFilterFields within a report extension, IntelliSense does not list extension fields.

2. To Reproduce

  1. Create a new app. Extend table Work Center with one or more new fields.

  2. Add a report extension object:

    reportextension 50000 NewCalcWorkCenterCalendar extends "Calculate Work Center Calendar"
    {
    dataset
    {
        modify("Work Center")
        {
            RequestFilterFields = <intellisense here>;
        }
    }
    }
  3. After RequestFilterFields =, run IntelliSense and search for your new fields created in step 1.

3. Expected behavior Extension fields should be listed.

4. Actual behavior InstelliSense lists only base fields. However, we can still add the required fields without IntelliSense.

5. Versions: AL Language: v13.0.1027618, runtime 13.0.