[development-axapta] changing the item type

2010-04-06 Thread SUNEEL BABU
Hi all, I changed the Item type to service from Item for an Item having Open Inventory. No inventory is available on this Item after changing the Item type. What would be the effect during the Inventory closure for this particular Item. Regards., Suneel

[development-axapta] Fw: [Axapta-Knowledge-Village] Display methods...

2010-04-06 Thread Khan Axapta
Hi Anitha,   Thanks for your reply.   I am trying to create a report with the below fields. I am using only one Table :  VendPackingSlipTrans   VendPackingSlipTrans Table : fields   purchId ItemId Name Purch_Unit PackingSlipId DeliveryDate Ordered Qty Remain   for the purchase price field in the

[development-axapta] Using other compare tools for code merge?

2010-04-06 Thread www_programmer
I prefer a side-by-side orientation for code merge/compare tools. I find the one window way that the compare tool in AX does it very cumbersome. Is there a way to: 1) Switch the compare tool in AX to show code side by side 2) set AX to use some other code compare tool? Thanks, Mike

[development-axapta] Integration of Ax 2009 with Ms Project Server 2007

2010-04-06 Thread abhishek mehta
Hi, Has any one worked on Integration of Ax 2009  MS project server 2007, After the installation of MS project server 2007, The project application service is not starting up Sharepoint Central AdminOperations Tab Services on Server Project Application ServiceStart The service is not starting

[development-axapta] Display methods...

2010-04-06 Thread Khan Axapta
Hi Friends,   I am a new guy doing Technical stuff AX.    I am creating a report from VendPackingSlipTans I have created 2 display method on PurchLine Table to display Purchaseprice PaymentMethod   display real ItmPrice() {     PurchLine   purchLine; ;     select PurchPrice from purchLine    

[development-axapta] Error Creating Service Reference to WCF Service

2010-03-31 Thread www_programmer
I have received an error when trying to create a service reference to a WCF service. I am using the AX VPC as my development platform. There is another VPC running the WCF service, I can access the wsdl URL via IE on the AX VPC and I can also run a test application that connects to the WCF service

[development-axapta] Re: AX 2009 - execute code before closing the client

2010-03-29 Thread ovisan79
Solved. The method to be changed is Application.closingDown(). Ovidiu --- In development-axapta@yahoogroups.com, ovisan79 ovisa...@... wrote: Hi All, I want to execute X++ code when the user closes its AX client. Is this possible in AX 2009? Where should be the code placed? In which class

[development-axapta] AX 2009 - execute code before closing the client

2010-03-26 Thread ovisan79
Hi All, I want to execute X++ code when the user closes its AX client. Is this possible in AX 2009? Where should be the code placed? In which class? Thank you for any help, Ovidiu

Re: [development-axapta] Re: Product Builder Performance

2010-03-25 Thread Kevin Murray
is the ciritical path in this case. Also some test with better hardware didn't provide the required performance. We are still not shure how to face the problem. Do you have any further information or hints regarding this topic. Best regards Sebastian --- In development-axapta

[development-axapta] Small piece of CODE

2010-03-24 Thread Khan Axapta
Hi Experts,   I am new in X++, still in starting stage  I need some help from you,  From the Items Form / onHand Button / Overview Tab /  Configuration Id  is displayed I need to add Configuration Name in this form for that ID.   Can you pls. support me in this regard. BR AX

[development-axapta] Re: Small piece of CODE

2010-03-24 Thread franciscab...@rocketmail.com
() { return ConfigTable::find(this.ItemId, this.StandardConfigId).Name; } --- In development-axapta@yahoogroups.com, Khan Axapta axaptak...@... wrote: Hi Experts,   I am new in X++, still in starting stage  I need some help from you,  From the Items Form / onHand Button / Overview Tab

[development-axapta] Re: Can i post Sales order from EP

2010-03-23 Thread franciscab...@rocketmail.com
to be posted systemDateGet(), //Transaction date SalesUpdate::All, //Which qty should be used AccountOrder::None, NoYes::No, //Is document a proforma NoYes::No ); ttscommit; } --- In development-axapta@yahoogroups.com, SUNEEL BABU suneel...@... wrote

[development-axapta] Re: Can i post Sales order from EP

2010-03-23 Thread franciscab...@rocketmail.com
::No ); ttscommit; } --- In development-axapta@yahoogroups.com, Pooja . dyna.a...@... wrote: Hi All, How to reverse the invoice in Purchase Order after I post Invoice. please can help me pooja From: SUNEEL BABU suneel...@... To: Axapta

