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

Browserproblem? Maybe Caching when setting up visibility of actions #6058

Closed ThomasBrendel closed 4 years ago

ThomasBrendel commented 4 years ago

Hello Team, we have experienced following problem:

To follow the problem we do following steps:

1: PageExtension with one Action that we want to make "Visible" on a certain condition of a tablerecord (Setuptable)

If you first start the Application, all seems correct, with the correct visibility. But if you change the field in the Setuptable and go back on this page, the old Visibility is taken. Although the code in "OnOpenPage" is running correct with correct setting of the global var.

If you "Reload" the Page (in Edge STRG-R) the Action has the correct state. So it must be a Cacheproblem somehow.

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.