I'm trying to implement a restocking procedure inside CSI. I'm using the DataCollection forms as they offer integrity checking as well as abuild in mechanism for users to fix Quantity Moves that had/have errors. I've got my record created inside the dcmove_mst table & the schedule task is running every minute to process the moves. However; nothing is happening. No errors messages. No move. Nothing. I had this working once before (Infor said to change the trans_type from M to 1) but deleted the schedule task/job until I was ready to test the automation. Now it just sits there like a log.
Has anyone gotten this to work? The rest of this project is all completed & ready for testing but it can't go forward without the moves being processed. I *really* don't want to use a stored procedure to do this as I wanted to queue up all the moves first and then process them.