We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1. Describe the bug On adding RequestFilterFields within a report extension, IntelliSense does not list extension fields.
RequestFilterFields
2. To Reproduce
Create a new app. Extend table Work Center with one or more new fields.
Work Center
Add a report extension object:
reportextension 50000 NewCalcWorkCenterCalendar extends "Calculate Work Center Calendar" { dataset { modify("Work Center") { RequestFilterFields = <intellisense here>; } } }
RequestFilterFields =
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. Internal work item: AB#554259
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. Describe the bug
On adding
RequestFilterFields
within a report extension, IntelliSense does not list extension fields.2. To Reproduce
Create a new app. Extend table
Work Center
with one or more new fields.Add a report extension object:
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.
Internal work item: AB#554259
The text was updated successfully, but these errors were encountered: