[Axapta-Knowledge-Village] customization same moduleƂ for multiple companies with different requirements

2010-01-03 Thread Priyadarshi Ranjan
There is no straight forward way in which this can be achived you can use 'curext()', to identify in which company u are using at the client site and then probably hard code to get the desired output.. -- Best Regards Priyadarshi Ranjan

Re: [Axapta-Knowledge-Village] customization same module for multiple companies with different requirements

2010-01-03 Thread Anitha S
Hi , Try including your including after this condition. if(curext() == 'company name') { // include the customization. } This condition will restrict your customization only to the company you have mentioned in your code. Hope it helps !!! Regards, Anitha. On Mon, Jan 4, 2010 at 11:49

Re: [Axapta-Knowledge-Village] How to link a new report to AX menus ,[Duplicate from pre-made report on AOT]

2010-01-03 Thread Anitha S
Hi, I am not clear with your requirement. My understanding is you are required to link the new report to the Ax menus. If this is correct, please go through the below points: Create a Display Menu Item and map the report to the same. Open AOT- Menus Select the module where you want to include