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.
0
Comments
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.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Do you have a partner license or are you using an end user license?
If you don't know, then probably you are an end user, not a partner. I guess you don't sell Navision; right?