[development-axapta] Re: Product Builder Performance

2010-03-22 Thread Sebastian
any further information or hints regarding this topic. Best regards Sebastian --- In development-axapta@yahoogroups.com, Kevin Murray kwm.axa...@... wrote: We moved from AX 3.x to 5.x, tree execution appears unchanged, rule execution is somewhat faster but the forms load slower. I would

Re: [development-axapta] Security Key

2010-03-18 Thread shamika kshirsagar
Hello, Thanks a lot for your reply. I have done it using hasSecurityKeyAccess (securitykeyId, Accesstype) function. Regards, Sam From: Ruel Ormita r...@msb.com.my To: development-axapta@yahoogroups.com Sent: Mon, 15 March, 2010 4:46:41 AM Subject: RE

Re: [development-axapta] SOX audit US compliance

2010-03-18 Thread shamika kshirsagar
From: Abhay ab...@b2bsoftech.com To: ax forumdev development-axapta@yahoogroups.com; ax knowledge village axapta-knowledge-vill...@yahoogroups.com Sent: Mon, 15 March, 2010 7:38:24 AM Subject: [development-axapta] SOX audit US compliance Dear All, Has anyone worked on SOX

Re: [development-axapta] date filter

2010-03-18 Thread Jennifer Saldua
Thanks, Michael.   This is very helpful.   Cheers, Jennifer --- On Wed, 17/3/10, mni_...@hotmail.com mni_...@hotmail.com wrote: From: mni_...@hotmail.com mni_...@hotmail.com Subject: Re: [development-axapta] date filter To: development-axapta@yahoogroups.com Received: Wednesday, 17 March, 2010

RE: [development-axapta] date filter

2010-03-18 Thread Amir Nazim
You can use 1. QueryRange(SystemDateGet()-3,SystemDateGet()); Or 2. (SystemDateGet()-3..SystemDateGet()); M Amir Nazim Software Engineer View Amir Nazim's profile To: development-axapta@yahoogroups.com From: jdsal...@yahoo.com Date: Wed, 17 Mar 2010 02:24:52

[development-axapta] Re: Product Builder Performance

2010-03-18 Thread Sebastian
Hello Tom, see performance problems arise when the user is configuring a position wihtin a sales line (loading of the front end form). So what is your experience in this subject? Best regards Sebastian --- In development-axapta@yahoogroups.com, Thomas Turney ttur...@... wrote: Sebastian

[development-axapta] How to use data method in a report range

2010-03-17 Thread Jennifer Saldua
Hi,   Basically, we need a report that will show the Invoice price-purchase price match variances.  I created a report using the Report wizard using the Purchparmtable.  This table has a data method Totalpricevarianceamount.  We will need this to be used as a selection criteria so that the user

[development-axapta] date filter

2010-03-17 Thread Jennifer Saldua
Hi,   Does anyone know of any way to create a dynamic date filter using standard AX wildcards?   For example, transactions for the last 3 days.  I tried Today-3 but it only gave me today's transactions.   Thanks, Jennifer [Non-text portions of this message have been removed]

Re: [development-axapta] date filter

2010-03-17 Thread mni_col
Hi, perhaps following can help: http://axdaily.blogspot.com/2010/02/sysqueryrangeutil-class.html Best regards Michael From: Jennifer Saldua Sent: Wednesday, March 17, 2010 10:24 AM To: development-axapta@yahoogroups.com Subject: [development-axapta] date filter Hi, Does anyone know

[development-axapta] Alerts..

2010-03-16 Thread Khan Axapta
Hi Experts,   Kindly can you advice me.   1. How to generate an Alert if Sales order price is created below Return cost price ? 2. How to disable if Production order option (Report as Finish) OR any of the posting option  is clicked once ? BR AX [Non-text portions of this message

Re: [development-axapta] Security Key

2010-03-15 Thread Hemant Kumthekar
Hi, There is a security profiler tool which can be used to check the access. You need to get that from Microsoft support. Hemant From: shamika shamik...@yahoo.com To: development-axapta@yahoogroups.com Sent: Thu, March 11, 2010 2:29:07 PM Subject

[development-axapta] Re: Security Key

2010-03-15 Thread d7_7c
) { key = new DictSecurityKey( keyId ); result = key.rights(); } return result; } --- In development-axapta@yahoogroups.com, shamika shamik...@... wrote: Hello, I wanted to check security key access of logged-in user. Lets say, userId is dev11. Then I want to check whether

