adding new field in Tracking Specification

I have hard time to populate a new field on the Tracking Specification table in form 6510 (Item Tracking Lines). I know that this table is a temp. table. Somewhere in the code it is saving its fields to the Reservation Entry table. But I can’t figure out where in the code that happens. I just want to populate this new field in form 6510 and save it so that I, when I leave and go back in this form, I have this new field populated.

Any suggestions?

Thanks,
Samad

We had done this, but it was kinda tough work.

The trick is to debug the code at each and every stage and check the values which and were are they being passed.

Try this out: http://www.mibuso.com/dlinfo.asp?FileID=1383

Thanks a lot Matt. Let me try it.

Thanks for your help Matt. It worked just fine.