There are codes in Navision where you can type in the Description and the proper code appears.
For example in Payment journal if I don't know the g/l for Inventory I can type in "INVE" and 15000 - Inventory would appear.
Same goes true for order entry if i start to enter an item description into the item number it will pop up the first hit.
My question is can this be changed to recognize another field other than the description field? Each item we have has two numbers - i would like to enter either number into the No. field and the proper item will appear.
we use the No. & No 2. fields - if No 2 could replace how the description works it would make my day, but not system wide just where we need it (order entry) (item Journals)!
0
Comments
I don't think you can code it on a few forms, because the the table relation is checked before the form's OnValidate is executed. Then you have to change the ValidateTableRelation as well, and that has a lot of negative sideeffects.
I will recommend changing the code that fills the "Search Name/Description" - that will make it clear and constant for the users.
Peter
i'll give a shot - thanks
http://www.BiloBeauty.com
http://www.autismspeaks.org
I changed the Alt Search Field on the Item Table to No.2
-It did allow me to enter No .2 into the Item# of the sales order & got the proper result
-The Item Journal it doesn't work - I think I need to change
Codeunit 240 ItemJnlManagement - ItemJnlMgt.OnAfterInputItemNo(Text);
to have the same behavior occur.
I changed "Search Description" to "No. 2" & it works great - It's been hailed already as the greatest change ever in our company - ha ha \:D/
http://www.BiloBeauty.com
http://www.autismspeaks.org