RE: [development-axapta] Security Key

2010-03-15 Thread Ruel Ormita
Hello, Don’t need the profiler. Just check the user account inside ax then check what is his permission. Ruel From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Hemant Kumthekar Sent: Friday, March 12, 2010 10:31 PM To: development

[development-axapta] SOX audit US compliance

2010-03-15 Thread Abhay
Dear All, Has anyone worked on SOX sarbeneyses law with AX , How is it helpful.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 removed]

[development-axapta] Transaction Text Doesn't appear in Ledger reports

2010-03-15 Thread Khan Axapta
Dear Friends, I am facing a strange problem. when gerenrating a account statement from GL-COA-select any account     Select Account Statement OK.  FROM  Demo DATA the transaction Text for each Voucher is displayed in the report BUT whereas from live system the report does not display

[development-axapta] Setup for --- Transaction Text Doesn't appear in Ledger reports

2010-03-15 Thread Khan Axapta
Hi Friends, I am facing a strange problem. when gerenrating a account statement from GL-COA-select any account     Select Account Statement OK.  FROM  Demo DATA the transaction Text for each Voucher is displayed in the report BUT whereas from live system the report does not display

Re: [development-axapta] Install AOS AX4 on windows 7

2010-03-12 Thread Allan Rasmussen
I've installed it on a Win 7 Enterprise 64 bit and didnt find any problems. Best Regards, Allan Rasmussen www.neoprocess.dk From: Michael Kaligis Sent: Wednesday, March 10, 2010 5:19 PM To: development-axapta@yahoogroups.com Subject: [development-axapta] Install AOS AX4 on windows 7

[development-axapta] Role centre issue at rich client in Ax 2009

2010-03-12 Thread abhishek mehta
Hi All, We are facing one strange issue regarding role centre page which is appearing on EP fine However the same (role centre ) page does not appear at rich client, We have NLB(Network Load balancing) on the EP and Ax If any body has any idea regarding this please help Thanks in advance  

[development-axapta] Security Key

2010-03-11 Thread shamika
Hello, I wanted to check security key access of logged-in user. Lets say, userId is dev11. Then I want to check whether dev11 has full access for security key, say VendKey (which is maintained in some table as a parameter). Does anybody have an idea about how to do the same? Please let me

[development-axapta] order print

2010-03-11 Thread lorngissiak
Please how to print a client order . i want to customize the associated report

[development-axapta] Install AOS AX4 on windows 7

2010-03-11 Thread Michael Kaligis
Dear friends, Anybody here have installed full features (incl file, database and axapta object server) on windows 7 ? Did you find any problems ? Thanks pal   Regards,   Lebih aman saat online. Upgrade ke Internet Explorer 8 baru dan lebih cepat yang dioptimalkan untuk Yahoo! agar Anda

[development-axapta] Product Builder Performance

2010-03-11 Thread Kevin Murray
We moved from AX 3.x to 5.x, tree execution appears unchanged, rule execution is somewhat faster but the forms load slower. I would think about downsizing the models or upgrading the pipe or hardware as first options before before an overall upgrade just for performance purposes. Now support

[development-axapta] issues in Dev.

2010-03-08 Thread Khan Axapta
Dear Friends,   I have a few queries mentioned below, kindly can you pls. advice me regarding this.   1. How to generate an Alert if Sales order is created below cost price ? 2. How to disable if Production order option (Report as Finish) OR any of the posting option  is clicked once ? 3. In

[development-axapta] Fw: Transaction Text Doesn't appear in Ledger reports.

2010-03-08 Thread Khan Axapta
Dear Friends, I am facing a strange problem. when gerenrating a account statement from GL-COA-select any account     Select Account Statement OK.  FROM  Demo DATA the transaction Text for each Voucher is displayed in the report BUT whereas from live system the report does not display

[development-axapta] Transaction Text Doesn't appear in Ledger reports.

