Change default of a option

yuppicide
Member Posts: 410
I'm in Nav 3.10. Purchase and Payables, Orders Received.
In there is an MenuButton that says "Posting". From there I have several options, one of them is "Post (F11)".
When I hit post, it gives me three options Receive, Invoice, Receive and Invoice. It defaults to having Receive and Invoice button marked.
I can't see to find where I can make it default to Receive being marked. We don't do Invoice usually, because it also prints and wastes paper. We don't want to remove the other options just in case we'd ever like them.
In there is an MenuButton that says "Posting". From there I have several options, one of them is "Post (F11)".
When I hit post, it gives me three options Receive, Invoice, Receive and Invoice. It defaults to having Receive and Invoice button marked.
I can't see to find where I can make it default to Receive being marked. We don't do Invoice usually, because it also prints and wastes paper. We don't want to remove the other options just in case we'd ever like them.
0
Comments
-
yuppicide wrote:I can't see to find where I can make it default to Receive being marked. We don't do Invoice usually, because it also prints and wastes paper. We don't want to remove the other options just in case we'd ever like them.
Go to a puchase order - then Tools->Debugger->Code Coverage->Start.
Go back to the PO & hit F11 - Then back to Code Coverage & Hit Stop
You'll see a line that says: Codeunit 91-Purch.-Post (Yes/No)
Click that & then the code button
You'll see a line in the code that says:
Selection := STRMENU(Text000,3);
3 is "Receive & Invoice"
If you change it to: Selection := STRMENU(Text000,2);
then "Invoice" will be your default
If you change it to: Selection := STRMENU(Text000,1);
then "Receive" will be your default
Note: F11 should not print even with the invoice option selected.
Shift-F11 Will post & print.0 -
Thanks.. you know.. says I don't have permission to modify Codeunit, but if I go into Tools -> Security -> Roles and look at the permissions for my login, it says YES to everything.. wonder why I can't do it then.0
-
yuppicide wrote:Thanks.. you know.. says I don't have permission to modify Codeunit, but if I go into Tools -> Security -> Roles and look at the permissions for my login, it says YES to everything.. wonder why I can't do it then.
Do you have a partner license or are you using an end user license?David Singleton0 -
No idea. If I go to Tools -> License Information it shows a license number and Licensed to has our name, address, and phone number.0
-
yuppicide wrote:No idea. If I go to Tools -> License Information it shows a license number and Licensed to has our name, address, and phone number.
If you don't know, then probably you are an end user, not a partner. I guess you don't sell Navision; right?David Singleton0 -
Nah, we don't sell Navision.. we got it from someone else. Had I sold Navision I think my knowledge of it would be a lot better and I wouldn't need to ask for help a lot of times.0
-
OK, without a developer license you wont be able to do this. Its a very simple mod, so contact your partner and ask them to do it for you.David Singleton0
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