Skip to main content
Question

Inventory Moves in Bulk

  • April 14, 2020
  • 1 reply
  • 303 views

MTIMM
Do Gooder (Customer)
Forum|alt.badge.img+4
  • Do Gooder (Customer)

We are running Apps8 and we are going to be moving our current stock to a new warehouse.  Is there is an easy way to do a bulk inventory move?  We’ve looked into a simple find & replace and that only works on certain fields, not location.  Most are serialized items that obviously already exist in IFS.  Doing them via Inventory Part in Stock will take a very long time.  My assumption is there is a way to do this, but being fairly new to IFS we aren’t quite sure.  Does anyone have a good way to move these assets in bulk? 

Thank you in advance!!

1 reply

Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • April 14, 2020

Do you have the option to use Migration Jobs in Apps8 (I’m working with Apps9) with MIGRATE_SOURCE_DATA?

If so, you can check what procedures/functions are used when you move one part manually (using Debug Console), create a Migration Job that calls them and supply it with the parts you want to move by writing a query to fetch them and putting it in ‘Source Name’ (remember to have it enclosed by parenthesis).