2010-03-08 Thread Khan Axapta
Dear Friends, I am facing a strange problem. when gerenrating a account statement from GL-COA-select any account     Select Account Statement OK.  FROM  Demo DATA the transaction Text for each Voucher is displayed in the report BUT whereas from live system the report does not display

[development-axapta] consuming web service data set in X++

2010-03-08 Thread MaryAnn Hand
Has anyone accessed a data set from a web service and been able to work with it in X++ code that is consuming that service? If so, what tneeds to be done. I was able to get the dataset and call its methods. One method returned a string, but I get an error in X++ when I try to print or

[development-axapta] Integration of Ax 2009 with MS Project sever 2007

2010-03-05 Thread abhishek mehta
Hi All, I am doing integration of Ax 2009 with Project server 2007 Here I am facing some issues if somebody has encountered the same issues or done the integration pls help After installating the prerequisites for MS project 2007 I am trying to install synchronization proxy but during the

RE: [development-axapta] Customization Problem

2010-03-04 Thread Ruel Ormita
Hi, Actually Ax have 2 inventdimid in transfer. InventdimId and InventdimIdto. Try to read the code of InventJourtransfer form. You will see how the InventDimId is supplied. Regards From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Åßü

RE: [development-axapta] Re: Query extended range failure, linking InventTrans and InventDim

2010-03-04 Thread Ruel Ormita
Hi, Try using View. Create a view for your lookup form. Don't need to trouble yourself. Then you just need to filter it out in you form. Regards From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of pkpeterson652 Sent: Tuesday, March 02, 2010

RE: [development-axapta] Can we have Serial Number in Packing Slip?

2010-03-04 Thread Ruel Ormita
Hi, Try to do marking then after that put the total qty in the received now field. The when you are posting select in the posting combo box received now. Problem solve. Regards From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of enki

[development-axapta] Re: Customization Problem

2010-03-04 Thread d7_7c
'to' bin buffer.(fldToInventDimId) = InventDim::findOrCreate( ID ).inventDimId; } } } Good luck, Daryl --- In development-axapta@yahoogroups.com, Åßü Ôwãî§ abuow...@... wrote: Hi, I have done customization thru which I am taking input of serial number

[development-axapta] about PurchParmTable relations

