Menusuites permissions.
                
                    sabzam                
                
                    Member Posts: 1,149                
            
                        
            
                    I have created a number of menusuites but I need that the menusuites are given to particular user i.e. person x has menusuite x while persons a,b,c and d get menusuite c.  My question is where should I write the code?                
                0                
            Comments
- 
            You may copy the menu suit you created into the number of group of user. Then rename the following menu suit to access its properties via code. Set all menu suit properties to visible = FALSE. Create a function that will enable(make it visible) the specific menu suit for the user. On the trigger OnActivateForm call the function.
Hope this works
 .                        Navision noob....0 - 
            I haven't really understood what you were saying. What are you referring to when saying: number of group of user?0
 - 
            Hmm. Seems like I missed interpret what you are saying. Ok here are some steps.
1. Create a function//CallMeToShowMenuSuit (parUser) CurrForm.w.VISIBLE := (w = parUser); CurrForm.x.VISIBLE := (x = parUser); CurrForm.y.VISIBLE := (y = parUser); CurrForm.z.VISIBLE := (z = parUser);
2. Call the function in the OnActivateForm trigger of the form. Remember to pass the User.Navision noob....0 - 
            Which version of NAV are you using? You can directly open the menusuite designer and assign the menu to the users that you want.Diptish Naskar
For any queries you can also visit my blog site: http://msnavarena.blogspot.com/0 - 
            Hi Naskar,
"You can directly open the menusuite designer and assign the menu to the users that you want" . Could u tell how to assign this.
I tried but i could not achieve. Throw some procedure.
I am using 4.0 Sp1. :-k
thanks in advance0 
Categories
- All Categories
 - 73 General
 - 73 Announcements
 - 66.7K Microsoft Dynamics NAV
 - 18.7K NAV Three Tier
 - 38.4K NAV/Navision Classic Client
 - 3.6K Navision Attain
 - 2.4K Navision Financials
 - 116 Navision DOS
 - 851 Navision e-Commerce
 - 1K NAV Tips & Tricks
 - 772 NAV Dutch speaking only
 - 617 NAV Courses, Exams & Certification
 - 2K Microsoft Dynamics-Other
 - 1.5K Dynamics AX
 - 323 Dynamics CRM
 - 111 Dynamics GP
 - 10 Dynamics SL
 - 1.5K Other
 - 990 SQL General
 - 383 SQL Performance
 - 34 SQL Tips & Tricks
 - 35 Design Patterns (General & Best Practices)
 - 1 Architectural Patterns
 - 10 Design Patterns
 - 5 Implementation Patterns
 - 53 3rd Party Products, Services & Events
 - 1.6K General
 - 1.1K General Chat
 - 1.6K Website
 - 83 Testing
 - 1.2K Download section
 - 23 How Tos section
 - 252 Feedback
 - 12 NAV TechDays 2013 Sessions
 - 13 NAV TechDays 2012 Sessions