With Pega Constellation, there are some tools to aid in debugging, like PCore.getDataPageUtils(); to get a list of cached Data Pages and PCore.getDebugger().toggleXRay(true); to inspect components of the Constellation UI.
This is useful for most environments, but is there a way to make these tools unavailable for the production environment?
Find the OUs you want to apply this to and select.
Search for Developer Tools.
Click and Select the “Never allow the use of built-in developer tools” option from the dropdown and SAVE.
Open Microsoft Edge. Click the [Settings and more] icon ① in the top-right corner, then click [Settings]②. Click [Default browser]③. Under Allow sites to be reloaded in Internet Explorer mode (IE mode)④, you can select the setting you need.
Nice idea but we use Constellation for citizens to access information using an internet-facing portal. So we have no control over their desktop environments.
Hi Ramesh. That is correct. I don’t want production users (especially ones that are not part of my organization) to find the debugging tools available.
So that is the question… can we somehow disable this?