[development-axapta] Regarding changes in framework classes

2010-07-14 Thread srinath s
Hello Champs, I have modified the framework classes like \Classes\SysSetupFormRun to meet the requirement. Is this will be accepted by Microsoft and the code will be certified. Appreciate a response. Regards, Srinath. S [Non-text portions of this message have been removed]

[development-axapta] Settlement Invoice Number

2010-07-13 Thread Adam Gregory
All, I am looking for a way to find the Invoice numbers that a Payment Proposal is settling. I am creating a custom remittance file from the CustVendPaym. Right now I have access to the LedgerJournalEngine and the LedgerJournalTrans. My problem is two fold. 1.) How do I find the invoice number

[development-axapta] Re: Settlement Invoice Number

2010-07-13 Thread Adam Gregory
I have found a solution to this: By creating a new CustVendFindSettlements I am able to get the tmpCustVendTrans tmp table that holds all invoices that are being settled. CustVendFindSettlements = new CustVendFindSettlements(ModuleCustVend::Vend,ljt); CustVendFindSettlements.findSettlements(

[development-axapta] AX 3.0 and Oracle - nvarchar suddenly changed to varchar

2010-07-12 Thread James Flavell
Hi everyone It seems our customer who has AX3.0 and Oracle and have found their database fields for strings have changed from nvarchar to varchar suddenly. My guess was the 'Initialize DB to Unicode' in the AXC had been unticked and then someone did a sync but I am not sure if this can cause

[development-axapta] How to know the user has access to purchase order using code

2010-07-09 Thread srinath s
Hi champs, In order to restrict the user to use the purchase order I am giving no access permission to the user that belongs to the user group say “xyz”. Will select the user group xyz in the user group form and will go to the permission tab and select the security key in the drop down of the

[development-axapta] Creating/Updating help files in AX 4.0

2010-07-09 Thread shamika
Hello, How to create/update help files in AX 4.0? Any idea?? Thanks, Sam

[development-axapta] Customer aging Report

2010-07-08 Thread alokmishra_004
Hi All The "Accounts receivable aging report" report includes payment transactions that were received after the "Balance as of" date unexpectedly in Microsoft Dynamics AX 3.0. Thanks & Regards

[development-axapta] Tool tip in Axapta field

2010-07-08 Thread axaeffect
Hi all, I'd like to know where is the handle to show tool tip in column/field in Ax ? You know for example, in Sales Order form or Inventory movement form, when we move pointer or click Item column, there is tool tip inform item id and item name. In the form layout, I notice there's method cal

[development-axapta] Free Dynamics Ax (Axapta) training

2010-07-08 Thread myvolodymyr
Hi! I have found free training for Dynamics AX Trade and Logistics module. The training includes the business processes and their realization in Dynamics AX! The Dynamics AX Trade and Logistics training source: http://www.dynamicsaxtraining.com/trade-and-logistics-training

[development-axapta] Email alerts with Voting buttons - Ax2009

2010-06-29 Thread Anitha Santosh
Hi, How to generate Email alerts of Voting button type. I could generate normal Email alert from Ax2009. Any idea?? Should I use CRM module to get this done?? Regards, AnithaSantosh [Non-text portions of this message have been removed]

Re: [development-axapta] Re: Creating Local XML File

2010-06-28 Thread MaryAnn Hand
ill like to figure out what my issues with the AIF to XML via file > adapter was... but will have to look into that later. > > If anyone has an example to post, that would be great! > > Cheers! > > > --- In > development-axapta@yahoogroups.com, > Sumit Loya wrote: > >

Re: [development-axapta] Creating Local XML File

2010-06-28 Thread srinath s
Hi   Check the site http://207.46.16.248/en-us/library/aa856656.aspx for further information. Regards, Srinath. S   --- On Mon, 26/4/10, www_programmer wrote: From: www_programmer Subject: [development-axapta] Creating Local XML File To: development-axapta@yahoogroups.com Date: Monday, 26

[development-axapta] Re: Dificulties in refreshing grid.

2010-06-20 Thread abhi_the_star
Hi Sumit, I can't find the intellisense for *tablename*_ds on button click. I want to do it on button click method. Abhishek --- In development-axapta@yahoogroups.com, Sumit Loya wrote: > > Hi Abhishek, > > You will have call the method **_ds.executeQuery() to re load th

[development-axapta] AX2009 Product Builder

2010-06-18 Thread Kevin Murray
Hermant, I created a model with your 2 variables (model, color) and created 2 constraint rules. The first constraint rule has 2 SIMPLE conditions and looks like this: conditions variable index operator type value --- -- --- --- -- --- Simple

[development-axapta] Re: AX2009 Product Builder

2010-06-18 Thread imbisc
= White If you have any questions, just let me know. Bill --- In development-axapta@yahoogroups.com, "hemantdk66" wrote: > > Hi, > > In AX3.0 there use to be Pre-field validation where you can essentially use > to limit the enumerated text outcomes. I am tr

RE: [development-axapta] AX2009 Product Builder

2010-06-18 Thread Bill SCHWAGERL
Color = White If you have any questions, just let me know. Bill To: development-axapta@yahoogroups.com From: hemantd...@yahoo.com Date: Tue, 15 Jun 2010 21:13:26 + Subject: [development-axapta] AX2009 Product Builder Hi, In AX3.0 there use to be Pre-field

Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread mni_col
Hi, see a nice article from Kashperuk that can help you get clarity in this .. http://kashperuk.blogspot.com/2010/03/tutorial-reread-refresh-research.html Best regards Michael From: abhi_the_star Sent: Tuesday, June 15, 2010 12:29 PM To: development-axapta@yahoogroups.com Subject

Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread Sumit Loya
Hi Abhishek, You will have call the method **_ds.executeQuery() to re load the new data from database onto the grid. Regards, Sumit On Tue, Jun 15, 2010 at 3:59 PM, abhi_the_star wrote: > > > Hi, > > I am new to Axapta. I have creates a simple program in which, I have enter > a text in database

Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread Agus Riyadi
Hi, This blog maybe can help you http://kashperuk.blogspot.com/2010/03/tutorial-reread-refresh-research.html Regards, Agus On Tue, Jun 15, 2010 at 5:29 PM, abhi_the_star wrote: > > > Hi, > > I am new to Axapta. I have creates a simple program in which, I have enter > a text in database using t

Re: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-16 Thread JS
Thanks, Srinath.  We are looking into this now. From: srinath s To: development-axapta@yahoogroups.com Sent: Mon, 14 June, 2010 7:47:03 PM Subject: Re: [development-axapta] Inbound Create Purchase Order AIF service   Hi Jennifer,   Its simple process. Just

[development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread abhi_the_star
Hi, I am new to Axapta. I have creates a simple program in which, I have enter a text in database using textbox and button.This form also contains the grid which shows the inserted data. now on click of button, I want to refresh the grid, which shows newly created record. can anybody help me.

[development-axapta] AX2009 Product Builder

2010-06-16 Thread hemantdk66
Hi, In AX3.0 there use to be Pre-field validation where you can essentially use to limit the enumerated text outcomes. I am trying to check for similar functionality in AX2009. When I am trying to use the validation rule and then define the condition and then on the actions tab I define the var

Re: AW: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-16 Thread JS
Hi Jesper, We are implementing AX 2009.  We have found the wizard.  Thanks for the clarification. Jennifer From: "jesper.joergen...@bertelsmann.de" To: development-axapta@yahoogroups.com Sent: Mon, 14 June, 2010 8:45:53 PM Subject: AW: [developm

AW: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-14 Thread jesper.joergensen
t have controlled and limited access to the addressed persons. If this e-mail has been sent to you in error, please immediately notify the sender and delete the e-mail. Thanks." ________ Von: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogro

Re: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-14 Thread srinath s
en you can refer the AxdSalesorder. Similarly we can create for Axdpurchorder as well.     Regards, Srinath. S   --- On Mon, 14/6/10, JS wrote: From: JS Subject: Re: [development-axapta] Inbound Create Purchase Order AIF service To: development-axapta@yahoogroups.com Date: Monday, 14 June, 2010

Re: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-13 Thread JS
>   From: JS To: development-axapta@yahoogroups.com Sent: Fri, 11 June, 2010 5:51:57 PM Subject: [development-axapta] Inbound Create Purchase Order AIF service   Hi, I was looking at the list of standard AIF services and I could not find one to create a purchase order (inbound).  Has any

AW: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-11 Thread jesper.joergensen
that have controlled and limited access to the addressed persons. If this e-mail has been sent to you in error, please immediately notify the sender and delete the e-mail. Thanks." ________ Von: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogro

[development-axapta] Inbound Create Purchase Order AIF service

2010-06-10 Thread JS
Purchpurchreqservice (Find, Findkeys, Read) but there is not Create function. Many thanks, Jennifer From: Trinadh Sura To: axapta-knowledge-vill...@yahoogroups.com Cc: development-axapta@yahoogroups.com Sent: Mon, 7 June, 2010 7:33:42 PM Subject: [development

[development-axapta] Run Report from Com connector

2010-06-10 Thread Elías Manchón López
Hello Folks!!, I'm trying to export a quotation through COM connector, this is the code in Microsoft Dynamics AX 4.0: RecordSortedListjournalListLocal; ArgsargsLocal; ReportRun salesQuotationReport; CustQuotationJo

[development-axapta] Question on loading the AIF Queue Manager form

2010-06-08 Thread Eya
Hi all, I'm trying to open the Queue Manager form (Basic > Periodic > Application Integration Framework) and it takes a long time to load. When I checked the code, it basically has three loops: one for looping around each record in the AifQueueManager table and deleting them, then two for popul

[development-axapta] Reg FedEx Integration

2010-06-07 Thread Trinadh Sura
Hi all, How to integrate Axapta with FedEx ? What is the right process to test with live FedEx Account ? Thanks & Regards Trinadh Sura [Non-text portions of this message have been removed]

[development-axapta] CustCustomer service

2010-06-07 Thread pokerface2o03
Hi, I'm new to AX development and would like to customize the CustCustomer AIF service. I would like it to check each Customer record and if it already exists in the CustTable then do not insert it and continue with the next Customer record. I think I can do this validation in the prepareForS

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-04 Thread Malcolm Burtt
upCmdBatchRun.infoRun() method that assumes that the class instance variable "parm" is a comma separated list of batch groups and loops through that list starting one BatchRun object for each group in the list would do the job. Malcolm From: development-axapta@yahoogroups.com [mailto:

Unzustellbar: [development-axapta] Amount rounding problem

2010-06-04 Thread WFNQESZBAPXZ
X-Sender: mileen...@yahoo.com X-Apparently-To: development-axapta@yahoogroups.com X-Received: (qmail 80132 invoked from network); 3 Jun 2010 12:55:04 - X-Received: from unknown (66.196.94.106) by m11.grp.re1.yahoo.com with QMQP; 3 Jun 2010 12:55:04 - X-Received: from unknown (HELO

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-03 Thread James Flavell
experiences and I hope to be able to sow back into the group with some of my own for other people's problems (although I am not really a developer in AX these days) James From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Malcolm Burtt

[development-axapta] Amount rounding problem

2010-06-03 Thread Mileena M
dear all, when am using document handling, the amount coming in the word doc is rounding to two decimal point.i want to round it to three decimal point.actually  the amount which am passing have three decimal points.any one can help me??? [Non-text portions of this message have been rem

Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread abd absi
think in this way.:)   Regards Absi --- On Wed, 6/2/10, Rashid Iqbal wrote: From: Rashid Iqbal Subject: Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? To: development-axapta@yahoogroups.com Date: Wednesday, June 2, 2010

Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Rashid Iqbal
issue. will be highly obliged. regards, Rashid From: James Flavell To: development-axapta@yahoogroups.com Sent: Wed, June 2, 2010 11:39:44 AM Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Malcolm Burtt
...and once you have that change in place you can run the batch server as a Windows service. Malcolm From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of James Flavell Sent: 02 June 2010 10:34 To: development-axapta@yahoogroups.com Subject: RE

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
Sorry Mike a quick google gave me a detailed example to try out for this Thanks again James From: James Flavell [mailto:djf1...@gmail.com] Sent: 02 June 2010 17:31 To: 'development-axapta@yahoogroups.com' Subject: RE: [development-axapta] Live AOS failure RPC exception 14 r

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Malcolm Burtt
Hi James Forget that, I was having a moment of madness about the ax32.exe processes. :) Malcolm From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of James Flavell Sent: 02 June 2010 10:12 To: development-axapta@yahoogroups.com Subject: RE

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
unning for certain batch groups? (i.e. no need to modify the SysStartup class?) Thank you very much James From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Mike Sent: 01 June 2010 21:13 To: development-axapta@yahoogroups.com Subject: Re: [developm

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
Thanks again James From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Malcolm Burtt Sent: 02 June 2010 16:39 To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many

Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Mike
t: Monday, May 31, 2010 12:59 AM To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Thanks Mike J I don't believe we have any 3rd party apps that connect via bus

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
Cheers Absi for sharing that very useful info J Apart from Financial Statement was there any other reports or functions that should signs of causing this? Thanks James From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of abd absi Sent

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Malcolm Burtt
can only address 2GB but then there are also Ax32.exe processes for each connected client and they'll need memory of their own and, of course, the OS is consuming some memory. Malcolm From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of James

RE: [development-axapta] AX4.0 how to know batch process is running

2010-06-02 Thread James Flavell
James From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of jesper.joergen...@bertelsmann.de Sent: 31 May 2010 15:27 To: development-axapta@yahoogroups.com Subject: AW: [development-axapta] AX4.0 how to know batch process is running Hi

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread abd absi
sure why 3!   This case is still logged with MS.and do not know if they found a solution or not.     Regards Abdulrahman Absi --- On Mon, 5/31/10, James Flavell wrote: From: James Flavell Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
4 GB RAM is all you need for an AOS server (given you can't use more than 2GB and another 2GB for OS should be sufficient)? Thanks James -Original Message- From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Malcolm Burtt Sent: 30 May 20

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-31 Thread James Flavell
--Original Message----- From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Malcolm Burtt Sent: 30 May 2010 01:56 To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-31 Thread Malcolm Burtt
pment-axapta@yahoogroups.com [development-axa...@yahoogroups.com] On Behalf Of James Flavell [djf1...@gmail.com] Sent: 25 May 2010 13:18 To: development-axapta@yahoogroups.com Subject: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-31 Thread James Flavell
file that starts a client with some startup parameter or something right? Thanks again for your great help, much appreciated J James From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Mike Sent: 28 May 2010 20:52 To: development-axapta@yahoo

AW: [development-axapta] AX4.0 how to know batch process is running

2010-05-31 Thread jesper.joergensen
this e-mail has been sent to you in error, please immediately notify the sender and delete the e-mail. Thanks." ________ Von: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] Im Auftrag von James Flavell Gesendet: Donnerstag, 13. Mai

Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-28 Thread Mike
is on the system. From: James Flavell Sent: Tuesday, May 25, 2010 8:18 AM To: development-axapta@yahoogroups.com Subject: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Hi everyone We have an AX4.0 SP2 with kernel 4.0

Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-28 Thread Mike
, and event ID 180 is logged From: James Flavell Sent: Tuesday, May 25, 2010 8:18 AM To: development-axapta@yahoogroups.com Subject: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Hi everyone We have an AX4.0 SP2 with

[development-axapta] Calling an external process

2010-05-28 Thread m.hentrich
Hi all, I'm having a little problem, as I have to call an external program, that makes watermarks on pdf-files, which afterwards are attached to Axaptas documenthandling. WinApi::shellexecute does have a paramter, that tells AX to wait for the programme to finish, but the handle to the programm

[development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-27 Thread James Flavell
Hi everyone We have an AX4.0 SP2 with kernel 4.0.2503.953 Today the user reported very slow performance and the AOS crashed later on When we looked in the event viewer there was an error: Object Server 01: RPC error: RPC exception 14 occurred in session 3 This was logged maybe 50 to 1

[development-axapta] ECC no for differnet Warehouses

2010-05-21 Thread Abhay
Dear All, Can anybody tell me how to give different ECC nos for different warehouses in Trading concern, Manufacturing Concern.?Regards Abhay -- THIS E-MAIL IS CONFIDENTIAL and intended solely for the use of the individual to whom it is addressed. [Non-text portions of this message ha

Re: [development-axapta] help required installing KB979125 on AX2009

2010-05-20 Thread Julio César
hi, As long as i know, rollups resets syshotfixmanifest class... use applicationversion class insted Kisses On May 20, 2010 4:32 AM, "lakshmi kanth reddy" wrote: Hi, i have got a strange situation while installing AX2009 hotfix rollup KB979125 for one of our preproduction systems our confi

[development-axapta] help required installing KB979125 on AX2009

2010-05-20 Thread lakshmi kanth reddy
Hi, i have got a strange situation while installing AX2009 hotfix rollup KB979125 for one of our preproduction systems our configuration is as follows: 3 clients on different servers 2 Aos on different servers and application on shared file folder. installed on all client servers as well as A

[development-axapta] Document Handling Error

2010-05-19 Thread Mileena M
  Anyone can help me how can I fix the below problem when am using document handling.Method 'navigate' in COM object of class 'IWebBrowser2' returned error code 0x8007007F () which means: . Thanks in advance.       [Non-text portions of this message have been removed]

[development-axapta] Document Handling Error

2010-05-19 Thread Mileena M
  Anyone can help me how can I fix the below problem when am using document handling. Thanks in advance.       [Non-text portions of this message have been removed]

[development-axapta] Reporting Server Installation

2010-05-17 Thread Amgad Toma
Dear All, I need to install the reporting server in Microsoft dynamic ax 4, does anyone can help me what is the steps to make this reporting server. Thanks. Amgad Raouf Toma ERP Specialist [Non-text portions of this message have been removed]

[development-axapta] AIF salessalesorderservice - Issue in getting the url

2010-05-17 Thread srinath s
Hi All,   I am trying to consume the salessalesorderservice which is available in AX AIF. I have enabled the salessalesorderservice and generated the service. AX created the svc file in the virtual directory. To know the url of the service i went to IIS-> that site and browse the svc file. In br

[development-axapta] Up gradation From Dynamics AX 4.0 To Ax 2009 issues

2010-05-17 Thread sunilnapa
Hi All, I have a problem with ax 4.0 to ax 2009 up gradation. I am following the micro soft process to do this up gradation The steps below provide a high-level overview of the tasks that you must complete to upgrade from Microsoft Dynamics AX 4.0 to Microsoft Dynamics AX 2009. 1. Back up your

[development-axapta] Up gradation From Dynamics AX 4.0 To Ax 2009 issues

2010-05-17 Thread sunilnapa
Hi All, I have a problem with ax 4.0 to ax 2009 up gradation. I am following the micro soft process to do this up gradation The steps below provide a high-level overview of the tasks that you must complete to upgrade from Microsoft Dynamics AX 4.0 to Microsoft Dynamics AX 2009. 1. Back up your

[development-axapta] AX4.0 how to know batch process is running

2010-05-17 Thread James Flavell
Hi everyone, I am not sure if this has been asked in the group before but if yes please help direct me to the posting I want to setup some way to alert me if the batch process (or batch user login) has failed or not been started in AX4.0. Basically I have several companies and about 5 b

[development-axapta] Re: Dynamic x++ query problem

2010-05-12 Thread tony_zeigler
the needed rows. --- In development-axapta@yahoogroups.com, srinath s wrote: > > > Hi folks, >   > I have done some customization in which doing dynamic query generation. Now i > am getting the following error message. > Stack trace: The operation that you are performing genera

[development-axapta] Re: Dynamic x++ query problem

2010-05-11 Thread www_programmer
Can you include the code? --- In development-axapta@yahoogroups.com, srinath s wrote: > > > Hi folks, >   > I have done some customization in which doing dynamic query generation. Now i > am getting the following error message. > Stack trace: The operation that you are p

[development-axapta] Create Production Picklist lines from a job

2010-05-11 Thread MK
Hi I have a requirement to generate production picklist lines from a job. I have created a dummy production order and also have created a blank Picklist journal. I have to populate the lines of this Picklist journal from a job, base on some criteria I select few items in my code and try to popu

[development-axapta] Dynamic x++ query problem

2010-05-10 Thread srinath s
Hi folks,   I have done some customization in which doing dynamic query generation. Now i am getting the following error message. Stack trace: The operation that you are performing generates a SQL statement that contains too many nested statements. Break the operation into multiple parts, and t

[development-axapta] Create Production Picklist lines from a job

2010-05-10 Thread false
Hi I have a requirement to generate production picklist lines from a job. I have created a dummy production order and also have created a blank Picklist journal. I have to populate the lines of this Picklist journal from a job, base on some criteria I select few items in my code and try to

[development-axapta] Re: microsoft.dynamics.setup.reportingservices.dll;File Version - 5.0.1000.52 File

2010-05-05 Thread gonzalo_edo
Anyone??? Please send it to gonzalo_edo at yahoo.com --- In development-axapta@yahoogroups.com, "gonzalo_edo" wrote: > > Hi all... > > Can anybody please send me the file > microsoft.dynamics.setup.reportingservices.dll;File Version - 5.0.1000.52] to > gonzal

[development-axapta] MB6-819 AX 2009 Development Introduction

2010-05-04 Thread jamplu
Hi guyz i would like to know how some details about this exam How many Questions are there? The time provided? The Passmark Thanks Kim

AW: [development-axapta] Launching AX forms and creating records in the form through .Net

2010-05-04 Thread jesper.joergensen
ed persons. If this e-mail has been sent to you in error, please immediately notify the sender and delete the e-mail. Thanks." ________ Von: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] Im Auftrag von srinath s Gesendet: Dien

[development-axapta] Launching AX forms and creating records in the form through .Net

2010-05-04 Thread srinath s
Hello Folks, >From .Net whether is it possible to Launch the Ax forms and create records >with some mandatory data in it. >From .net when we click ok button from the windows form it should launch the >AX form (for example customer form) , create a record in this form  and set >the values i

[development-axapta] Email Inbox in Ax from pop3

2010-05-03 Thread paulsengeir
Hi I need to receive pop3 emails directly into Ax without using Outlook integration. Can anyone tell me how to do this? I have searched for classes and methods, bet have not found any. Any help will be appreciated. Best regards Geir

[development-axapta] FW: AX2009 windows left not responding

2010-05-03 Thread James Flavell
Hi everyone we have strange behaviour in AX2009 SP1 + GLS + RU3 Sometimes it seems users get AX windows that stop responding. In the list of the available windows inside AX these windows no longer appear in the list but in the OS taskbar they are there and can be selected but nothing can be do

[development-axapta] Different number sequences for domestic and export orders

2010-05-03 Thread SUNEEL BABU
Hi all, I want to assign different number sequence for domestic and export purchase orders. The user should able to select the number series format while creation of PO based upon the type of the order. Is the requirement to be customised or any option is available. Thanks in advance.

[development-axapta] Re: Creating Local XML File

2010-05-03 Thread www_programmer
d save the file locally. This worked out just fine and is the solution I will use for now. Would still like to figure out what my issues with the AIF to XML via file adapter was... but will have to look into that later. If anyone has an example to post, that would be great! Cheers! --- In dev

[development-axapta] Opening a AX form and setting the values in the form from .Net

2010-05-03 Thread srinath s
Hello Folks, I have one doubt. >From .Net whether is it possible to open the Ax forms and create records with >some mandatory data in it. >From .net when we click ok button from the windows form it should open the AX >form (for example customer form) , create a record in this form  and set th

[development-axapta] (unknown)

2010-05-03 Thread srinath s
Hello Folks, I have one doubt. >From .Net whether is it possible to open the Ax forms and create records with >some mandatory data in it. >From .net when we click ok button from the windows form it should open the AX >form (for example customer form) , create a record in this form  and set the >

Re: [development-axapta] Copy Item to another company/dataarea

2010-04-29 Thread Leo Vee
modify first the recId and dataAreaId in the backup DB.   But it is still easier to write your own job to copy item into another company by using changeCompany function in DAX. Regards, From: Ruel Ormita To: development-axapta@yahoogroups.com Sent: Thu, 22

Re: [development-axapta] Creating Local XML File

2010-04-28 Thread Sumit Loya
Hi, You will have to setup all the AIF settings from Basic --> Setup --> Application Integration Framework. Have you done that? Regards, Sumit On Mon, Apr 26, 2010 at 10:56 AM, www_programmer wrote: > > > I am trying to understand the best way to create XML files on the local > system in AX.

[development-axapta] Creating Local XML File

2010-04-28 Thread www_programmer
I am trying to understand the best way to create XML files on the local system in AX. I have created a new query that displays data from InventTable and SalesTable. (InventTable.ItemId, InventTable.ItemName, SalesTable.Price). I would like to add a button to a form to, "send electronically" like

[development-axapta] microsoft.dynamics.setup.reportingservices.dll;File Version - 5.0.1000.52 File

2010-04-28 Thread gonzalo_edo
Hi all... Can anybody please send me the file microsoft.dynamics.setup.reportingservices.dll;File Version - 5.0.1000.52] to gonzalo_...@yahoo.com I'm trying to install the reporting services extension but I'm having the issue of the version file. I do not want to upgrade the production enviro

[development-axapta] Atlas xl 3.5 journal upload

2010-04-23 Thread Jennifer Saldua
Hi, We are using AX 2009 but our Atlas version is 3.5.  We are trying to upload the beginning balances for inventory using the movement journal.  We used the standard template for movement journal upload.  However, when we tested the journal upload using the standard template, only the headers c

RE: [development-axapta] Unable to move form fields around

2010-04-22 Thread Ruel Ormita
Hi, Maybe this field is with a group. Try dragging a field in the data source and put it in the design. From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of shamika Sent: Tuesday, April 20, 2010 11:28 PM To: development-axapta@yahoogroups.com

RE: [development-axapta] Copy Item to another company/dataarea

2010-04-22 Thread Ruel Ormita
Hi, There are two methods. 1. Export it using Administration > Periodic > Export Need to setup the definition group. Then select the corresponding tables you want to export. 2. Create a job using the changecompany() function. Regards From: development-

[development-axapta] Unable to move form fields around

2010-04-22 Thread shamika
Hello, I am unable to move form fields around. Columns in header of PO status form can not moved around. Line columns are moving around. I checked respective design properties and all are set properly. Any thoughts?? Thanks, Sam

[development-axapta] Copy Item to another company/dataarea

2010-04-22 Thread axaeffect
Hi all, How to copy item (InventTable, InventTableModule, InventeItemLocation) to another company/dataarea? Kindly advise, Thanks, Axl

[development-axapta] BC writing in SYS layer - why?

2010-04-22 Thread TeenDivaBrat
Hi All, I've a static method in a class running in server, which would create new BaseEnum element programmatically as below, for example. public static server void createNewEnumElement(Args _args) { #AOT TreeNode treeNode; TreeNode subTre

SV: [development-axapta] Linked forms - form focus ...

2010-04-20 Thread Carsten Frøslev Frandsen
Hi, You can use the linkActive method on the route forms datasource - this method is called every time the item is changed in the item form. Best regards/Med venlig hilsen thy:data Carsten Frøslev Frandsen Senior Udvikler Fra: development-axapta@yahoogroups.com [mailto:development-axa

[development-axapta] Linked forms - form focus ...

2010-04-20 Thread benoit.billington
Hi, I can't find any lostFocus method of a Form so can anyone tell me how to achieve the following task : I have the Item form open, and for an item I have the route form open so those 2 forms are linked I want to run a validation method when closing the route form and also when changing item

[development-axapta] DUPLICATED VOUCHER PAYMENT JOURNAL LINES

2010-04-19 Thread Gustavo C
Hello to everybody. Currently we are facing a big problem with a customer. The problem: The vouchers are duplicated everytime on Payment Journal Lines. Due the nature of our customer all the payments must have different vouchers. I think that this problem is happening since Axapta 2.5, microsof

Re: [development-axapta] Setting field to mandatory via code

2010-04-19 Thread avi's
ntosh Subject: Re: [development-axapta] Setting field to mandatory via code To: development-axapta@yahoogroups.com Date: Thursday, 15 April, 2010, 1:06 PM   hi, try this in active method of the Datasource: dimension1.mandator y(true); hope it works... O

[development-axapta] Re: Setting field to mandatory via code

2010-04-19 Thread www_programmer
That worked perfectly! Thanks! --- In development-axapta@yahoogroups.com, Tom Kim wrote: > > I believe you want to do something like this: > > ledgerJournalTrans_DS.object(fieldId2Ext(fieldNum(LedgerJournalTrans,Dimension),1)).mandatory(true); > > I haven't tested this

Re: [development-axapta] Reg document attached in AX document management

2010-04-15 Thread mni_col
Hi, think with DocuActionFile::saveTempFile you got the pdf file to send. Best regards Michael From: Trinadh Sura Sent: Thursday, April 15, 2010 9:27 AM To: axapta-knowledge-vill...@yahoogroups.com Subject: [development-axapta] Reg document attached in AX document management Hi All, I

Re: [development-axapta] Setting field to mandatory via code

2010-04-15 Thread Anitha Santosh
hi, try this in active method of the Datasource: dimension1.mandatory(true); hope it works... On Thu, Apr 15, 2010 at 11:04 AM, www_programmer wrote: > > > I have a formcontrol combobox that allows you to select from > ledgerJournalTrans.Dimension. The three dimensions from the Enum are > displ

Re: [development-axapta] Setting field to mandatory via code

2010-04-15 Thread Tom Kim
I believe you want to do something like this: ledgerJournalTrans_DS.object(fieldId2Ext(fieldNum(LedgerJournalTrans,Dimension),1)).mandatory(true); I haven't tested this code, but it should be very close to this. The second parameter allows you the specify the array index for the Dimension field,

<    1   2   3   4   5   6   7   8   9   10   >