Skip to main content
Answer

Import Scenario detail record not reading master record

  • April 19, 2024
  • 1 reply
  • 53 views

I am writing an Import Scenario to import customer x-ref data to a stock item.

 

To InventoryItem, our VAR added UsrUPC so we can get the UPC from the stock item record, with less logic.

Ideally, I want to use the UPC and Description, if there is one in the import file, if not inherit it from the InventoryItem row.

No matter what, I was getting empty fields for those two columns. So, for testing I stripped it down to just set those two columns to Item.UsrUPC and Item.Descr. Then when that works, add functionality to pull from the file.

My import scenario is fully functional, except where it is pulling Item.UsrUPC and Item.Descr.

 

Here is my import scenario:

 

Any ideas why it is not pulling Item.Descr and Item.UsrUPC?

Best answer by markrice

According to page 61 of https://training.acumatica.com/University/I100/I100_IntegrationScenarios_2023R2.pdf

 

 

I’m assuming this has been my issue. I guess we will create a VLOOKUP on the import file to set this value

1 reply

  • Author
  • Freshman III
  • Answer
  • April 22, 2024

According to page 61 of https://training.acumatica.com/University/I100/I100_IntegrationScenarios_2023R2.pdf

 

 

I’m assuming this has been my issue. I guess we will create a VLOOKUP on the import file to set this value