Hi VG,
Create a display method on ProdTable table as shown below :
display ItemName getItemName()
{
return InventTable::find(this.ItemId).ItemName;
}
after that drag the method into the grid on ProdTable form, and fill out the
datasource property into ProdTable.
That's it !!
Regards,
Iin Dewi Wahyuni
http://geeks.netindonesia.net/blogs/idw/ or
http://www.linkedin.com/in/iindewi
--- On Tue, 5/10/11, V G <[email protected]> wrote:
From: V G <[email protected]>
Subject: [Axapta-Knowledge-Village] Show Item Name and save Item ID
To: [email protected], [email protected]
Date: Tuesday, May 10, 2011, 3:25 AM
Hi All
I have a requirement where we have to show the item name on the production
order and save as item id in the table.
This needs to be one field showing itemname and saving itemId.
Any help is greatly appreciated.
Thanks
VG