Hi Everyone,
Do you know if Navision has a built-in check for possible duplicate invoices? For example, in SAP you can configure the system to check durning invoice entry one or more of the following fields for duplicates: vendor, gross invoice amt, external document number (ven invoice), invoice doc date. In an event duplicates are found, a warning message will be shown to the user. If Navision has such control, do you know where I should look to verify that it is in place?
Many thanks for your assistance!
Martin
0
Comments
It's usually generated by the No Series anyway so i can enter 10 of the same order but the nunber series will keep increasing 1001,1002,1003
Other keys for this table are
Order No
Sell-to Customer No. & External Document No.
Sell-to Customer No. & Order Date
& More
to view the keys go into Tools Object Designer. Clic on a table->Design->View->Keys
Now I can see here that when you post the order you will find out if it's a duplicate or not. But assuming you want to check if a certain inv already exists (by PO# for example) you will have to program some code to check this that # exists alreay on validate.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Yes the doc number will be different but It's All about the External Doc number here.
External Document No.,Document Type,Vendor No.
Look at table 25 for the keys for the Vendor Ledger Entry Table
you can't have the same Ext Doc No for the same doc type for the same vendor.
http://www.BiloBeauty.com
http://www.autismspeaks.org
This is a built in function that's standard in NAV since version 1.2.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Example/
http://savatage99.googlepages.com/PostingWarning.JPG
http://www.BiloBeauty.com
http://www.autismspeaks.org