By using this website, you agree to our Terms of Use (click here)
I am trying to import into a vendor price worksheet from a spreadsheet. It the item I am trying to import exists, then all is ok.
If the item does not exist in Acumatica, The import fails.
How can this be accomplished?
The problem is a client receiving a price change from a vendor that has 16,000 items but they only carry 2,000 items. What is the best way to import the vendor price changes for only the 2,000 items?
Have you tried turning the Break On Error off for your import?
Import By Scenario -> Pick your Import Scenario -> Prepare -> Details Tab -> Uncheck "Break on Error" (resets each time)
I have tried that.
My Import scenario & import error /results are attached. The first itme is a valid item, the second is not. If I only activate the first item, the import works.
Have you tried the Load Records button directly on the worksheet?
As a last resort, you could just validate and remove the lines in the data prior to attempting an import. Just need to export the stock items and do some VLookups in Excel.
I was thinking the same thing as Ahmed, but I just tried in my Acumatica 2019 R2 (build 19.201.0070) Instance and unfortunately the entire upload fails when there is an invalid Item.
VLOOKUP seems like a good option or you could connect to your Item list in Excel using OData, then use Power Query within Excel to also connect to the Vendor Pricing and do the VLOOKUP technique in Power Query. That way you'd simply have to hit the Refresh button to get rid of any bad Items any time you get a new file from the Vendor.