Make a Pageextension hidden

Hello,

Is there a way to make a whole page extension hidden? Instead of making every field hidden and what about if you have a ‘modify’ in your layout?

ex.

modify(“Customer Disc. Group”)

{

Editable = false

}

Action()

{ some action}

How can I make this dynamic?

Dependent on a boolean, so if boolean is true , the page should be visible and so the modify available, else not.

Why have it when it should be hidden?

You cannot make the whole page extension not visible/hidden and enable it dynamically.

You can make a field/control visible or not visible, and that could be made dynamically, which will override any visible/not visible settings made via personalizations.
But it has not be done to all your controls.

Well if you make an app on BC you could make the page extensions hidden if the trial period is over for exapmle. I haven’t found a way to uninstall an app automaticly when the trial period is over.

forum.mibuso.com/…/make-a-page-extension-visible-or-hidden