will5411
14th February 2002, 22:39
Hello, everyone. I need to add a new sort order to the 'ORDER' menu option on the Maintain Sales Order session (tdsls4101m000). Does anyone know the generic steps to doing this???? I really would appreciate your help!

Thanks,

Wil

lbencic
14th February 2002, 23:04
The sort orders in sessions are based on the table indexes for the main table in the session. For sales orders it's tdsls040. If the index does not exist, you must modify the table to add the index (not highly recommended but up to you).

If the index you want exists on tdsls040, then you can add it to the session. Copy the session to your package VRC in Maintain Sessions (ttadv2100m000), if it does not exist for you already. Then, choose the "index" button. You'll see the existing sorts for the session here. Choose insert to add yours. Depending on your tools, you may then have to convert the session to runtime to see your change.

Good luck - write back if this is too high level explanation, many people have never copied the sessions....

will5411
15th February 2002, 17:33
Thanks for your post! That solved my problem...actually, I was doing that, but I just copied my session to the wrong VRC...doooh!!

Thanks again!

Wil