[Axapta-Knowledge-Village] double sign display

2008-09-03 Thread Garg, Vikas
Hi,

 

I am facing a problem with amount fields showing double sign (++, +-,
--). I think this is a known bug in Ax but could not find any
solution/reason. Please let me know if any one has any idea about this
problem.

 

 

 

Best Regards,

 

Vikas Garg



 

<>

[Axapta-Knowledge-Village] RE: [Axapta_Documentation] Dynamics AX Change Customer Number Whiles there are associated Transactions...

2008-08-07 Thread Garg, Vikas
Hi,

 

Right click on master form and select record info. You will find one
option for rename. But column should be unique in order to rename its
value in the whole application.

 

Thanks,

 

Vikas Garg

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Naeem Sarwar
Sent: Thursday, August 07, 2008 4:22 PM
To: [EMAIL PROTECTED];
Axapta-Knowledge-Village@yahoogroups.com;
[EMAIL PROTECTED]
Subject: [Axapta_Documentation] Dynamics AX Change Customer Number
Whiles there are associated Transactions...

 


How can one change the Customer Account number (or even vendor account
number or item id) whiles there are associated transactions in the
system?

-- 
Best Regards,
--
Naeem Sarwar (NS)

 



RE: [Axapta-Knowledge-Village] Table Buffer Size is exceeded

2008-06-07 Thread Garg, Vikas
Hi,

 

Try changing buffer value from 20k to anything between (21 to 25) k. It
should solve your problem.

 

Thanks,

 

Vikas Garg

 

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Sakthivel
K
Sent: Saturday, June 07, 2008 1:12 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Table Buffer Size is exceeded

 

 

Hi,

 I am trying to add new fields in Purchtable,while adding new fields
i am getting one error

 

"The total internal size of the records in your joined select statement
is 20148 bytes,but microsoft dynamics by default performance tuned  not
to exceed 15360 bytes.

Alternatively you have to specify a Buffer size value of 20Kb or higher
in SQL Tabpage in Microsoft dynamics configurartion utility.The default
value is 24 Kb".

 

So i changed the buffer size to 20Kb in Server Configurartion
Utility-->Database Tuning-->

Maximum Buffer size field.

 

After that i am getting same error for another table also.

 

Thanks,

 

Sakthivel 

 

 

 

 

 



RE: [Axapta-Knowledge-Village] AX client crashes!

2008-05-29 Thread Garg, Vikas
Hi, 

 

Check your hard drive with object server installed. If system does not
find enough memory for online users sessions then it start throwing user
session out of box. I hope it will solve your problem.

 

Thanks,

 

Vikas Garg

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of
sudhavalett
Sent: Thursday, May 29, 2008 7:19 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] AX client crashes!

 

Hi all,

Did any one of you come across this situation?

Sometimes the AX client closes with the following message.

"The server needs to free resources. Your session has been 
terminated" and then it bumps off from the client and does not let us 
reconnecting to it even though the server is up and running. It will 
be normal only after restarting the AOS. It does not leave any 
messages in the event log. These days it is happening very 
frequently. Please let me know if any one of you have the solution.

Thanks,

Sudha

 

<><>

[Axapta-Knowledge-Village] Debugger not working with web development

2007-05-27 Thread Garg, Vikas
Hi,

 

I am facing problem related with debugger with 2-tier web development in
Axapta 3.0 sp4. Debugger does not work in any web related objects in
AOT. But yes it does work with other objects of Axapta like Tables,
forms, classes and reports. I have also enabled the "Allow debugging of
x++ code running in Axapta business connector" check box in
configuration utility. Am I missing something?

 

Best Regards,

 

Vikas Garg
Technical Consultant


Tectura

A 119, Sector 63

Noida, INDIA 201301

Direct Tel:  (+91) 120 3051925

Board :  (+91) 120 3051900

Fax:   (+91) 120 3051905

Mobile:  (+91)  92431 20951 

Email:[EMAIL PROTECTED]
 

Web: www.tectura.com  

 

