Re: [Axapta-Knowledge-Village] what is wrong with my display method

2009-08-20 Thread Varden Morris
company accepts no liability for any damage caused by any virus transmitted by this email. From: NITIN DESALE To: Axapta-Knowledge-Village@yahoogroups.com Sent: Thursday, August 20, 2009 9:38:00 PM Subject: Re: [Axapta-Knowledge-Village] what is wrong with my

Re: [Axapta-Knowledge-Village] what is wrong with my display method

2009-08-20 Thread NITIN DESALE
Hi Anitha,   LegacyBPNbr  field not in InventTable, hence its throwing an error or that field may be user define field which should added in InventTable ,if its check the link.   Nitin --- On Thu, 20/8/09, Anitha S wrote: From: Anitha S Subject: Re: [Axapta-Knowledge-Village] what is wrong

Re: [Axapta-Knowledge-Village] what is wrong with my display method

2009-08-20 Thread Anitha S
Check if LegaacyBPNbr is in InventTable. On Wed, Aug 19, 2009 at 9:43 PM, riz_dynamics wrote: > > > display LegacyBPNbr LegacyBPNbr() > { > > return inventTable::find(BOM.ItemId).LegacyBPNbr; > > } > I am getting the error that table does not contain this field, and I can > see the item Id field

[Axapta-Knowledge-Village] what is wrong with my display method

2009-08-20 Thread riz_dynamics
display LegacyBPNbr LegacyBPNbr() { return inventTable::find(BOM.ItemId).LegacyBPNbr; } I am getting the error that table does not contain this field, and I can see the item Id field on Bom. I really appreciate the help