Jump to content

help in menu


Dani R

This topic is 5526 days old. Please don't post here. Open a new topic instead.

Recommended Posts

i have a script like this "

If [ Get ( PrivilegeSetName ) = "Admin" ]

Install Menu Set [ "Admin Menus" ]

Else If [ Get ( PrivilegeSetName ) = "Secretary" ]

Install Menu Set [ "Secretary Menus" ]

Else If [ Get ( PrivilegeSetName ) = "Outside" ]

Install Menu Set [ "Read Only Menus" ]

End If

"

And I have A problem that if i go to a different layout the menu change .

why does it happen ?

Link to comment
Share on other sites

Each layout has a default menu set that can be established under 'layout setup'. A script can override the default. However, if you just go to a layout without the script it will use the default again.

Link to comment
Share on other sites

  • 4 weeks later...

that is very strange indeed. i also think it would make more sense to attach a menu set to a privilege set rather than a layout. i don't even see the point of constantly switching menu sets when the layouts change. i do see the point of different access priv. users being presented with custom menus.

Link to comment
Share on other sites

This topic is 5526 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.