Re: [development-axapta] Certification

2009-06-18 Thread shamika kshirsagar
Hello Pooja, See attached documents. Total 3 zip files are there so sending one by one. Best Luck! Shamika From: Pooja . To: development-axapta ; groups ; groups ; groups ; groups ; groups ; groups ; groups Sent: Thursday, 18 June, 2009 9:43:53 AM

[development-axapta] Certification

2009-06-18 Thread Pooja .
Hi guys., I would like to wirte the T&L certification.,can you send me the preparation guides as I do not have partnersource id. please any body Pooja [Non-text portions of this message have been removed]

Re: [development-axapta] How do I update a db field from another field...

2009-06-18 Thread enkidou
ce adding the relation to the query. Regards, Geoffrey Delmée - Mail Original ----- De: "giarc 127" À: "development-axapta" Envoyé: Mercredi 17 Juin 2009 21:13:55 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: [development-axapta] How do I upd

[development-axapta] color

2009-06-18 Thread Amit
Override the displayOption() method on the datasource and apply your logic to to change the color. [Non-text portions of this message have been removed]

[development-axapta] Re: Like Operator

2009-06-18 Thread zed
Hi Use qbr_salesline.value('9*'); br Ingus Ziedins --- In development-axapta@yahoogroups.com, "branjema" wrote: > > i'm trying to use the like operator in a query: > > qbr_salesline = qbs_salesline.addRange(fieldnum((salesline,invoiceaccount));

Re: [development-axapta] Dialog

2009-06-18 Thread Sumit Loya
Hi, THere are plenty of examples in AX itself. Look at developer help and also search for Dialog key word in Classes node. You can get lots of examples. Regards, Sumit On Wed, Jun 17, 2009 at 3:42 PM, Pooja . wrote: > > > HI guys > I have to do this ., > I should update 2 fields using dialog

[development-axapta] Re: Enum

2009-06-18 Thread zed
AddressType in table br Ingus Ziedins --- In development-axapta@yahoogroups.com, "Pooja ." wrote: > > There is enum called Addresstype in address table. > in my requirement,I need to see all enum elements init,I need first three > only. > How to disa

[development-axapta] How do I update a db field from another field...

2009-06-18 Thread giarc 127
Being new to Ax Development have created a few forms, and now I need to add the relation to the table. How would I go abouts doing that? Where would I put the code, this is what I am most confused on. the placement of the code. Will I need to add a new method, and how do the methods get executed

Re: [development-axapta] Report Designing.

2009-06-17 Thread enkidou
uot;Khalil Rehman" À: "Knowlege Village" , "Development Axapta" Envoyé: Mardi 16 Juin 2009 13:28:08 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: [development-axapta] Report Designing. Dear All, i want to know about the Report View Design, if

RE: [development-axapta] (unknown)

2009-06-17 Thread Enkidou
: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] De la part de Pooja . Envoyé : mercredi 17 juin 2009 10:13 À : development-axapta; groups; groups; groups; groups; groups; groups; groups Objet : [development-axapta] (unknown) Hi Guys, Im new to Ax,How to write the

[development-axapta] Like Operator

2009-06-17 Thread branjema
i'm trying to use the like operator in a query: qbr_salesline = qbs_salesline.addRange(fieldnum((salesline,invoiceaccount)); qbr_salesline.value('like 9*'); But its not working. Does someone know the answer?

RE: [development-axapta] Report Designing.

2009-06-17 Thread Enkidou
Hi, At first I recommend you not to use Visual report designer. You will gain time directly working on the object tree. Then, to do this, you have to add shape controls and set them separetly. Regards, Geoffrey Delmée De : development-axapta@yahoogroups.com [mailto:development-axa

RE: [development-axapta] Form

2009-06-17 Thread Enkidou
Hi, You can set ‘CreatedBy’ property to ‘Yes’ on the table and add a range on your FormDataSource in its init method and set the range’s value to the current user. Regards, Geoffrey Delmée De : development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] De la part

