'Aggregated Assisted Setup' is inaccessible due to its protection levelAL(AL0161) in BC Cloud

Hi All,

After Wave2 release I am getting subject error in AL object. It was working fine before Wave2 release.

I search for it on net, but did not find proper solution. Can someone help me in this?

Thanks in Advance

I have seen a similar errormessage on https://github.com/microsoft/AL/

And here the explaintion is that you are probably trying to access a global variable which can only be accessed within the page itself or if the variables are marked with protected then within page extensions.

Also the object can be marked as obsolete and you will then get the same errormessage.

Overall this by design. - If you though believe it is a bug, then please report it on github as mentioned above.