Menu Designer

fmhigue
Member Posts: 290
Hi everybody:
How can I hide an option on the Menu Designer to be only visible for certain companies?
I got Form 44 - Credit Memos, on the form I got Post button inside this button I added an option call Returh Authorization but I will like to let only certain companies to see it.
Thank you in advance
How can I hide an option on the Menu Designer to be only visible for certain companies?
I got Form 44 - Credit Memos, on the form I got Post button inside this button I added an option call Returh Authorization but I will like to let only certain companies to see it.
Thank you in advance
0
Comments
-
Unlike most other controls, you cannot set the VISIBLE or ENABLED property for a MenuItem at run time. The only dynamic property available is to display a check mark:C/SIDE Reference Guide wrote:For a menu item, the setting of SourceExpr must evaluate to boolean. TRUE means that the menu item will appear checked, FALSE that it will appear unchecked (normal).
- Create two 'Post' MenuButtons, one with the ReturnAuth menuitem, one without it.
- Give the two buttons Names -- e.g. 'mnuPostNoReturn' and 'mnuPostWithReturn'.
- Stack the buttons on top of each other.
- In the form's OnOpen trigger, figure out which button you wish to show, and set the VISIBLE properties accordingly.
ShowReturn := FigureOutIfReturnShouldShow(COMPANYNAME); CurrForm.mnuPostNoReturn.VISIBLE(NOT ShowReturn); CurrForm.mnuPostWithReturn.VISIBLE(ShowReturn);
0 -
jreynolds wrote:It works.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K 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
- 320 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