2010-03-04 Thread Muhammet Atalay
Hi, I would like to figure out a relation on PurchParmTable (http://msdn.microsoft.com/en-us/library/aa864816.aspx) : PurchParmTable PurchParmTable Table PurchParmTable.ParmId == PurchParmTable.ParmId PurchParmTable.TableRefId == PurchParmTable.TableRefId there is a

RE: [development-axapta] Customization Problem

2010-03-04 Thread mohammed aijaz
...@msb.com.my Subject: RE: [development-axapta] Customization Problem To: development-axapta@yahoogroups.com Date: Wednesday, March 3, 2010, 6:03 PM   Hi, Actually Ax have 2 inventdimid in transfer. InventdimId and InventdimIdto. Try to read the code of InventJourtransfer form. You will see

RE: [development-axapta] Product Builder Performance

2010-03-03 Thread Thomas Turney
Sebastian, We use PB in our AX3.0 implementation extensively. Are you seeing performance problems in the loading of the front end form or on the back end (after you click Ok on the front end form)? Tom T. From: development-axapta@yahoogroups.com [mailto:development-axa

[development-axapta] Re: Can i post Sales order from EP

2010-03-03 Thread gunjan_bhattacharyya
in your user control, call a method written in the dataset which will post the selected Sales Order. I had done PO posting some time back so I believe using the same logic we can post a SO as well. Thanks and Regards, Gunzi --- In development-axapta@yahoogroups.com, SUNEEL BABU suneel...@... wrote

[development-axapta] Re: [Axapta-Knowledge-Village] Urgent: Total Discount on Sales Order Amount.

2010-03-03 Thread Abhay
Try using rounding offRegards Abhay -Original Message- From: Khalil Rehman khalilrehm...@hotmail.com Sent 2/24/2010 1:32:43 PM To: Knowlege Village axapta-knowledge-vill...@yahoogroups.com, Development Group ax-developm...@yahoogroups.com, Development Axapta development-axapta

[development-axapta] Questionnaire Module

2010-03-02 Thread shamika
Hello, Does anyone knows about Questionnaire module? I am working first time on this module, so need your help. I wanted to provide vendor feedback for selected vendor from vendor form. Please let me know if anyone worked on this module, then I will discuss requirement in detail. Thanks, Sam

[development-axapta] Degrading forms to ax 4.0 from ax 2009

2010-03-02 Thread Myrl Stadnick
Is there a way to degrade forms from ax 2009 to ax 4.0? Just a shot.. Myrl [Non-text portions of this message have been removed]

[development-axapta] Would you like to speed up development in DAX? E.g. with greater IntellySense.

2010-03-02 Thread adkotov
AxAssist could help you! Some features of the utility: 1. Extended IntellySense (code autocompletion) 2. Additional hotkeys (customizable) 3. Additional toolbars with handy functions (e.g. open Table Brouser) 4. Information panel (HelpPane) in Dynamics AX Editor And many others! You can find

[development-axapta] Workflow capabilities in AX 2009

2010-03-02 Thread www_programmer
Hello Everyone, I am starting to work with the workflow capabilities in AX 2009 and have been asked some specific questions regarding capabilities. I have read that the WF is geared towards structured human workflows that are sequential in nature. I have been asked if the workflow in AX 2009

[development-axapta] Re: Workflow Batch Jobs

2010-03-02 Thread bitsian2006
Thanks for the reply guys, Anitha - I have the batch group also made specially for workflows and it is attached to the two jobs using the workflow wizard. Also, URL is working fine as i can validate it. What more? :( --- In development-axapta@yahoogroups.com, Anitha S mail2eani...@... wrote

[development-axapta] Electronic Banking module

2010-03-02 Thread Abhay
Dear all, Does anybody know what Electronic Banking Module in AX 4.0 deals with.  Any information of PDF of the same are welcome.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

[development-axapta] Can we have Serial Number in Packing Slip?

2010-03-02 Thread Loganathan S
Hi there, We would like have the following for one of our customer. Most of the the Item having Serial Numbers (We did the required setups in Item) 1. How we can post packing slip without Picking List? 2. Can we select Serial Number in Packing Slip? (Ax providing option to select in Pick List

[development-axapta] Can i post Sales order from EP

2010-03-02 Thread SUNEEL BABU
HI., I am using Enterprise Portal 2009. In that i am able to create a sales order but unable to post that. So actions are there for posting. I want to know can i post sales order from EP. Thanks in Advance. Regards., Suneel

Re: [development-axapta] Workflow Batch Jobs

2010-03-02 Thread René Roca
been removed] Yahoo! Groups Links * To visit your group on the web, 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] Re: Workflow Batch Jobs

2010-03-02 Thread bitsian2006
was not working. Thanks Aman --- In development-axapta@yahoogroups.com, Anitha S mail2eani...@... wrote: Hi Aman, It is not necessary to use Tutorial_workflowProcessor form . Attach a batch group while configuring Workflow. Administration - Setup- WorkflowInfrastructure Configuration Wizard

[development-axapta] Customization Problem

2010-03-02 Thread Åßü Ôwãî§
Hi, I have done customization thru which I am taking input of serial number in itemid field and then thru code have replaced itemid with corresponding itemid and inventdim id. The customization is running successfully on Sales Order and Purchase Order forms but on Transfer orders it is not

[development-axapta] Questionnaire Module

2010-03-02 Thread shamika
Hello, I am having one requirement to integrate Questionnaire module with other AX module. Requirement is to provide feedback on vendor. I can provide Feedback button on vendor form. I am working first time on this module. Did anybody worked on such requirement before? Could you please

[development-axapta] Query extended range failure, linking InventTrans and InventDim

2010-03-02 Thread pkpeterson652
Creating a custom lookup Form and when I execute the lookup I receive the following message: Query extended range failure: InventDim.InventSerialId is not a valid datasource.field pair near pos 29. What I want selected from InventTrans is: 1. Records associated with a particluar Production

Re: [development-axapta] Can we have Serial Number in Packing Slip?

2010-03-02 Thread enkidou
It's on account receivable, I'm sure you'll have correct by yourself. Geoffrey - Mail Original - De: enki...@free.fr À: development-axapta@yahoogroups.com Envoyé: Mardi 2 Mars 2010 14:58:51 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [development-axapta

[development-axapta] Re: Query extended range failure, linking InventTrans and InventDim

2010-03-02 Thread pkpeterson652
Of course as soon as I submitted this, found the problem. Changed the addRange for InventSerial id to value(SysQuery::valueEmptyString()); Paul --- In development-axapta@yahoogroups.com, pkpeterson652 ppeter...@... wrote: Creating a custom lookup Form and when I execute the lookup I receive

Re: [development-axapta] Urgent: Total Discount on Sales Order Amount.

2010-03-02 Thread enkidou
...@yahoogroups.com, Development Axapta development-axapta@yahoogroups.com Envoyé: Mercredi 24 Février 2010 09:02:43 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: [development-axapta] Urgent: Total Discount on Sales Order Amount. Dear All, i am facing a scenario in which i have SO

Re: [development-axapta] Can we have Serial Number in Packing Slip?

2010-03-02 Thread enkidou
. For the second point, you just have to go to : Account payable | Setup | Forms | Form setup. On packing slip tab, you check the serial number checkbox. Regards, Geoffrey - Mail Original - De: Loganathan S sivl...@yahoo.com À: development-axapta@yahoogroups.com Envoyé: Mercredi 24 Février 2010 07

[development-axapta] Workflow Batch Jobs

2010-02-17 Thread bitsian2006
Hi Guys, I have made a workflow feature for one client and it works fine as long as i use the `Tutorial_WorkflowProcessor' form. If i dont use this form, my document stays in `Pending' state after submission. It is never assigned to any approver. I even have the two batch jobs configured and

Re: [development-axapta] Workflow Batch Jobs

2010-02-17 Thread Anitha S
Hi Aman, It is not necessary to use Tutorial_workflowProcessor form . Attach a batch group while configuring Workflow. Administration - Setup- WorkflowInfrastructure Configuration Wizard. In addition,check the URL you have configured. Workflow process happens automatically. Mail me for if you

[development-axapta] Product Builder Performance

2010-02-16 Thread Sebastian
we are currently facing performance problems regarding the product builder. One of the possible options is the upgrade to MS Dynamics AX 2009. But before we will take this step we would like to figure out if there will be an improvement in the product builder performance. We use the product

Re: [development-axapta] Re: SalesEditLines

2010-02-15 Thread Tony Zeigler
You can probably replace: dialog = letter.dialog( ); dialog.run() ; dialog.wait( ); if (dialog.closedOk( )) letter.run() ; With: if (letter.prompt( )) {   } --- On Thu, 2/11/10, branjema branj...@yahoo.com wrote: From: branjema branj...@yahoo.com Subject: [development-axapta] Re

[development-axapta] MB6-819 Exam Practice Questions

2010-02-15 Thread jamplu
Hi guyz, does anyone have or know where i can get practice question for MB6-819 exam. I would really appreciate Thanks Kim

Re: [development-axapta] Master Planning

2010-02-12 Thread kbi kbi
; Development Axapta development-axapta@yahoogroups.com Sent: Wed, 10 February, 2010 11:15:25 PM Subject: [development-axapta] Master Planning   Dear all, i want to know how to increase the coverage days for SO PO. because whenever i run my master scheduling in Periodics it gives me only 45 to 60

[development-axapta] Re: SalesEditLines

2010-02-12 Thread branjema
(); letter.initLinesQuery(); dialog = letter.dialog(); dialog.run(); dialog.wait(); if (dialog.closedOk()) letter.run(); --- In development-axapta@yahoogroups.com, Tony Zeigler tony_zeig...@... wrote: It appears your trying to replicate what's in salesformletter.main

[development-axapta] Re: workflow documents for axapta implementation and functionability

2010-02-12 Thread bitsian2006
Try this http://www.youtube.com/watch?v=xGoZqo8Fe4Y --- In development-axapta@yahoogroups.com, ncgco ncarr...@... wrote: Does someone have such flow charts that describe the workflow for Axapta ERP (all modules) implementation and workflow for functionability of all modules ? Best

[development-axapta] RE: [Axapta-Knowledge-Village] AX With different Locations

2010-02-10 Thread Malcolm Burtt
for those that are remote. Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: axapta-knowledge-vill...@yahoogroups.com [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of Amgad Toma Sent: 04 February 2010 09:23 To: development-axapta@yahoogroups.com; axapta

Re: [development-axapta] Sales order lines deleted after invoiced

2010-02-10 Thread Rashid Iqbal
This information is very helpful for all the axapta users. Best Regards, --- On Fri, 2/5/10, Tony Zeigler tony_zeig...@yahoo.com wrote: From: Tony Zeigler tony_zeig...@yahoo.com Subject: Re: [development-axapta] Sales order lines deleted after invoiced To: development-axapta@yahoogroups.com

Re: [development-axapta] AX With different Locations

2010-02-10 Thread Rashid Iqbal
Referring below: can you please describe further that how to create two AOS in sql server Thanks in advance Regards, --- On Fri, 2/5/10, René Roca rene.r...@gmail.com wrote: From: René Roca rene.r...@gmail.com Subject: Re: [development-axapta] AX With different Locations To: development

[development-axapta] Error while updating item dimension combinations through a job

2010-02-10 Thread Tushar Joshi
Hi,   I have around 2500 numbers of configurations(inventory dimension) for the BOM item. And there are 1600 such BOM items i want to create a SIZE (inv dimension) for each of the item. The Item master setup has Auto create combinations option marked. So when i try to create a Size manually

[development-axapta] SalesEditLines

2010-02-10 Thread branjema
Please help! I'm trying to call the saleseditlines form but I can't get the lines to polutate. Here's my code: SalesFormLetter letter=SalesFormLetter::construct(DocumentStatus::Invoice); salestable sale; queryrunqr; sale =

Re: [development-axapta] AX - Codes

2010-02-10 Thread René Roca
You can visit www.axaptapedia.com http://axcoder.blogspot.com/ http://axcoder.blogspot.com/http://dynamicsaxer.spaces.live.com/blog/ http://alexvoy.blogspot.com/ http://www.dynamicsax.es http://www.trucosax.es Regards www.dynamicsax.es http://dynamicsaxer.spaces.live.com/blog/ 2010/2/3 Khan

[development-axapta] Master Planning

2010-02-10 Thread Khalil Rehman
Dear all, i want to know how to increase the coverage days for SO PO. because whenever i run my master scheduling in Periodics it gives me only 45 to 60 days. i want to increase it upto 180 days. thanks best regards. KHALIL UR REHMAN

Re: [development-axapta] AX With different Locations

2010-02-05 Thread René Roca
Yes, you can install two Aos and one SQL Database for you application. Regards. www.dynamicsax.es 2010/2/4 Amgad Toma amgad.t...@eagle-chemicals.com Dear All, I have 2 geographical Locations, first one the head office(Financial Dept With 20 users), Other One Operation Process (Inventory

[development-axapta] AX With different Locations

2010-02-04 Thread Amgad Toma
Dear All, I have 2 geographical Locations, first one the head office(Financial Dept With 20 users), Other One Operation Process (Inventory Breakdown, production . etc with 40 users), Can I install 2 AOS (application Object Server) on one central SQL database or not? On other Hand, which

Re: [development-axapta] Sales order lines deleted after invoiced

2010-02-04 Thread Tony Zeigler
Thanks for the reply Tushar - I totally forgot about this thread :) This email account is the one that gets all my spam so I don't check it often :) --- On Sat, 1/30/10, Tushar Joshi tushar_s_jo...@yahoo.co.in wrote: From: Tushar Joshi tushar_s_jo...@yahoo.co.in Subject: Re: [development-axapta

[development-axapta] AX - Codes

2010-02-04 Thread Khan Axapta
Hi friends, I am new to AX with some programing knowledge. Can you please send me some small AX Codes used in real time or which you have developed for me to  refer and proceed. Thanks in advance. Regards, AX [Non-text portions of this message have been removed]

RE: [development-axapta] Regarding Sales blanket order

2010-02-02 Thread Trinadh Sura
Hi abhay, Same Company. From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Abhay Sent: Tuesday, February 02, 2010 10:02 AM To: development-axapta@yahoogroups.com Subject: Re: [development-axapta] Regarding Sales blanket order Dear

AW: [development-axapta] Help - AIF

2010-02-01 Thread jesper.joergensen
must only be held in areas 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

Re: [development-axapta] Sales order lines deleted after invoiced

2010-02-01 Thread Tushar Joshi
The setup is in Accounts receivable - parameetrs - updates tab, there you can select whether to delete the order lines which are invoiced.   -Tushar --- On Wed, 27/1/10, Tony Zeigler tony_zeig...@yahoo.com wrote: From: Tony Zeigler tony_zeig...@yahoo.com Subject: Re: [development-axapta] Sales

[development-axapta] AIF outbound acknowledgments

2010-02-01 Thread Ax Dev
have been removed] Yahoo! Groups Links * To visit your group on the web, 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

Re: [development-axapta] Sales order lines deleted after invoiced

2010-02-01 Thread Khan Axapta
Thanks.  looking to hear from you. From: Tony Zeigler tony_zeig...@yahoo.com To: development-axapta@yahoogroups.com Sent: Wed, January 27, 2010 5:04:36 PM Subject: Re: [development-axapta] Sales order lines deleted after invoiced   I forget where

AW: [development-axapta] AIF outbound acknowledgments

2010-02-01 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. -Ursprüngliche Nachricht- Von: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] Im

Re: [development-axapta] Regarding Sales blanket order

2010-02-01 Thread Abhay
Dear Trinadh, Is the requirement in the Same company or different Companies.Regards Abhay -Original Message- From: Trinadh Sura trinadh_s...@iicindia.com Sent 1/29/2010 5:24:38 PM To: axapta-knowledge-vill...@yahoogroups.com Subject: [development-axapta] Regarding Sales blanket orderHi All

[development-axapta] Re: Capitalize all letters in Ax2009

2010-02-01 Thread GaryG
You can also just change the ChangeCase property on the EDT to Upper Case --- In development-axapta@yahoogroups.com, Myrl Stadnick mstadn...@... wrote: Does anyone know how to capitalize all letters in a description field in a job? Thanks in advance. Myrl [Non-text

[development-axapta] Capitalize all letters in Ax2009

2010-01-28 Thread Myrl Stadnick
Does anyone know how to capitalize all letters in a description field in a job? Thanks in advance. Myrl [Non-text portions of this message have been removed]

Re: [development-axapta] Sales order lines deleted after invoiced

2010-01-28 Thread Tony Zeigler
-axapta] Sales order lines deleted after invoiced To: development-axapta@yahoogroups.com Date: Tuesday, January 26, 2010, 5:40 AM   Hi Friends, I created a sales order which is INVOICED 2 days back.  now i checked it is showing OPEN ORDER

Re: [development-axapta] Capitalize all letters in Ax2009

2010-01-28 Thread enkidou
mstadn...@charter.net À: development-axapta@yahoogroups.com, axapta-knowledge-vill...@yahoogroups.com Envoyé: Jeudi 28 Janvier 2010 00:05:24 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: [development-axapta] Capitalize all letters in Ax2009 Does anyone know how

[development-axapta] Sales order lines deleted after invoiced

2010-01-27 Thread Khan Axapta
Hi Friends, I created a sales order which is INVOICED 2 days back.  now i checked it is showing OPEN ORDER   and the lines are deleted. can someone suggest me what might be the reason. Thanks for your advice in advance. Best Regards, AX [Non-text portions of this message have been

[development-axapta] Help - AIF

2010-01-27 Thread Ax Dev
Hi Friends, I need your help to evaluate the best solution to integrate various external systems with Dynamics AX 2009 by using AIF functionality (BizTalk/File adaper/MSMQ). Can anyone please help to direct me to: (a) pros cons of using BizTalk v/s File adapter v/s MSMQ? (b) Are all of them

Re: [development-axapta] Sales order lines deleted after invoiced

2010-01-27 Thread René Roca
In customers, parameters, Tab Update, uncheck Delete Order after invoicing, when this check is active, when you invoice a order, this order is deleted. Regards. www.dynamicsax.es 2010/1/26 Khan Axapta axaptak...@yahoo.com Hi Friends, I created a sales order which is INVOICED 2 days back.

[development-axapta] Re: New table in AX

2010-01-26 Thread Chwaszczewski, Jim
You can also run update the XRef from Tools, Development tools, Cross-reference, Periodic, Update. Uncheck all the boxes except Update Data Model and Update Type Hierarchy. It takes about a minute to run. Jim Chwaszczewski Wipfli, LLP Email: jchwaszczew...@wipfli.com

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