Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NKarolak opened this issue Jun 24, 2024 · 0 comments

Comments

@NKarolak
Copy link

NKarolak commented Jun 24, 2024

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>;
        }
    }
}
  1. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants