[development-axapta] Setting field to mandatory via code

2010-04-15 Thread www_programmer
I have a formcontrol combobox that allows you to select from ledgerJournalTrans.Dimension. The three dimensions from the Enum are displayed on the form at textboxes inside of a group. They were placed on the form as a fieldgroup. I have set the AutoDeclaration to Yes for all of them. They have

RE: [development-axapta] Problem with Packing item

2010-04-14 Thread Amgad Toma
Thanks For Your Replay, I already Do it this, but can the sales order picked the packing materials from store without creating separate Sales order line? Thanks. Amgad Raouf Toma ERP Specialist * amgad.t...@eagle-chemicals.com From: development-axapta@yahoogroups.com

Re: [development-axapta] Problem with Packing item

2010-04-13 Thread Rashid Iqbal
/12/10, Amgad Toma wrote: From: Amgad Toma Subject: [development-axapta] Problem with Packing item To: development-axapta@yahoogroups.com, axapta-knowledge-vill...@yahoogroups.com Date: Monday, April 12, 2010, 6:29 PM   Dear All, I have a problem to how

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

2010-04-13 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 popu

[development-axapta] RE: [Axapta-Knowledge-Village] AX INSTALLATION

2010-04-13 Thread BURAK UYGUR
Hi Irshad, You can install AX2009 on windows 7 but you have to set up a domain for your computer. Best Regards From: axapta-knowledge-vill...@yahoogroups.com [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of Irshad Sent: Monday, April 12, 2010 9:58 PM To: development-axapta

[development-axapta] Problem with Packing item

2010-04-13 Thread Amgad Toma
Dear All, I have a problem to how packing our item?. Item type is: liquid (Finish Good) I pack it in drums with deferent size and with deferent configuration This drums is stock item What is the best practice to pack liquids items if I packed it in a deferent drums And tanks I want to use

RE: [development-axapta] Re: Using Display methods...

2010-04-08 Thread Ruel Ormita
price and the payment. From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of BURAK UYGUR Sent: Thursday, April 08, 2010 2:50 PM To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Re: Using Display methods... Hi Khan

RE: [development-axapta] Re: Using Display methods...

2010-04-08 Thread BURAK UYGUR
ody has VendPackingSlipTrans datasource PurchLine won't have RecId and won't show any data. Burak From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of ricardopichler Sent: Tuesday, April 06, 2010 7:37 PM To: development-axapta@yahoogroup

RE: [development-axapta] Customer aging by dimension

2010-04-07 Thread Khalil Rehman
Goto Aging Report -> Select -> Add Field Department and select the department for which you want to get aging report. regards. KHALIL UR REHMAN To: development-axapta@yahoogroups.com From: axaeff...@yahoo.com.sg Date: Wed, 7 Apr 2010 08:28:22 + Subject: [devel

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

2010-04-07 Thread Chwaszczewski, Jim
I've used a nice tool called "Compare and Merge" (http://www.compareandmerge.com). I use it to do side-by-side comparisons of XPO files. Jim Chwaszczewski | Senior Consultant | Wipfli LLP | Office: 920.662.2917 469 Security Blvd, Green Bay, WI 54313 www.wipfli.com A d

[development-axapta] Customer aging by dimension

2010-04-07 Thread axaeffect
Hi all, In report customer aging (A/R -> reports -> Status -> Aging report), is there a way to group it by dimension. For example if I have activated 1st dimension (Department), in that report I want to group it per department, not just sort by customer account, because there are many cases my

RE: [development-axapta] Using Display methods

2010-04-07 Thread Murat BAL
Hi, //first method code display PurchPrice ItmPrice(){return this.purchLine().PurchPrice;} //second method code display VendPaymTermId DelTerms(){ return this.purchline().purchTable().Payment;} Murat Bal To: development-axapta@yahoogroups.com From: axaptak...@yahoo.com Date: Mon

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

2010-04-07 Thread naveed ali
pta wrote: From: Khan Axapta Subject: [development-axapta] Fw: [Axapta-Knowledge-Village] Display methods... To: mail2eani...@gmail.com Cc: "AX Knowledge" , "development axapta" Date: Tuesday, April 6, 2010, 12:27 PM   Hi Anitha,   Thanks for your reply.   I am trying to

[development-axapta] Re: Bartender integration

2010-04-07 Thread jrh_1945
Read sharename info from Bartender to determine what info can be sent directly to Bartender for label. This approach worked well for us. --- In development-axapta@yahoogroups.com, Ax Dev wrote: > > Hi Guys, > > > > Can you please share your experience of integrating barte

RE: [development-axapta] Bartender integration

2010-04-07 Thread jim
at printers are usable for the label type. There are numerous ways to use Bartender but this is the approach we used which turned out well for us. -Original Message- From: development-axapta@yahoogroups.com on behalf of Ax Dev Sent: Sat 4/3/2010 1:18 PM To: development-axapta@yahoogro

[development-axapta] Re: Using Display methods...

2010-04-07 Thread ricardopichler
Hi Khan Axapta, This happen because you are using wrong types to return. Try to change the first to PurchPrice and the second to VendPaymTermId. I don't know why, but the display methods doesn't work when you use primary data type to return. []s Pichler --- In developm

[development-axapta] Ax Materials Case study Available

2010-04-07 Thread pranam mukher
Hi guys   Considering the AX market , there are lot of guys willing to kick start their career with Ax. Hence i have come up with some training materials for newBee's to start learning AX Contents of Training material Technical.   1. Basic concepts of AX and OOPS   Morphx, Tools(CrossRefere

RE: [development-axapta] Display methods...

2010-04-07 Thread Amir Nazim
Please check by placing the breakpoint on the select statement, that you are getting value in the "this" ? also check that when you drag the display method to report then on control you have the correct datasource specified ? To: development-axapta@yahoogroups.com CC: axapta

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

2010-04-07 Thread Ruel Ormita
if you haven’t put a datasource on the display method you put in the report. Hope this will help you. From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Khan Axapta Sent: Tuesday, April 06, 2010 3:28 PM To: mail2eani...@gmail.com Cc: AX

[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] 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 Admin>>Operations Tab>> Services on Server >> Project Application Service>>Start The service is not

[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] 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 r

[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] Using 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] Using 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] Bartender integration

