Modify Sales Invoice

sapan24
Member Posts: 29
Hi,
Can I please get some help in trying to modify a sales invoice text field in NAV 2009 to show only when the global dimension (in this case Department) equals a particular value. I have right clicked on properties and went to the visibility option and then Expression but cannot find where I can choose the Global dimensions equal to that department. Am I on the right track?They are using RTC.
Please help. Thanks
Can I please get some help in trying to modify a sales invoice text field in NAV 2009 to show only when the global dimension (in this case Department) equals a particular value. I have right clicked on properties and went to the visibility option and then Expression but cannot find where I can choose the Global dimensions equal to that department. Am I on the right track?They are using RTC.
Please help. Thanks
0
Comments
-
Did you this code in Form - OnAfterGetRecord()
CurrForm.Description.VISIBLE := "Shortcut Dimension 1 Code" <> '';
In my case description will be shown only when "Shortcut Dimension 1 Code" is not blank..0 -
sapan24 wrote:Hi,
Can I please get some help in trying to modify a sales invoice text field in NAV 2009 to show only when the global dimension (in this case Department) equals a particular value. I have right clicked on properties and went to the visibility option and then Expression but cannot find where I can choose the Global dimensions equal to that department. Am I on the right track?They are using RTC.
Please help. Thanks
(Press F1, type "Visible Property" and you'll get the following)
Using the Visible Property on RoleTailored Client Pages
On pages, you use the Visible property to show or hide groups, parts, fields and action controls. You can show or hide a control statically by setting the property to true or false, or dynamically by using a boolean variable. Using a variable requires the following:
The IncludeInDataSet Property property of the variable must be set to Yes.
For field and action controls, the variable must be resolved by the OnInit Trigger or OnOpenPage Trigger.
If it isn't clear I will explain in other words!~Rik~
It works as expected... More or Less...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