[Axapta-Knowledge-Village] Sub-Selects in X++ Query

2009-12-15 Thread Jonathan Halland
Hi All. Has anyone managed to use s subselect within queries sepecifically QueryRange objects in X++? I'm trying to do something along the following lines: select from table_x where voucher_id is in (select voucher_id from table_x where table_x.Posting_Type='Ledger') The real query is a bit

Re: [Axapta-Knowledge-Village] AOD modified date

2009-12-15 Thread jens
James, When you delete the .aoi file, this will be rebuilt - and all .aod files will have a new date. /Jens Our auditor requires to know when are the AOD files updated by AX. Is it only when a change is made in the corresponding layer in an AOT object or are there other situations? If an

[Axapta-Knowledge-Village] How to open new outlook meeting request from ax on button click [1 Attachment]

2009-12-15 Thread asit nayak
HI All , I want to open Outlook meeting request on button click of AX form. This form is activity form in CRM module. Can anyone please help me with this, how can i do this. Your help is much apprciated.Please attached screenshot of meeting request i want to open. Thanks,Asit 

Re: [Axapta-Knowledge-Village] Workflow setup error

2009-12-15 Thread Edvandro Santos
Hi all, When I uninstall and install again the Workflow service in my Windows 2008 Server, And define the Workflow Aplication Pool on IIS to 32bit-enabled and restart it, When i going to the Workflow Wizard in the administration module and click to validate the URL, the same error was shown:

[Axapta-Knowledge-Village] Workflow client error

2009-12-15 Thread Edvandro Santos
Hi All, When I submmit a workflow document, by the client machine, The Actions button enables the option to show the Workflow history. So, when I click in this button, the Workflow history shows, and a error is displayed every time: Error executing code: Wrong type argument to function. _

Re: [Axapta-Knowledge-Village] Workflow setup error

2009-12-15 Thread Edvandro Santos
All, forget this mail, because I resolved it! Thanks, On Tue, Dec 15, 2009 at 6:31 PM, Edvandro Santos edvandro.san...@gmail.comwrote: Hi all, When I uninstall and install again the Workflow service in my Windows 2008 Server, And define the Workflow Aplication Pool on IIS to 32bit-enabled

Re: [Axapta-Knowledge-Village] Workflow client error

2009-12-15 Thread Anitha S
Hi, Compile and restore the classes and forms that are listed in the error list. Hope it helps!!! Mail me if you still face any issues. Regards, Anitha Sonata-Software,Blore. On Wed, Dec 16, 2009 at 2:59 AM, Edvandro Santos edvandro.san...@gmail.comwrote: Hi All, When I submmit a

Re: [Axapta-Knowledge-Village] How to open new outlook meeting request from ax on button click

2009-12-15 Thread Anitha S
Hi, Try this code : static void OutlookAppointment(Args _args) { COM sysOutlookCollection; COM collection; COMVariant comStartDate = new COMVariant(); COMVariant comEndDate = new COMVariant(); COM c; #SysOutLookCOMDEF #define.mapi(MAPI) #define.outlook(Outlook.Application)

[Axapta-Knowledge-Village] production journal report customisation

2009-12-15 Thread Robert Linggoputro
Hi all, I have been asked to add item name into production journal report. I have managed to create this report using report wizard from join of ProdTableJour InventTable. However I could not get the item name next to the item ID on the report since item name are located on different body. Is