Quick warning related to AX 2009: If you add a new variable, chances are
you'll also need to add it to the CurrentList macro that gets packed and
unpacked. If it's something that's set from the client (i.e. in the
SalesEditLines form) but used later in execution, the execution is probably
on the server tier, which probably won't have the value you put in it on the
client unless it's packed and unpacked on the server.
--
Best Regards,
Justin