Hello,
I have been trying to create initial stock in a rack programatically according to the information of a database, and I have a problem:
(for the example Iam going to omit the database connection and I am going to do it directly)
- I have defined a connection to the database (I have check it and it works, no applicable for his example)
- I have defined a rack with the bay, level, slot location strategy.
- I have created a process flow with a source and a custom code that:
- retrieves information from the database (omit this part)
- creates an item (for each occurrence in the resultset)
- locates it in the rack
The problem is that after executing the code the rack doesn't shows the pallet in the location. There is no error so I don't understand what is happening.
Here is the model, any help will be appreciated.
Thanks in advance.