I was the one who asked for the calling of a stored procedure. In retrospect, a nice (really nice) feature would have been to pass variables, and perhaps that is something that can be easily included at some later point. (I'm using a stored procedure to call a routine that imports to MAS90, and I've added a couple of fields to the database, like "EnteredIntoMAS" so I can keep track of which orders have been sent and which haven't).
However, it would be REALLY nice if we could pass a pseudo-variable, such as:
dbo.MyOrdersProcess [ORDERNO]
... where "ORDERNO" would be the order number that was just placed, passed as a variable to the SP.
Just a thought.
:)
--Greg