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
728 stars 241 forks source link

Obsolete code in Activities page(s) for Role Centers #5891

Closed MaartenGerritsen closed 4 years ago

MaartenGerritsen commented 4 years ago

Describe the bug Not a but, but obsolete code in Activities page(s) for Role Centers. Actions on Cuegroups were used in the windows client, but not in the web client anymore. The actions are ignored and not shown. See second screenshot.

To Reproduce In VSCode open the SOProcessorActivities.Page.al.

AL Code to reproduce the issue

Expected behavior

Screenshots image image

5. Versions:

qutreson commented 4 years ago

The web client does not support displaying actions defined in cue groups which also have some fields. This is a known issue and the UICop also has some validation for it. See AW0002. For now, you have to define cue groups with only actions or only fields.

MaartenGerritsen commented 4 years ago

The web client does not support displaying actions defined in cue groups which also have some fields. This is a known issue and the UICop also has some validation for it. See AW0002. For now, you have to define cue groups with only actions or only fields.

Yes, I understand. The code in the screenshot is from the Base Application. So, I reckon it can be removed there from BC15 upwards.

dzzzb commented 4 years ago

It'd probably be better to move the actions to a new cue group so that they'll still be available for users.

atoader commented 4 years ago

Hi! Please take a minute to read the guidelines for this repository https://github.com/microsoft/AL and our collection of frequently asked questions https://github.com/Microsoft/AL/wiki/frequently-Asked-Questions .

As this repository is only for issues related to the AL compiler in latest developer preview environment for Dynamics 365 Business Central. We suggest that you open a support case or file a bug in Collaborate, to ensure that all Business Central users benefit from your catch as soon as possible.

To open a support case, you can:

If you file the bug in Collaborate, remember to include steps to reproduce the issue, and the Business Central build number and country version you're using.