This e-mail (and attachments, if any) is confidential and access by
anyone other than the addressee(s) is unauthorized.  If you are not the
intended recipient, any disclosure, copying, forwarding, or distribution
of this e-mail is prohibited and immediate deletion should be effected.
We would appreciate your notifying the sender immediately should you
become aware of any instances of such occurrence.

 

Tectura: Microsoft Business Solutions - Global Partner of the Year 2006 

Awarded for exemplifying the highest level of customer service
competency and shared collaboration with Microsoft www.tectura.com
 

 



[Non-text portions of this message have been removed]



RE: [Axapta-Knowledge-Village] Classes with Ax Prefix

2007-04-26 Thread Garg, Vikas
Hi,

 

Ax classes have been developed to use with dotNet connector to integrate
Dynamics Ax 4.0 with any third party application. 

 

Thanks,

 

Vikas Garg

 

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Arijit
Basu
Sent: Thursday, April 26, 2007 4:51 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] Classes with Ax Prefix

 

Hi Mukesh,
These classes allow users to create PO, SO from EP.
Have a look at this
http://daxguy.blogspot.com/2006/11/how-to-create-po-from-ax-classes.html

Hope it helps

Arijit Basu
MVP | Dynamics AX
http://daxguy.blogspot.com

On 4/26/07, helloworld4all <[EMAIL PROTECTED]
 > wrote:
>
> Hi All,
>
> Axapta has a lot of classes having prefix 'Ax' like
> axcusttable,axpurchtable etc. what is the significance of these
classes?
> what is the purpose of using these classes?
>
> Regards,
> Mukesh Kumar
>
> 
>

-- 

Arijit Basu

[Non-text portions of this message have been removed]

 



[Non-text portions of this message have been removed]



RE: [Axapta-Knowledge-Village] Serial number??

2007-04-02 Thread Garg, Vikas
Hi Samar,

For serial sequence Axapta uses sequence number functionality, while
creating new record on form it gets next number and set it on new record
before displaying new record on the form. But you can use your own
serial number also managed at run time. For this you can write your code
in "initValue" method of the respective table. Or you can also use
"initValue" method of the respective datasource on form. But better if
you do it directly on Table. Best of Luck

Thanks,

Vikas Garg

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of samar
bazied
Sent: Monday, April 02, 2007 1:11 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Serial number??

Hi all..
Iam very new in Axapta world and I want to ask you how could I implement
a serial number that displayed automatically when I insert new row - for
example- via form...???


thanx

=



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.

Come and choose your preferred name for Microsoft Dynamics AX on the
Axapta Knowledge Village, Visit www.axapta-knowledge-village.tk

 
Yahoo! Groups Links







RE: [Axapta-Knowledge-Village] Re: about Best FAS software integration with Dynamics Ax

2007-01-12 Thread Garg, Vikas
Hi,

 

Just to add few words on data import process using Excel. One can speed
up the data import process using CSV format files instead of using XLS.
And I believe using the standard way to import is better then writing
extra code for the same if number of records is less then 65000 (because
of excel limit for number of records). 

 

Regards

 

Vikas Garg



From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Brandon
George
Sent: Friday, January 12, 2007 6:02 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: RE: [Axapta-Knowledge-Village] Re: about Best FAS software
integration with Dynamics Ax
Importance: High

 

You are right in your steps (basically) for creating Excel Import
Templates. I mean you could go into more detail about import data def.,
etc. And custom validation X++ code on the data def. But basically
that's exactly what you have to do for importing via the standard
import. This is great for Functional Consultants, during implementation,
on small data sets.

However compare this: 65,000 record limit for Excel Spreadsheet. If you
fill that up, it will take 4-7 hours for Ax to bring in that data via
those imports. Now take 65,000 records, and import via X++ code, it will
take 3-7 mins., at max! You compare those numbers. Also think about how
many iterations you have to go through until the data is right? Now
times those iterations by the time it takes to bring in the data, you
tell me what is the best way? 

