Options

Make a page extension visible or hidden

AleAle Member Posts: 7
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.

Best Answer

Answers

Sign In or Register to comment.