I have an 850 that I am importing (Nav 4.0, using Lanham EDI); I can get every line on the PO1 to import onto the sales order with the exception of the PO1-04 (Unit Price); the field is not populating because the TP does not send the PO1-03 (UOM) I have tried mapping the PO1-03 to the Item Sales UOM, I have tried a fixed value, but the only way I can get the PO1-04 to populate the Unit Price on the Sales Order is to put a UOM in the PO1-03.
Any suggestions would be greatly appreciated!
0
Comments
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
We have ours mapped to Field#14000353 "EDI Unit Price"
Once imported field#14000354 EDI "Price Discrepancy" tells us if the price on the EDI file matches our systems Unit price. If not a check mark appears on all lines with different prices.
It seems logical this way because you don't want Imported order from some customer dictating what price you should sell an item at. this way you know where its different and then you can ok it or not.
We import alot of orders and the easiest way to find them, if you have a lot of items, is to add a new function to one of your menu buttons at the bottom of the sales order.
-New Menu Item "Show All Price Discrepancies"
Action: RunObject
RunObject: Form Sales Lines
RunFormView: SORTING(Document Type,Document No.,Line No.) ORDER(Ascending) WHERE(Document Type=FILTER(Order),EDI Price Discrepancy=FILTER(Yes))
Anyway back to your question - see the pic of how we have it setup
http://www.BiloBeauty.com
http://www.autismspeaks.org
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
Perhaps it's something simple like not setting the correct datatype - the pic above should be a helpful guideline
http://www.BiloBeauty.com
http://www.autismspeaks.org