Add external document no. in purchase order
catiamatos1991
Member Posts: 158
Hi everyone,
I need to add the field external document no the purchase order page. This field don't exist by default like in Sales order, so i search a little and I saw this
https://docs.microsoft.com/en-us/dynamics-nav-app/localfunctionality/unitedkingdom/how-to-enter-external-document-numbers
So the field Vendor Invoice No. is the same as external document no is that it? Anyone who need this field what have you done?
I need to add the field external document no the purchase order page. This field don't exist by default like in Sales order, so i search a little and I saw this
https://docs.microsoft.com/en-us/dynamics-nav-app/localfunctionality/unitedkingdom/how-to-enter-external-document-numbers
To enter external document numbers in sales and purchase orders
Choose the Search for Page or Report icon, enter Sales Orders or Purchase Orders, and then choose the related link.
Select a relevant sales order or purchase order, and then choose the Edit action.
On the General FastTab, in the External Document No. field or the Vendor Invoice No. field, enter the invoice number.
Enter information into the required fields.
Choose the OK button.
So the field Vendor Invoice No. is the same as external document no is that it? Anyone who need this field what have you done?
0
Answers
-
External Document No. field and Vendor Invoice No. are not exactly the same, but both serve the same purpose - to record the external document numbers. To be precise there are also Vendor Order No. and Vendor Shipment No. on Purchase side. The names are self-explanatory.Slawek Guzek - www.yitron.co.uk
Business Central, MS SQL Server, Wherescape RED;0 -
[Topic moved from 'NAV/Navision Classic Client' forum to 'NAV Three Tier' forum]
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
@Slawek_Guzek I want this in page 147 for purchase credit memo.. I want a column to show this information understand? In table 25 I have the field external document no and I need this field inside my page..
I've ad a new var of record type (Vendor Ledger Entry) and add it to my page. Now I need to get the credit memo external document no, which exists in table 25 and in order to that I was trying
VendorLedgerEntry.SETCURRENTKEY("Document No.");
VendorLedgerEntry.GET(FORMAT("No."));
MESSAGE('no %1',FORMAT("No."));
//VendorLedgerEntry.GET(FORMAT("No."));
//"External Document No":=VendorLedgerEntry."External Document No.";
The problem is where to put this code? In init/open page it won't work because "no." is printing empty0 -
Unfortunately on posted documents side Vendor Invoice No and Vendor Order No. is stores in Purch. Inv. Header and Purch. Rcpt Header tables but not on Purch. Cr. Memo Hdr.
Purch. Cr. Memo Hdr. has a field called Vendor Cr. Memo No.,
Orders are not related to the credit memo header but to individual credit memo lines. If you create a Credit Memo, and get lines onto it from two different receipts generated from two different orders (this is standard NAV functionality), which order number are you going to show on the header level?Slawek Guzek - www.yitron.co.uk
Business Central, MS SQL Server, Wherescape RED;0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