2010-04-06 Thread Ax Dev
! -PS [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/development-axapta/ <*> Your email settings: Individual Email | Traditional &

[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" 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 co

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

2010-03-28 Thread Sumit Loya
Check out the method closingDown in class Application Regards, Sumit On Fri, Mar 26, 2010 at 6:02 AM, ovisan79 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? > > Thank you

[development-axapta] Indian Localisation Documents for AX 2009

2010-03-28 Thread Abhay
Dear All, Are AX -2009 Indian Localisation Documents (Pdf) released.  IF yes then please povide me the same. Thanks in Advance.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 hav

[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
e some test with a similar outcome. > > Unfortunatly the load of the form 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 inform

[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 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 Ta

[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 [Non-tex

[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 ." wrote: > > Hi All, > How to reverse the invoice in Purchase Order after I post Invoice. > please can help me > > pooja > > > > >

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

2010-03-23 Thread franciscab...@rocketmail.com
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 wrote: > >

[development-axapta] Re: Product Builder Performance

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

[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" wrote: >

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:

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 wrote: From: mni_...@hotmail.com Subject: Re: [development-axapta] date filter To: development-axapta@yahoogroups.com Received: Wednesday, 17 March, 2010, 11:55 PM   Hi, perhaps

Re: [development-axapta] SOX audit US compliance

2010-03-18 Thread shamika kshirsagar
From: Abhay To: ax forumdev ; ax knowledge village Sent: Mon, 15 March, 2010 7:38:24 AM Subject: [development-axapta] SOX audit US compliance Dear All, Has anyone worked on SOX sarbeneyses law with AX , How is it helpful.Regards Abhay -- THIS E-MAIL IS CONFIDENTIAL and

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 To: development-axapta@yahoogroups.com Sent: Mon, 15 March, 2010 4:46:41 AM Subject: RE: [development-axapta

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] 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]

[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] 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 hav

[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 t

[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] 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]

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] Re: Security Key

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

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 To: development-axapta@yahoogroups.com Sent: Thu, March 11, 2010 2:29:07 PM Subject: [development-axapta

[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  Re

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 wind

[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 iss

[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 m

[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] 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 kno

[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] 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] 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] 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 some

[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 ins

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

2010-03-04 Thread Ruel Ormita
Hello, Customized the SalesTable and put a field for discount. In the Sales order form if the user modify the field and have value automatically distribute the discount in the salesline. Your problem solve. Ruel From: development-axapta@yahoogroups.com [mailto:development-axa

RE: [development-axapta] Customization Problem

2010-03-04 Thread mohammed aijaz
: 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 how the InventDimI

[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 s

[development-axapta] Re: Customization Problem

2010-03-04 Thread d7_7c
ID.wMSLocationId = ''; // blank our 'to' bin buffer.(fldToInventDimId) = InventDim::findOrCreate( ID ).inventDimId; } } } Good luck, Daryl --- In development-axapta@yahoogroups.com, Åßü Ôwãî§ wrote: > > Hi, > > I hav

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

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,

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 Åßü

[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" Sent 2/24/2010 1:32:43 PM To: "Knowlege Village" , "Development Group" , "Development Axapta" Subject: [Axapta-Knowledge-Village] Urgent: Total Discount on Sales O

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

2010-03-03 Thread Pooja .
Hi All, How to reverse the invoice in Purchase Order after I post Invoice. please can help me pooja From: SUNEEL BABU To: Axapta Knowledge village ; Development ; Arjit babu Ax ; amit bhatt AX Sent: Thu, 25 February, 2010 5:32:46 PM Subject: [development

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

2010-03-03 Thread gunjan_bhattacharyya
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 wrote: > >

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

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

2010-03-02 Thread enkidou
r 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" À: development-axapta@yahoogroups.com Envoyé: Mercredi 24 Février 2010 0

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

2010-03-02 Thread enkidou
Hi, did you try to set 0.00375 on "total discount %" on "Price/Discount" tab of your sales order ? Regards, Geoffrey - Mail Original - De: "Khalil Rehman" À: "Knowlege Village" , "Development Group" , "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" wrote: > > Creating a custom lookup Form and when I execute the look

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: [dev

[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 ord

[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 sugge

[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 running

[development-axapta] Re: Workflow Batch Jobs

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

Re: [development-axapta] Workflow Batch Jobs

2010-03-02 Thread René Roca
on? > > > > Any help would be appreciated. > > > > Thanks > > Aman > > > > > > > > [Non-text portions of this message have been removed] > > > [Non-text portions of this message have been removed] ---

[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 _

[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 R

[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 h

[development-axapta] Product Builder Performance

2010-03-02 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 bu

[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 wrote: > > H

[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 s

[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] 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] 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

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

Re: [development-axapta] Workflow Batch Jobs

2010-02-17 Thread Rodrigo de Carvalho Junior
Hi Aman, I've been faced the same issue here in Brazil... :o) it seems to be an AX urban legend cause there is no place indicating that this form must be running. In order to let it fine to the customer, I let this running (form) at the server until I have time to discover that or somebody else.

[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 run

[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 bui

[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] 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 wrote: From: branjema Subject: [development-axapta] Re: SalesEditLines To: development-axapta

[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" wrote: > > > > Does someone have such flow charts that describe the workflow for > Axapta ERP (all modules) implementation and workflow for > functionability o

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