-
Notifications
You must be signed in to change notification settings - Fork 247
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
Debugging the Base app showing "No content available" message for some objects #7383
Comments
I am experiencing the exact same problem when trying to debug page 408. As an additional information I have the same problem when trying to view the source code from the new AL Explorer in VS Code for page 408 og report 7323, while it works fine for other objects. |
This issue misses the information mentioned in the template. To help us get to the issues faster you must provide all the information in the template. Please provide the following info |
AL Extension: 11.0.787898 |
AL Extension: 11.0.787898 |
I was debugging OnPrem BC ver 19 today and I got the same issue so the BC version is not the culprit here. It seems that @fvet was right. I'm getting No content avail for any objects with / in their name. AL Extension is 11.0.787898 and VSC is 1.77.0 |
Then this is related, it seems |
This is actually something on the VSCode side. I've raised the issue with them, but I'll ping them again. |
This is still an issue also for "Inventory Posting To G/L" and the report 1002 "Post Inventory Cost to G/L". |
This starts to be a very big problem for us. We can not debug the CODE of A/L making it a lot harder to solve our customers problems. |
Please include the following with each issue:
1. Describe the bug
debugging the base Business Central application, I noticed that the contents of various objects, eg report 7323 in Create Invt Put-away/Pick/Mvmt, are hidden. While stepping into the object instead of showing the code, it opens a file named Mvmt.dal which displays "No content available" message.
I'm trying to create an inventory pick from a PO. I can see the code for page 50 and table 38 but when it gets to the report it seems like it's not allowed to be read.
Lots of other people experienced the same issue. See the comments from April this year on this community link: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/readiness/readiness-ready-to-go#developing-for-business-central-in-general
2. To Reproduce
set a breakpoint on action("Create Inventor&y Put-away/Pick") on Page 50 and breakpoints in report 7323 and try to create a pick
Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (i.e. .gif) is not sufficient.
3. Expected behavior
expecting to be able to view all code from report 7323
4. Actual behavior
A clear and concise description of what happened accompanied by images, animations, or a link to a video showing the issue occurring
5. Versions:
Final Checklist
Please remember to do the following:
Search the issue repository to ensure you are reporting a new issue
Reproduce the issue after disabling all extensions except the AL Language extension
Simplify your code around the issue to better isolate the problem
The text was updated successfully, but these errors were encountered: