I'm in the process of writing code to help automate/streamline our restocking of Rank 1 locations. I've combed through the QuantityMove form to see how it operates & it appears that the MvPostSp is the stored procedure that actually performs the quantity move. I can see that MvPostSetVarsSp is being called to define & populate some SQL variables but I don't believe I need this if I call the MvPostSp directly.
-Is it incorrect to call the MvPostSp directly without calling the MvPostSetVars first?
-I've done some testing with using the MvPostSp only & it does appear that the quantity moves are happening. Is there anything in the system I should be looking at for a "sanity check"? I want to be sure I'm not corrupting anything by executing the quantity move.