Insert into Temporary Table of Form from another Form

Hi All, I am trying to insert Serial No. into Item Tracking Lines Form from Purchase Order screen using a new Field Serial No.

But i am inserting the Values in the Original Table but the Item Tracking Lines is using the Tracking Specification Temporary Table for inserting the values.

But the Problem is that I want to insert the records in the Same temporary table of Tracking Specification used by Item Tracking Lines.

Please Help ?

Thanks In Advance

renjita

Hi Renjitha

is your tem.table have all the required fields? if not You have to customize your temp table by adding the required fields.next you have find out where Navision is pushing data to that tem table. there you have to write code to push data to your custom fields.Next you have to find out where navision clear the temp.Table.There you have to clear your custom fields also.

Thaks

Jerome Marshal