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.
0
Answers
RIS Plus, LLC