[Axapta-Knowledge-Village] EP installation

2009-08-18 Thread nageshsinha
Hi All, I am trying to install Reporting extensions and Analysis extensions. When I check on these checkboxes in the installation process, a message appears saying 'SQL Server 2005 reporting services SP2' and 'SQL Server 2005 Analysis services SP2'must be installed before installing Reporting

[Axapta-Knowledge-Village] Re: URGENT: OR condition in method.

2009-04-11 Thread nageshsinha
Or condition in axapta is included in the code by the double pipe symbol (||) and not by the word OR. Try this: if(ledgerJournalTable.JournalName == "BPV" || ledgerJournalTable.JournalName == "VEN_INV") --- In Axapta-Knowledge-Village@yahoogroups.com, Khalil Rehman wrote: > > > Dear All,

[Axapta-Knowledge-Village] Ax 2009 upgrade

2009-01-12 Thread nageshsinha
Hi All, Can Axapta 3.0 be upgraded directly to AX 2009 or should it be upgraded to AX 4.0 first and then to AX 2009? I have heard somewhere that Axapta 3.0 SP1 can't be upgraded directly to AX 2009, bt from AX 3.0 SP2 onwards, it is possible to upgrade it to AX 2009 directly. If it is, then pl

[Axapta-Knowledge-Village] How to add or condition using query classes (Urgent)

2008-11-08 Thread nageshsinha
Hi, How can I use OR condition if I am going to build a query using the query classes. I have a query like "Select from inventtable where InventTable.ItemId == "XYZ" OR Inventtable.ItemName == "ABC". Can anyone please tell me how can I build this query using the query classes. Thanks in advance,