RE: [Axapta-Knowledge-Village] Axapta DB upgrade

2008-05-20 Thread Craig Fidler
The upgrade toolkit works well with standard Ax. That size db is going to take time to upgrade but should not be a problem From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rishi Jyoti Sent: Monday, May 19, 2008 12:25 PM To:

RE: [Axapta-Knowledge-Village] Axapta DB upgrade

2008-05-20 Thread James Flavell
Did have problem of it taking forever for sales orders being converrted into quotes. Skipped this step in the code since customer did not want to use sales quotations so not sure the reason Also make sure to have turned off all DB logging...i think someone had issues of an upgrade taking very

SV: [Axapta-Knowledge-Village] not more than 100 %

2008-05-20 Thread Søren Ager
Den 20. maj 2008 11:03 skrev Axapta-Knowledge-Village@yahoogroups.com: Den 7. maj 2008 12:31 skrev Axapta-Knowledge-Village@yahoogroups.com mailto:Axapta-Knowledge-Village%40yahoogroups.com : Has anyone come across this situation in standard AX, suppose you have field called percentage in

SV: [Axapta-Knowledge-Village] not more than 100 %

2008-05-20 Thread Søren Ager
Den 7. maj 2008 12:31 skrev Axapta-Knowledge-Village@yahoogroups.com: Has anyone come across this situation in standard AX, suppose you have field called percentage in your form and the total percentage should not be more than 100% if it exceeds so system should throw the error,

RE: [Axapta-Knowledge-Village] Axapta DB upgrade

2008-05-20 Thread Rishi Jyoti
I am at a situation where the 'left justify' job has taken 20 hrs already J From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of James Flavell Sent: Tuesday, May 20, 2008 1:08 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE:

Re: [Axapta-Knowledge-Village] How to Implement AX on Holding Company

2008-05-20 Thread Naeem Sarwar
how are you? any update on your project? NS On Mon, Apr 14, 2008 at 1:04 PM, Marvin Chu [EMAIL PROTECTED] wrote: 1. Finance 2. Trade and Logistics 3. Production or Project Accounting HR can run by itself. - Original Message From: First Nameotnaylus Milis [EMAIL PROTECTED]

[Axapta-Knowledge-Village] Re: trade agreement question in 4.0

2008-05-20 Thread George Chernev
Hi Kevin, I think that's an easy setting, if I have understood your question correctly. You can use Trade Agreements for Purchase Price and create two lines for the same item. The first line defines the price for the first unit of measure, select it in the Unit field, then enter the price. Then

Re: SV: [Axapta-Knowledge-Village] not more than 100 %

2008-05-20 Thread Varden Morris
You just need to override the validateField method. public boolean validateField(fieldId _fieldIdToCheck) {     boolean ret;     ret = super(_fieldIdToCheck);     if (ret)     {     switch (_fieldIdToCheck)     {     case fieldnum(TableName, Percent) :                

[Axapta-Knowledge-Village] Item Search Name / Alias

2008-05-20 Thread ge_burrell
Hi guys Always a first time but .. Today I heard a report that someone in V4 had an item in a Sales Order that he could not see on the Item Table form! Via AOT, I noticed that Alias field was for another valid item code. I changed the Alias field to another value and magic.. the Item was back

Re: [Axapta-Knowledge-Village] Can we Parse XML in AXapta 4.0 without using AIF Framework?

2008-05-20 Thread Arijit Basu
Hi Amit, have a look at this post: http://blogs.msdn.com/x/archive/2007/06/27/teched-2007-demo-bits.aspx Cheers Arijit http://daxguy.blogspot.com/ On Wed, May 21, 2008 at 4:47 AM, Amit Jain [EMAIL PROTECTED] wrote: Any help on this would be highly appreciable. Regards Amit

[Axapta-Knowledge-Village] How to create wizard based form

2008-05-20 Thread syed baber
Hi All, I want to know how to create wizard based forms like ProjTableWizard and how to view the code behin the finish button on the last page. Thanks and regards.

[Axapta-Knowledge-Village] Development Tool AxAssist updated to 1.09.1 version. DAX2009 is supported.

2008-05-20 Thread adkotov
AxAssist tool make the daily work in the DAX Editor easier. Support for all versions of AX starting with version 3.0. AxAssist works independently on DAX functionality, except small changes in class EditorScripts. Details are described in Installation (http://axassist.com/downloads/installation)

[Axapta-Knowledge-Village] Another Design Guidance Needed....

2008-05-20 Thread jazib.abdulah
Hi Everybody There is one table named HRMPosition. This table is part of HRM module. I am developing a module for Axapta in which requirement is like this. If HRM module is installed on client machine use HRMPosition table in our module. If HRM module is not installed make our own table with