February 3, 200916 yr 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 ?
February 5, 200916 yr 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.
March 4, 200916 yr 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.
Create an account or sign in to comment