March 2, 200619 yr Is there a way to specify a Default Menu set based on a privalege set? I would like to a user to always get a menu set based on their original login. The only way I can see to to that is to include it in all the navigation scripts (ie, go to a layout, then change menu set). This seems burdensom. I would like to have something that would set a default menu set for each user type, then I can just assign the use file default menu set for each layout. I just don't see it. Is this possible in FM8 or do I have to manually change all my layout scripts? TIA jerry
March 15, 200619 yr I have a logon script that directs the user to a main page based on the privilege set. After reading your post (and finding out there is an Install Custom Menu Set script step) I added this to my logon script. When the user logs on Install the appropriate menu set based on the privilege set. Thanks for your help If[Get(PrivilegeSetName)= Set A Install CustomMenuSetName MenuSet A
Create an account or sign in to comment