Re: [development-axapta] Form

2009-06-17 Thread enkidou
Hi, you can set CreatedBy to Yes on the table and add a range to your formdatasource you will set with the current user id in the init method on the formdatasource. Regards, Geoffrey Delmée - Mail Original - De: "Pooja ." À: "development-axapta" , "group

[development-axapta] error

2009-06-17 Thread Pooja .
Hi guys, Im always getting this screen .please look into that /attachment. what would be reason. error is :Unable to save . Unable to save Query Reminder_MPB [Non-text portions of this message have been removed]

[development-axapta] Re: Issue : same EDT's in two different layer (USR & VAR)

2009-06-17 Thread benoit.billington
It's okay now i'm good ! --- In development-axapta@yahoogroups.com, "benoit.billington" wrote: > > Hello, > > We have several instance of AX running in different places for different > peoples > > Some development were made in USR (on the "FR&

[development-axapta] (unknown)

2009-06-17 Thread Pooja .
Hi Guys, Im new to Ax,How to write the Lookup on the field with some lsit Pooja [Non-text portions of this message have been removed]

[development-axapta] Dialog

2009-06-17 Thread Pooja .
HI guys I have to do this ., I should update 2 fields using dialog on the main form. how to create dialog which is first time for me. any url or blog or any existing ssytem thanks Pooja [Non-text portions of this message have been removed]

[development-axapta] import table in AOT

2009-06-17 Thread anton_tjiptadi
Hi guys, I want to import table from my XPO to Axapta (version 3). As usual I do it from AOT, import, then compare table first. There are field differences between GLS layer and USR layer (my XPO). Question is if I only want to import some of the new field in my XPO, how to do it? I see there

[development-axapta] Mobile Development for Barcode Scanner on Receiving Items

2009-06-17 Thread Girac
Hi all, I need to develop a mobile application to run on a scanner, we will be using it to receive items. I ran across some tutorials on mobile development but this past wasn't covered. All I need to do is replicate some Ax forms to run on my Windows Mobile Device. Has anyone developed such an

[development-axapta] Recurrence

2009-06-17 Thread Pooja .
Sorry to send so many emails, Is there any best options of the recurrence in ax 2009. I have to do it.., [Non-text portions of this message have been removed]

[development-axapta] Form

2009-06-17 Thread Pooja .
 Hi what is the finction of the login userid, I got Scenario,the form must appear with records created by me only. how to handle it [Non-text portions of this message have been removed]

Re: [development-axapta] Enum

2009-06-17 Thread tarun jalhotra
  Override the enter method and write       this.delete(elementName);   But this may change the enum values depending upon which elements of an enum you are showing.   regards, Tarun --- On Mon, 6/15/09, Pooja . wrote: From: Pooja . Subject: [development-axapta] Enum To: "development-a

[development-axapta] OutLook

2009-06-17 Thread Pooja .
Do you know How to Integrate OutLook with Ax 2009 [Non-text portions of this message have been removed]

[development-axapta] Enum

2009-06-17 Thread Amit
write enter method on form for that field delete the elements which you don't want to see. public void enter() {     super();     this.delete(enum2str(AddressType::AltDlv));     this.delete(enum2str(AddressType::Business));     this.delete(enum2str(AddressType::DEL_BKDRemitTo));     this.delete(e

[development-axapta] Report Designing.

2009-06-17 Thread Khalil Rehman
Dear All, i want to know about the Report View Design, if i want to setup of Body LineAbove, LineBelow, LineLeft, LineRight properties with different Thickness. how can i perform this. e.g.if i want LineLeft, LineRight with Pt1 thickness and Line Below, LineAbove with HairLine Thickness.

[development-axapta] color

2009-06-17 Thread Pooja .
HI Guys, In my requirement,.there should be an alert(red color any thing ) on the form as soon as "date"( field) value cross the today date . How to do ..is there any thing is in existing system.  [Non-text portions of this message have been removed]

[development-axapta] Issue : same EDT's in two different layer (USR & VAR)

2009-06-15 Thread benoit.billington
Hello, We have several instance of AX running in different places for different peoples Some development were made in USR (on the "FR" instance of AX) Those devs had to be put in VAR so I could install them on all the other instances of AX. I also had to put that VAR layer file on the "FR" ins

[development-axapta] Enum

2009-06-15 Thread Pooja .
There is enum called Addresstype in address table. in my requirement,I need to see all enum elements init,I need first three only. How to disable rest of all. thanks [Non-text portions of this message have been removed]

[development-axapta] New table in AX

2009-06-15 Thread Ajay
Thank you guys in advance, I'm sure some of you have run into this. I have created a new table, and used it in a report. This table has standard fields like custAccount, ItemId which are extended from the correct EDTs. When I run the report and click on select to modify my query criteria. I righ

RE: [development-axapta] Re: Axapta QueryRange Sql

2009-06-12 Thread Carsten F. Frandsen
the code that interprets Queries or X++ SQL and produces the actuel SQL statement. Best Regards, Carsten F. Frandsen a-solutions From: development-axapta@yahoogroups.com on behalf of muzzyk34 Sent: Fri 6/12/2009 10:18 To: development-axapta@yahoogroups.com Subject

[development-axapta] Re: Axapta QueryRange Sql

2009-06-12 Thread muzzyk34
ference * and % bu I don't catch thats sql sentence in axapta.. how ?? --- In development-axapta@yahoogroups.com, Sarwar Mohiuddin wrote: > > you can always check by printing query.toString(). > > On Wed, Jun 10, 2009 at 5:14 PM, muzzyk34 wrote: > > > > > >

Re: SV: [development-axapta] Axapta QueryRange Sql

2009-06-12 Thread Varden Morris
__ From: Dahlsgaard Jan To: development-axapta@yahoogroups.com Sent: Thursday, June 11, 2009 1:02:15 AM Subject: SV: [development-axapta] Axapta QueryRange Sql This happens somewhere in the kernel. You don't have access to this. _ _ __ Fra: development- axa

Re: [development-axapta] Error running export to file as batch but no problem when run normally by the user

2009-06-12 Thread Varden Morris
viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. From: James Flavell To: development-axapta@yahoogroups.com Sent: Wednesday, June 10, 2009 9:13:02 PM Subject: RE: [development-axapta] Error running export to

[development-axapta] Development Tool AxAssist updated to 1.13.0 version. DAX IDE extension

2009-06-11 Thread adkotov
AxAssist tool make the daily work in the DAX Editor easier. Works on all versions of DAX (3.0, 4.0 and 2009). Also its work on some AX6.0 beta versions. AxAssist works independently on DAX functionality, except small changes in class EditorScripts. Details are described in Installation (http:

SV: [development-axapta] Axapta QueryRange Sql

2009-06-11 Thread Dahlsgaard Jan
This happens somewhere in the kernel. You don't have access to this. Fra: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] På vegne af muzzyk34 Sendt: 10. juni 2009 13:14 Til: development-axapta@yahoogroups.com Emne: [develo

RE: [development-axapta] Error running export to file as batch but no problem when run normally by the user

2009-06-11 Thread James Flavell
user has typed in the report options? Thanks once again to you all :) James _ From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Varden Morris Sent: 10 June 2009 21:37 To: development-axapta@yahoogroups.com Subject: Re: [development-axapta

Re: [development-axapta] Error running export to file as batch but no problem when run normally by the user

2009-06-11 Thread Mike
-- From: Varden Morris To: development-axapta@yahoogroups.com Sent: Wednesday, June 10, 2009 9:36 AM Subject: Re: [development-axapta] Error running export to file as batch but no problem when run normally by the user Are you using a relative or absolute path? You should share the f

Re: [development-axapta] Axapta QueryRange Sql

2009-06-11 Thread Sarwar Mohiuddin
you can always check by printing query.toString(). On Wed, Jun 10, 2009 at 5:14 PM, muzzyk34 wrote: > > > hi everyone; > > I am wondering how does axapta convert queryrange to Sql sentences? > exaple: > I have a report and I add a range to ask name of customer after I write > range field to 'Mic

Re: [development-axapta] Error running export to file as batch but no problem when run normally by the user

2009-06-10 Thread Varden Morris
recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. From: James Flavell To: development-axapta@yahoogroups.com Sent: Wednesday, June 10, 2009

[development-axapta] Axapta QueryRange Sql

2009-06-10 Thread muzzyk34
hi everyone; I am wondering how does axapta convert queryrange to Sql sentences? exaple: I have a report and I add a range to ask name of customer after I write range field to 'Mich*' then how does axapta convert Sql "SELECT * FROM CUSTOMER WHERE CustomerName LIKE 'Mich%'" does anyone know tha

[development-axapta] Error running export to file as batch but no problem when run normally by the user

2009-06-10 Thread James Flavell
H i everyone I have a strange problem that I have a class that basically creates a text file of the item onhand information. The class works fine when run by the user but when I set it to run in batch it gives an error when the following code is called by the batch client: new Fi

[development-axapta] Form with Panel Filter

2009-06-09 Thread Pooja .
Hi Experts, I'm not using any Code here, I have 3 Grids on the single Form - Grids are 1.SalesTable , 2.SalesLine, 3. Item(for Example) Panel search filter is focusing in Last Grid one by default .. i.e on Itemgrid . I needed Panel search filter on first one on the Form. Thank you

Re: [development-axapta] Dynamics Connection Error

2009-06-08 Thread mohammad abusaude
check the user of the client is listed  in the users group in the AX From: suneel babu To: Development ; Axapta Knowledge village ; Arjit babu Ax ; amit bhatt AX Sent: Saturday, May 30, 2009 12:09:52 PM Subject: [development-axapta] Dynamics Connection

[development-axapta] Re: Filter on InventTrans

2009-06-04 Thread surfing2alien
--- In development-axapta@yahoogroups.com, "surfing2alien" wrote: > > Hi, > I want to add a filter in InventTrans Table based on a field in the custtable. > I have tried different solutions but I cannot get it to work. > > Can anybody tell me what is the code to add

[development-axapta] Inventdim controls not active

2009-06-03 Thread larsj_73
Hi, I have done one change in the form InventNonConformanceTableCreate to be able to edit the inventory dimensions as I want to enter the serial number for the nonconformance. In the method updatedesign() I added inventDimFormSetup = InventDimCtrl_frm_NonConformance::newFromForm(element); Aft

[development-axapta] Disable

2009-06-03 Thread Pooja .
Hi Guys, I have the Radio button (NoYes) and Check box on the form. if I click the radio button to Yes ,then that check box should disable can u pls [Non-text portions of this message have been removed]

[development-axapta] Filter on InventTrans

2009-06-03 Thread surfing2alien
Hi, I want to add a filter in InventTrans Table based on a field in the custtable. I have tried different solutions but I cannot get it to work. Can anybody tell me what is the code to add CustTable to the InventTrans datasource, and how to set the filter on it. Thanks Carl

[development-axapta] Send Mail in EP

2009-06-03 Thread Abhishek
Hi I am using Axapta2009. I want to send mail on click of a button(which is created in a web control-ascx file) but i am not able to do that. And i also want to send mail through axapta using gmail as smtp server. Please help in both the cases asap.

[development-axapta] Dialog data check

2009-06-03 Thread jquinteroz
Hi!: I have the following situation: I have a form, this form has a button "Copy". I neeed to copy current selected record in a grid in order to create another record. I did that in clicked method. Now, the id of new record is not a sequential number, it is a manual number. I created a dialog wi

SV: SV: [development-axapta] Indian Localisation on AX-5.0

2009-06-03 Thread Stefan Lundquist (Priv)
Hi Sorry for the delay :( Its included in GLS for Sp1. See this Link including doumentation: https://mbs.microsoft.com/partnersource/support/selfsupport/servicepacks/dyn amicsax2009sp1.htm?printpage=false //Stefan -Ursprungligt meddelande- Fran: development-axapta@yahoogroups.com

[development-axapta] 'Unassigned out parameter' error when adding a webservice reference in Ax 2009

2009-06-03 Thread morlopen
Hi, I am trying to add a reference in Ax 2009 to the Sharepoint Copy.asmx webservice. Some of the methods in this webservice has out parameters for results, and the routine for creating the reference fails. I get the following errors: c:\Documents and Settings\Administrator\Local Settings\Tem

[development-axapta] Microsoft Official taining material download link

2009-06-03 Thread nahidansar
Hi , Can someone give me the link from where I can download the microsft official training material for dynamics AX 2009. Thanks in advance.

[development-axapta] Miscellenous Charges in PO.

2009-06-03 Thread Khalil Rehman
Dear All, can anybody tell me about the Miscellenous charges how to trace them if we will assing Miscellenous Charges like this Debit: Item Cost Credit: Ledger Account. because if we assing Ledger Account in Credit then i cannot fine the traceability that we assign the Misc. Char

[development-axapta] Forms

2009-06-03 Thread Pooja .
Hi Guys, In my Form(list page),the filter is on last grid by default, How can I change to first grid as my form has 3 grids. [Non-text portions of this message have been removed]

[development-axapta] Invalid argument type for function when using SetRecord()

2009-06-03 Thread m_doolio
I created a Class which extends RunbaseReport because I want to fill a temporary table (tmpaccountsum) which is a datasource for a report The class fills the table just fine: tmpAccountSum TempTable() { tmpAccountSum tmpTable; ProdTable MyProdtable; PBATableInstance MyPBAtabl

RE: [development-axapta] Dynamics Connection Error

2009-06-03 Thread Ruel Ormita
Hello, Try to join the client in a workgroup then join it again in the domain. Sometimes client tend to loose the connection to the domain -Original Message- From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of suneel babu Sent: Saturday, 30

Re: SV: [development-axapta] Indian Localisation on AX-5.0

2009-06-03 Thread Abhay
Hi Stefan, Thanks for the reply i will be greatly obliged if you can please forward me the material on Indian Localisation or the url from where we can down load the same.Regards Abhay -Original Message- From: "Stefan Lundquist (Priv)" Sent 5/30/2009 4:46:43 AM To: developm

RE: [development-axapta] SetCurrent method on Axapta

2009-06-02 Thread Ruel Ormita
Hello, inventDim.data(InventDim::find(inventQuarantineOrder.InventDimId)); // replace the data with the new search data inventDim_ds.setCurrent(); // makes it current _ From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of pranam

AW: [development-axapta] Run an EXE from AX 2009 - Code Example

2009-06-02 Thread jesper.joergensen
hat 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] AX2009 implementation project

2009-06-02 Thread tarekeg2
Hi All, I have a client in Egypt/Alexandria who asked my help to implement AX2009 for his company. I'm working alone, so I'll need someone who has technical and functional experience to help me. If any one intrested, send me your CV and daily rate. Have a nice day

Re: [development-axapta] Run an EXE from AX 2009 - Code Example

2009-06-02 Thread Steffen Denize
winapi::shellExecute(@'C:\acv312\ArsClip.exe'); Med venlig hilsen, Steffen Denize Dynamics AX - blog http://denizone.blogspot.com 2009/5/29 MvT : > > > Hi there, > > Can someone please show me how to open another EXE within AX 2009 Job. > > Kind regards. > > [Non-text portions of this message

[development-axapta] Re: Run an EXE from AX 2009 - Code Example

2009-06-02 Thread ggodman
static void ShellExecute(Args _args) { ; winAPI::shellExecute("c:\\hello.txt"); } --- In development-axapta@yahoogroups.com, "MvT" wrote: > > Hi there, > > Can someone please show me how to open another EXE within AX 2009 Job. > > Kind regards. &

[development-axapta] Dynamics Connection Error

2009-06-02 Thread suneel babu
aring with Windows Live™ Photos. http://www.microsoft.com/india/windows/windowslive/photos.aspx [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/de

SV: [development-axapta] Indian Localisation on AX-5.0

2009-06-02 Thread Stefan Lundquist (Priv)
Yes there is. -Ursprungligt meddelande- Fran: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com]for Abhay Skickat: den 26 maj 2009 07:18 Till: ax forumdev Kopia: ax knowledge village Amne: [development-axapta] Indian Localisation on AX-5.0

[development-axapta] Re: Run an EXE from AX 2009 - Code Example

2009-06-02 Thread eravuna_akora
exitCode; ; perm.assert(); p=System.Diagnostics.Process::Start(_process,_arguments); p.WaitForExit(); exitCode=p.get_ExitCode(); return exitCode; } Hope this helps... Elyo Ravuna Information Technology Manager Avnet Technology Solutions - Turkey --- In development-axapta

[development-axapta] Run an EXE from AX 2009 - Code Example

2009-05-29 Thread MvT
Hi there, Can someone please show me how to open another EXE within AX 2009 Job. Kind regards. [Non-text portions of this message have been removed]

[development-axapta] Dynamic height field property

2009-05-29 Thread naveed ali
Hi All,   I have asomestring fields on report with Dynamic Height property true.When these field extends to next page a line is printed before the remaining field text.I m using Ax9.0.Any idea about this.   Regards, Naveed Jadoon [Non-text portions of this message have b

[development-axapta] Axapta Interview Questions

2009-05-29 Thread Vembu Arumugam
Hello, Greetings!! Can anyone send me Axapta interview question and answers? Vembu A   [Non-text portions of this message have been removed]

[development-axapta] Hi

2009-05-29 Thread Pooja .
Hi I'm New to this Group.I have just now thank you Pooja [Non-text portions of this message have been removed]

[development-axapta] Re: BOMCalcTrans Report

2009-05-29 Thread mane.shankar10
--- In development-axapta@yahoogroups.com, "MvT" wrote: > > Hi All, > > I need to build a report from the BOMCalcTrans table. > The challenge for me is that the user should be able to specify some input > through a form. > I am not sure how the handle this inte

RE: [development-axapta] Ax 2009 Morphx VCS Docu

2009-05-29 Thread Morten Aasheim
There is a video about the subject on channel 9. Should be easy to find Morten Aasheim From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of sunnyscheit Sent: 26. mai 2009 19:47 To: development-axapta@yahoogroups.com Subject: [development

Re: [development-axapta] BOMCalcTrans Report

2009-05-27 Thread MvT
Hi All, I need to build a report from the BOMCalcTrans table. The challenge for me is that the user should be able to specify some input through a form. I am not sure how the handle this interaction between form and report. Input fields required before running the report: 1. Run by: a) Item

[development-axapta] RE: Indian Localisation on AX-5.0

2009-05-27 Thread Vivek
Hi Abhay, Indian localization is available in AX 2009 SP1. All the features you have mentioned are available in this release. Thanks, Vivek From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] Sent: Tuesday, May 26, 2009 8:08 PM To: development-axapta

[development-axapta] Ax 2009 Morphx VCS Docu

2009-05-27 Thread sunnyscheit
Is there any descripton/info/docu about the morphx vcs and the difference to TFS/VSS ??

[development-axapta] Indian Localisation on AX-5.0

2009-05-26 Thread Abhay
Hi All, Is there Indian Localisation release onm Ax2009, and does it contain reports of VAT, CST, Service tax, etc. 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 have been remo

[development-axapta] AIF SalesOrder to automaticaly create intercompany sales orders

2009-05-25 Thread Jacques Oelofse
Hi all, For some reason if you have intercompany sales orders in AX and you are importing Sales Orders via the AIF, the intecompany sales orders do not get created. Once the AIF inserts the SO (Sales Order) you have to click on the record in the Sales Order Details form and only once you move o

[development-axapta] RAtio Analysis and Past Cashflows

2009-05-25 Thread Abhay
Dear All, Is anybody aware how to prepare Ratio-Analysis in AX and also how can we take past Cash flows ( As per Accounting Standard-AS-3 of ICAI). Please consider this as an urgernt requirement. Thanks in Advance,Regards Abhay -- THIS E-MAIL IS CONFIDENTIAL and intended solely for the

[development-axapta] Webservices AX 2009 - Passing User Credentials

2009-05-25 Thread abhishek mehta
Hi All, We have written code in the AX to consume the webservice. Follwing are the two actions that are being performed: 1. Consume a webservice which would return a dummy string text "Hello world". - It works fine. 2. Consume a webservice which would add a new string value to the list. All the

[development-axapta] Client was changed Domain

2009-05-25 Thread suneel babu
go to: http://groups.yahoo.com/group/development-axapta/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/development-axapta/join (Yahoo! ID required) <*> To change settings via email:

[development-axapta] bom

2009-05-25 Thread coomely2004
hi expert? how to create bill of material structure in axapta4.0.

[development-axapta] SetCurrent method on Axapta

2009-05-22 Thread pranam mukher
hi all    Could you please tel me what is the purpose of the method setCurrent()    For Ex: if (inventQuarantineOrder.InventDimId != inventDim.InventDimId)     {     inventDim.data(InventDim::find(inventQuarantineOrder.InventDimId));     inventDim_ds.setCurrent();    

[development-axapta] Re: Weird Issue while deploying a from DEV env. to TEST env.

2009-05-20 Thread benoit.billington
I always synched it then compiled it. so i tried the opposite (compile then sync) but after the compilation is gives me some errors about that static method that exists twice and with a bad name ... --- In development-axapta@yahoogroups.com, kristanto surjadi wrote: > > Try to sto

[development-axapta] Group By

2009-05-20 Thread naveed ali
Hi Dears,    I want to apply group by and subtotal on salequotation report using my custamized field but i m unable to find the soltion.Any body have idea about this.   Regards, Naveed Ali   [Non-text portions of this message have been removed]

[development-axapta] Re: Weird Issue while deploying a from DEV env. to TEST env.

2009-05-20 Thread benoit.billington
I tried that many times and on several dif env. --- In development-axapta@yahoogroups.com, Palle Mølgaard wrote: > > Try stopping test AOS, delete axapd.aoi (Application Object Index file), and > start AOS again. > > This will recreate the axapd.aoi file. > > Regard

[development-axapta] SITE - The New Inventory Dimension

2009-05-19 Thread navin_rdy
Hi Every One, Can any one give me a clear idea what is the exact use of SITE? Thansk in advance. Naveen

[development-axapta] Re: Rename_ModuleList when upgrading 2.5->3.0

2009-05-19 Thread benoit.billington
uot;renamed_" method so strange (AX 4.0->AX4.0) --- In development-axapta@yahoogroups.com, "Thomas Vogt Poulsen" wrote: > > > Yes, i thought so. > > The only solution is to overwrite the SYS, SYP, GLS, etc. where the > methods are present. > > I ju

[development-axapta] Dynamic height problem

2009-05-19 Thread naveed ali
Dear All,    I have added a new field to sales quotation report  in Ax2009 and put the dynamic height property to True.When report print on screen is ok but when print on printer or in pdf extra line is printed after second header is print.   Any idea will be highly appre

[development-axapta] How to sent the text file to the printer using SysPrintForm

2009-05-19 Thread srinath s
Hi Champs,   As i have one text file which i need to print. For that i need to select printer settings so how to sent the file to "SysPrintForm"(form opening when printing the report) from there i need to pick the printer to get the print.   Usually we will the print the data using report as a b

[development-axapta] Dynamic height problem

2009-05-19 Thread naveed ali
Dear All,    I have added a new field to sales quotation report  in Ax2009 and put the dynamic height property to True.When report print on screen is ok but when print on printer or in pdf extra line is printed after second header is print.   Any idea will be highly appre

Re: [development-axapta] Re: reg dialog box in EP,Ax 2009

2009-05-19 Thread abhishek mehta
Aðca wrote: From: Ali Ýhsan Aðca Subject: [development-axapta] Re: reg dialog box in EP,Ax 2009 To: development-axapta@yahoogroups.com Date: Wednesday, May 13, 2009, 10:46 AM Hi, Youcan use Webpopupweblet to get data from user in popup. Have a look my blog: http://axdynamics. spaces.li

Re: [development-axapta] Weird Issue while deploying a from DEV env. to TEST env.

2009-05-19 Thread kristanto surjadi
Try to stop your service, delete axapd.aoi file, start service... compile and synch it. --- On Thu, 5/14/09, benoit.billington wrote: From: benoit.billington Subject: [development-axapta] Weird Issue while deploying a from DEV env. to TEST env. To: development-axapta@yahoogroups.com Date

RE: [development-axapta] Weird Issue while deploying a from DEV env. to TEST env.

2009-05-19 Thread Palle Mølgaard
k<http://www.systemate.dk> From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of benoit.billington Sent: 14. maj 2009 16:58 To: development-axapta@yahoogroups.com Subject: [development-axapta] Weird Issue while deploying a from DEV env. to TEST env. Hello th

[development-axapta] Weird Issue while deploying a from DEV env. to TEST env.

2009-05-15 Thread benoit.billington
Hello there, I have a weird issue I stop my DEV & TEST env AOS' copy the BUS & VAR layers from DEV to my TEST env. Start the TEST env. Synchronise Compile but I have an object which is different from the DEV env. a static method called "alava_findAverageRoute" is there but not static anymor

[development-axapta] Re:MDAx 2009 and sharepoint

2009-05-15 Thread Mey Meenakshisundaram
In 64 bit machine, to create an EP Site go to SharePoint Central Admin tool and create the site. >From AX Client, Manage deployment , Create Site and AOT right click deploy >does not work for 64 bit. Thanks Mey [Non-text portions of this message have been removed]

[development-axapta] Re: reg dialog box in EP,Ax 2009

2009-05-13 Thread Ali Ýhsan Aðca
Hi, You can use webpopupweblet to get data from user. My below blog post will help you to use this weblet. http://axdynamics.spaces.live.com/blog/cns!54DDF345AE2D287F!260.entry Note: You will have to create a new webform if you use this weblet. Kindest regards --- In development-axapta

[development-axapta] Issue with service item (FIFO)

2009-05-13 Thread jquinteroz
Hi!: We have the following issue: We are using FIFO cost method. We have an item like "services" in order to use it for packaging cost purposes. We installed las service pack SP5 for Axapta 3.0. Now in this month we have a problem closing inventory. The system is calculating loss/profit for serv

[development-axapta] Re: reg dialog box in EP,Ax 2009

2009-05-13 Thread Ali Ýhsan Aðca
Hi, Youcan use Webpopupweblet to get data from user in popup. Have a look my blog: http://axdynamics.spaces.live.com/blog/cns!54DDF345AE2D287F!260.entry Note: You will have to create a new webform. Kindest regards, --- In development-axapta@yahoogroups.com, abhishek mehta wrote: > &

[development-axapta] MDAx 2009 and sharepoint

2009-05-13 Thread erikkornerup
I have completed an AX 2009 installation with SP1 at a 64 Bit server. At another serverI have followed the guidelines from the installation document and installed a sharepoint with WSS. When I start MDAX 2009 and wants to create the website I receive an error: Microsoft Dynamics AX cannot create

[development-axapta] AX intercompany pain

2009-05-13 Thread James Flavell
Hi everyone Was wondering is anyone has come across the following pain in AX intercompany in AX2009 (or maybe earlier versions too) Orig SO (A) PO (B) created via direct delivery for (A) Intercompany SO (C) created for (B) When it is all created the address on all 3 is the sames as (A) BUT

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