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
*002 012 181 5675* > *arah...@bayanet.net* > *http://www.bayanet.net* > > > > -- > *From:* gihan_ax > *To:* Axapta > *Sent:* Wed, 16 December, 2009 11:46:34 > *Subject:* [Axapta-Knowledge-Village] Company Settings > > > > > Dear all, > > I am having a small

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
From: gihan_ax To: Axapta Sent: Wed, 16 December, 2009 11:46:34 Subject: [Axapta-Knowledge-Village] Company Settings   Dear all, I am having a small issue in getting records from all companies. Lets say like this, I am having two companies as "A" and "B". There

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
@yahoogroups.comSent: Wed, December 16, 2009 8:34:25 PMSubject: [Axapta-Knowledge-Village] Company Settings   Gihan,   You have a few choices to get the company records, first you can use a select statement with the crosscompany keyword such as select

[Axapta-Knowledge-Village] Company Settings

2009-12-16 Thread Danny Band
Gihan, You have a few choices to get the company records, first you can use a select statement with the crosscompany keyword such as select crosscompany * from ledgerjournaltrans or you can use the DAX query with allowCrossCompany set like _newQuery.allowCrossCompany(true) or if you are usi

[Axapta-Knowledge-Village] Company Settings

2009-12-16 Thread gihan_ax
Dear all, I am having a small issue in getting records from all companies. Lets say like this, I am having two companies as "A" and "B". There are recodes in both companies. Lets say that company "A" is having records 1,2 and 3. And company "B" is having records 4,5 and 6. When I am working on