[Axapta-Knowledge-Village] Error in Manual number sequence for Sales/Purchase Blanket Ordered

2008-12-09 Thread NITIN DESALE
Hi,   I'm not able to generate the manual number sequence for create release order   From blanket order to create release order in case of both Purchase Sales.   Manual no. sequence allotted to blanket ordered it’s working fine, but when I release the order against blanket ordered that time it

Re: [Axapta-Knowledge-Village] New Hotfix methodology

2008-12-09 Thread André Santos
Yes Kristanto, In our case, we were lucky to have a public project named HotFixes, which holds all objects affected by the hf layer..., even tought, I still prefer the old and good xpo file :) Applying an entire layer does not allow you to know so fast and clearly what are you fixing. Anyway,

[Axapta-Knowledge-Village] Production Order Journal Creation

2008-12-09 Thread vimalpnchl
Hi, When we update Production Order to starting stage we can have the journal created with lines having the BOM item defined for the Item in the Production order with the required quantity. Now if we we have less quantity in the stock we will decrease the quantity and will post the

RE: [Axapta-Knowledge-Village] Re: Grouping of production orders for planning

2008-12-09 Thread Harry Deshpande
I completely forgot to reply to this thread :) From what you are saying all production orders are at the same level. In this case what you need to do is that create a map in memory. Say a sales order is required on 1st of March. You will have to have a variable called 'acceptable difference'

RE: [Axapta-Knowledge-Village] New Hotfix methodology

2008-12-09 Thread James Flavell
I guess MS is shifting the version control problems from themselves to partners/customers I dont mind to have a layer rather than apply 101 xpos to get up to date but I guess having layers released frequently (even on the same day from what I remember) is a little too much I would like that MS

[Axapta-Knowledge-Village] Changing default PDF file name

2008-12-09 Thread James Flavell
Hi everyone, Does anyone know where I can change the default name of the PDF file that gets attached when I do print to email? Currently it always comes out as 'axaptareport' (Ax4.0) I would like to control based on what report I am actually printing Thanks James

Re: [Axapta-Knowledge-Village] Changing default PDF file name

2008-12-09 Thread dhiraj karmalkar
Hi James,    The file name is hard coded in Class\Info\reportSendMail\ method    Below is the method,   void reportSendMail(PrintJobSettings p1) {     SysINetMail m = new SysINetMail();     str fileName = 'axaptareport';     if (p1.format() == PrintFormat::ASCII)     //fileName =

RE: [Axapta-Knowledge-Village] Changing default PDF file name

2008-12-09 Thread James Flavell
Thank you very much Is there any way for me to pass a filename depending on what report is run? What I want is for the user to specify the filename and body text and then run a report that outputs an email per customer (e.g. account statement) My understanding is PrintJobSettings cannot be