Skip to main content
Answer

Import Scenario Error for Item WH Details Error - 'Default Issue From' cannot be found in the system

  • September 9, 2025
  • 3 replies
  • 57 views

Forum|alt.badge.img

Hi All,
Here is my superficially simple question. For an import scenario that I have with the Item Warehouse Details screen, IN204500, I am getting this error:
 
Field: Default Issue From, Value: M      , Error: 'Default Issue From' cannot be found in the system.
 
Can you modify my import scenario so that it does not throw an error and properly loads a record to the item warehouse details screen?
 
Our warehouse locations have 4 segments (1 char, 2 char, 2 char, 2 char)
Here is a screenshot of the import scenario: 
 


 
 
 
I have attached the import scenario as well.

Best answer by PatrickBacon

I noticed that I was unintentionally using a lookup for the item status in lieu of the status as seen in my attachment.

Specifically, it was this:

item/warehouse summary - inventory id > item status

when I was not intending to use the lookup feature (my mistake). It should have been:

item/warehouse summary - status

 Here is a screenshot: 


It now works.

 

3 replies

Forum|alt.badge.img
  • Author
  • Varsity I
  • September 9, 2025

Here is the definition of the warehouse location segments: 

and the warehouse: 

 


Forum|alt.badge.img
  • Author
  • Varsity I
  • Answer
  • October 8, 2025

I noticed that I was unintentionally using a lookup for the item status in lieu of the status as seen in my attachment.

Specifically, it was this:

item/warehouse summary - inventory id > item status

when I was not intending to use the lookup feature (my mistake). It should have been:

item/warehouse summary - status

 Here is a screenshot: 


It now works.

 


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • October 9, 2025

Thank you for sharing your solution with the community ​@PatrickBacon!