Re: [Axapta-Knowledge-Village] Company Settings

2009-12-23 Thread Ashish Singh
ps.com > *Sent:* Mon, December 21, 2009 7:46:55 PM > *Subject:* Re: [Axapta-Knowledge-Village] Company Settings > > > > Hi, > > If you want it done in DAX 2009 below job will helped you : > > static void showCompanyInfo( Args _args) > { > CompanyInfo companyInfo;

Re: [Axapta-Knowledge-Village] Company Settings

2009-12-22 Thread gihan_ax
Ashish, Thank you very much. I got that right. Gihan From: Ashish Singh To: Axapta-Knowledge-Village@yahoogroups.com Sent: Mon, December 21, 2009 7:46:55 PM Subject: Re: [Axapta-Knowledge-Village] Company Settings Hi, If you want it done in DAX 2009

Re: [Axapta-Knowledge-Village] Company Settings

2009-12-21 Thread Ashish Singh
Hi, If you want it done in DAX 2009 below job will helped you : static void showCompanyInfo(Args _args) { CompanyInfo companyInfo; container refCompany; ; refCompany = ['999','110'];//You can add more companies here from where you want to fetch the data. while select crossCo

Re: [Axapta-Knowledge-Village] Company Settings

2009-12-18 Thread gihan_ax
Sent: December-16- 09 7:16 PM To: Axapta-Knowledge- vill...@yahoogro ups.com Subject: Re: [Axapta-Knowledge- Village] Company Settings   Danny, I am using axapta 3.0. Think crossCompany key word will not support for this version. It works in ax 2009. Is there any method which I can use

Re: [Axapta-Knowledge-Village] Company Settings

2009-12-17 Thread abdelrhman elkady
Hi, if i understand you correctly you can use virtual company accounts to share tables between companies Regards,  BayaNet Abdelrhman El-Kady, Professional Services Specialist 13 Ahmed Orabi St., Mohandessin 002 012 181 5675 arah...@bayanet.net http://www.bayanet.net _

RE: [Axapta-Knowledge-Village] Company Settings

2009-12-17 Thread Danny Band
:16 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Company Settings Danny, I am using axapta 3.0. Think crossCompany key word will not support for this version. It works in ax 2009. Is there any method which I can use in the axapta 3.0? Anyway thank you

Re: [Axapta-Knowledge-Village] Company Settings

2009-12-17 Thread gihan_ax
Danny,I am using axapta 3.0. Think crossCompany key word will not support for this version. It works in ax 2009. Is there any method which I can use in the axapta 3.0?Anyway thank you very much for your assistance.Hope you will reply me.Gihan  From: Danny Band To: Axapta-Knowledge-Village@yahoogrou