Again for small data sets, and not automating the process, the excel
spreadsheets are great. Also, Amit said he wanted this done on a monthly
process, that means automation... so X++, integration point, is for sure
the way to go for the Monthly process. Granted you can use BizTalk,
MSMQ, AIF, Web Services, DotNet, X++, and any and all of those mixed
together to create an importing framework, that can then be extended to
each integration point (ie: FAS 1000 Fixed Assets) for automating the
process, and making it fast, effective, and have total control over the
entire thing. You need a technical person to do what Amit is wanting to
do 

thanks,

J. Brandon George

Senior Technical Architect

Sunrise Technologies, Inc.

http://www.sunriseconsult.com  

Cell: 706-412-7726

Office: 336-722-6741

 > 

 > 



From: Axapta-Knowledge-Village@yahoogroups.com
 
[mailto:Axapta-Knowledge-Village@yahoogroups.com
 ] On Behalf Of
subhashmn
Sent: Friday, January 12, 2007 1:29 AM
To: Axapta-Knowledge-Village@yahoogroups.com
 
Subject: [Axapta-Knowledge-Village] Re: about Best FAS software
integration with Dynamics Ax

Hi Amit,

I hope you can import the said data into Axapta using Excel Import 
comfortably.
To my knowledge, for any module's data:
1) Identify the necessary tables in Axapta and create Excel Templates.
2) Fill the external data (for example FAS1000 Fixed Assets Data) 
into the above created templates.
3) Include extra userdefined validations, if any required.
4) Import the data from the excel templates using Axapta Excel Import.

I have mentioned in a very brief manner, please add up more details 
if any one can and also correct me if any thing is to be corrected in 
my steps.

We did the similar imports to various modules comfortably.
NOTE:
Pls check whether all the posting are giving correct results once 
after importing.

Subhash 

--- In Axapta-Knowledge-Village@yahoogroups.com
 
 , "Amit Nirantare" 
<[EMAIL PROTECTED]> wrote:
>
> Please guyz...i am strugling on thisthe partner source is not 
any help pertaining this. do any one have manual to setup this 
integration things. 
> 
> Appreciate if any one can respond to it.
> 
> Regards
> 
> Amit
> 
> 
> 
> From: Amit Nirantare
> Sent: Tue 1/9/2007 3:10 PM
> To: Axapta-Knowledge-Village@yahoogroups.com
 
 
> Subject: about Best FAS software integration with Dynamics Ax
> 
> 
> 
> Hi,
> 
> My client has FAS 1000 fixed asset software. Dynamics Ax has 
functionality to import the fixed asset transactions from this 
FAS1000 software. Can any one guide me what are the setups, and 
parameterization in order to achieve this.
> 
> Thanks in advance
> 
> Amit
> 
> 
> 
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]

 



[Non-text portions of this message have been removed]



RE: [Axapta-Knowledge-Village] (a newbie) How to get active record selected inside grid...

2007-01-11 Thread Garg, Vikas
Hi,

 

You can refer the current selected record data using a predefined
variable for the data source with in the same form. It has global scope
with in the same form only. Its name is same like name of the data
source. 

For Ex:

Forms->myCustomer->DataSource->Customer(CustTable)

In the above case your data source variable is 'Customer' but not
CustTable. It will always hold the current selected record and one can
use this in any method with in the same form.

 

Thanks

 

Vikas Garg



From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of yusuf
erdogan
Sent: Thursday, January 11, 2007 5:02 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] (a newbie) How to get active record
selected inside grid...

 

Hi Guys;
First of all i am axapta newbie and i have many problems so far.. :(
I am trying to get values of a record/row that is selected currently in
a
grid, from a button in same form with it's "click" function. I inspected
and
tried the function "active" of grid's datasource but no way. It seemed
to me
just an eventhandler like gotFocus?

But my biggest problem is that i am never able to find the functions
that i
am trying to find and use since i don't know how to i think. Although i
look
system documentation from AOT tree i can't.. :(
thanks for advance...

[Non-text portions of this message have been removed]

 



[Non-text portions of this message have been removed]