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
737 stars 243 forks source link

The page/report should use the UsageCategory and ApplicationArea properties to be searchable. #4820

Closed GreatScott000 closed 5 years ago

GreatScott000 commented 5 years ago

Why is this information message appearing on every pages without an ApplicationArea. Even when the UseageCategory is explicitly set to None the information message appears. There are any number of pages/reports that do not need to be accessible in search. Is there a property on the page/report object that while suppress this error?

AL Language Information:

Name: AL Language Id: ms-dynamics-smb.al Description: AL development tools for Dynamics 365 Business Central Version: 3.0.115791 Publisher: Microsoft VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-dynamics-smb.al

VS Code Information

Version: 1.32.3 (user setup) Commit: a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4 Date: 2019-03-14T23:43:35.476Z Electron: 3.1.6 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Windows_NT x64 10.0.17763

BC Information

On Premise Version: GB Dynamics NAV 13.3 (27233) Created: 09/10/2018 17:07

jvincke commented 5 years ago

Same for me, AL Language 3.0.115791, BC OnPrem 13.4 DE

larswestman commented 5 years ago

AW0006 quickly went into my ruleset....

Why this? If we don't want the page to be searchable we should just be able skip UsageCategory and ApplicationArea as before.

AmolSalvi commented 5 years ago

We too also getting this info messages specially for Document pages and Document Report after updating AL language to 3.0.115791

ALGitHubBot commented 5 years ago

The fix for this issue has been checked in to the master branch. It will be available in the bcinsider.azurecr.io/bcsandbox-master Docker image starting from platform build number 31362 and VS Code Extension Version 4.0.120052.

If you don’t have access to these images you need to become part of the Ready2Go program: aka.ms/readytogo

For more details on code branches and docker images please read: https://blogs.msdn.microsoft.com/nav/2018/05/03/al-developer-previews-multiple-releases-and-github/ https://blogs.msdn.microsoft.com/freddyk/2018/04/16/which-docker-image-is-the-right-for-you/