RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-21 Thread Deshpande, Harry
hi Yifat   Hope u have taken care of location etc. Since you are copying the InventDimId, the location,batch etc assigned to the finished goods will be copied over to the raw material.   Perhaps what u can do as follows: (typing from memory, spelling mistakes are possible)   in the decla

RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-20 Thread Deshpande, Harry
hi Yifat,   this is a one line modification.   change method 'createBOM' on table 'reqTrans'. Put the following line somewhere in the 'Search' loop inside this method (say when the quantity is assigned to the BOM.)       reqTransBOM.CovInventDimId  =  _reqPo.CovInventDimId;   th

RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-19 Thread Deshpande, Harry
hi Yifat1   Start with ReqCalc class.   Put debug on covFindReceipt and go on debugging into a method (which I think is) called covCreatePlannedOrder and  check how a production order is created. What you want to do is really easy.   regards   harry   -Original Message-From: Ha

RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-19 Thread Yifat Halili
-4768 Fax: +27 (11) 209-4768 Website: www.exordia.co.za From: Harry Nilsen [mailto:[EMAIL PROTECTED] Sent: 19 April 2004 02:55 To: [EMAIL PROTECTED] Subject: RE: [development-axapta] Re: Warehouses in Master Planing   Yes, I mean that warehouse on BOM-lines is used in master

RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-19 Thread Harry Nilsen
Yes, I mean that warehouse on BOM-lines is used in master planning. Without looking further I'm afraid that your "friend" from Technet might be right. But if I were you I would check on what parameters that makes it right when you create a manual production, and if possible "steal" some code f

RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-19 Thread Harry Nilsen
And do you have an InventLocationId in BOM ? -Original Message- From: yifath1 [mailto:[EMAIL PROTECTED] Sent: 19. april 2004 12:44 To: [EMAIL PROTECTED] Subject: [development-axapta] Re: Warehouses in Master Planing Yes we do... thanks Yifat --- In [EMAIL PROTECTED], "Harry Nilsen"

RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-19 Thread Harry Nilsen
Do you have 'PlanningPerInventDimension' marked on the Inventory Dimension Group that the raw materials are belonging to ? -Original Message- From: yifath1 [mailto:[EMAIL PROTECTED] Sent: 19. april 2004 08:40 To: [EMAIL PROTECTED] Subject: [development-axapta] Re: Warehouses in Master

RE: [development-axapta] Re: Warehouses in Master Planing

2004-04-18 Thread Deshpande, Harry
hi Jason   You will have to fingure around method 'createBOM' of table 'reqTrans'   regards   harry     -Ursprüngliche Nachricht-Von: mud_mullet [mailto:[EMAIL PROTECTED]Gesendet: Freitag, 16. April 2004 16:24An: [EMAIL PROTECTED]Betreff: [development-axapta] Re: Warehouses in M