rmarles
2nd November 2005, 15:39
Hello

In the session tdsls4102s000, when entering a sales order line, a popup menu (mtdsls00009045) appears if there is insufficient inventory for the part entered.

A request has come in to have information for that item from table tdinv001 appear on the popup menu directly.

If anyone knows how to do this, any advice is appreciated.

Thanks!

just_fro
2nd November 2005, 22:04
the pop-up shows a standard message.
Create a new message with an argument that tells something about the inventory and replace the standard message with the new one.
(message with %f, which should be called like mess("mcode", tdinv001.stoc))

rmarles
2nd November 2005, 22:07
i understand what you mean by adding the message and replacing it with the inventory - how would you go about doing this on the menu?

thanks

just_fro
2nd November 2005, 23:04
Using formtext(message) might help......

(so add a field on the menu......)

I don't think you can make a dynamic menu title in c3