RE: [Axapta-Knowledge-Village] How to avoid a gap in Number Sequence?

2005-07-06 Thread Saied Al-Hamawi
Dear Jack, You have to specify the number sequence to be continues, this can be done from number sequence form general tab page, then it will work, as you need. ByeJ Saied From: Axapta-Knowledge-Village@yahoogroups.com [mailto:Axapta-Knowledge-Village@yahoogroups.com]

[Axapta-Knowledge-Village] who know min. safty stock caculation method

2005-07-06 Thread jasonxu231
Hi, I know there is good function in Axapta that system can compute Min. safty stock automatically. could you tell me the caculation method? jason in China Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit your group on the web, go to:

回复: [Axapta-Knowledge-Village] Citrix Ser ver Login

2005-07-06 Thread Logi Liao
Hi Jack, I think itwas because the pre-load feature in AXPATA. Your can find this setting in Options Setup. BR, Vincent Koh Meng Chiat [EMAIL PROTECTED] 写道: Hi all,I've set up a Citrix Server in my office LAN and triedto login remotely using Citrix client program usingdial up connection

RE: [Axapta-Knowledge-Village] How to avoid a gap in Number Sequence?

2005-07-06 Thread G Radhakrishnan
Hi Jack, I doubt the same..cache probs...b'coz once i added some master through Go to main table. After adding that master, it didn't show me. Then when i went back to main menu and then it appeared. This is b'coz , it didnt cleared its Cache memory, right ? Anyway iam also waiting for some

[Axapta-Knowledge-Village] EXAM: axapta installation configuration

2005-07-06 Thread rashwannewsletters
Dear All, Does anyone of you have references, brain dumps, exams that might be helpful in taking axapta installation configuration exam. I am located in Egypt and I cannot locate any refernce that might help. Thank You, Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit

Re: [Axapta-Knowledge-Village] EXAM: axapta installation configuration

2005-07-06 Thread santosh padhi
hi dear, For installation exam u have through knowledge on sqlserver 2000 and windows operating system. apart from that u should know about axapta reated topics like AOS,web Deployment,Architecture etc. Go through these materials. u will definitely qualify the exams. thanks Santosh ---

RE: [Axapta-Knowledge-Village] Digest Number 443

2005-07-06 Thread Zahir Kasmani
Navision has the ability to produce a hyperlink which takes you to the specific window you want someone else to look at. If an Axapta PO requires approval, I would like to generate an email with a hyperlink that takes the approver directly to the PO in question. Has anyone tried doing

[Axapta-Knowledge-Village] [development-axapta] Sales Order Process Flow Map

2005-07-06 Thread Brandon George
Hello All, I was wondering if anyone had a great map of the process a Sales Order Goes through / can go through? For example the Tables Used, the methods called, called by what / when, and the process of a Sales Order as seen by the end user. Sales Order . Posting: - Quotation

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-06 Thread Jesper Kehlet
Do NOT use the finalize() method. Finalize is also a no-go in Java... Instead, use Class = null. The JVM/GC will take care of the rest... From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Subrahmanyam, MamidiSent: Tuesday, July 05, 2005 10:00 AMTo:

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-06 Thread Subrahmanyam, Mamidi
There is nothing in Java like FinaliseJVM takes care of the garbage collection in Java Can you talk aout in X++ context? Appreciate help. Thanks regards, subbu Jesper Kehlet [EMAIL PROTECTED] wrote: Do NOT use the finalize() method. Finalize is also a no-go in Java... Instead, use

[Axapta-Knowledge-Village] new bee!!!

2005-07-06 Thread Rishi Chopra
hi , this is Rishi from india... i am new to Axapta development...i am fresher juz passed out from college...and joined a job.. anyways guys plz guide me on the technical aspects of axapta like coding in X++. mention any web resources.. help urgently..! bye!!! Sharing the

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-06 Thread Jesper Kehlet
Subbu, you're mistaken: There definitely is finalize() in Java, look here: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#finalize() Same in X++: You can override it with functionality that destroys fields/objects, but you should never invoke it yourself, the GC will take

Re: [Axapta-Knowledge-Village] new bee!!!

2005-07-06 Thread David Castro Guzmán
http://www.axapta-lessons-learned.blogspot.com/ http://technet.navision.com/usered/Axaptaindex.htm http://www.axaptalink.com/ http://technet.navision.com/ On 7/6/05, Rishi Chopra [EMAIL PROTECTED] wrote: hi ,this is Rishi from india...i am new to Axapta development...i am fresher juz passed out

[Axapta-Knowledge-Village] Re: Field Services module

2005-07-06 Thread Jason Eagleton
Hi Christoph, We do a lot of GP Field Service customization in Dex and have a wealth of experience with the package. If you are still looking for solutions, we can certainly take a look at customizing it to help meet your customer's needs. Thanks, Jason Eagleton [EMAIL PROTECTED] --- In

[Axapta-Knowledge-Village] Sharing InventTable for multiple companies

2005-07-06 Thread tj_jayson
Hi All, Our client installation is having 5 companies and planning to share Item Table for these companies. Are there any LIVE applications shares Items table for multiple companies? Will it end up sharing many table in Axapta because of the Foreign Key used for sharing tables? Is it

[Axapta-Knowledge-Village] Details Regarding RFID

2005-07-06 Thread sri ram
Hi, We are working on integrating RFID with Axapta in Supply Chain module. It would be great if you can share some inputs/comments/pointers/documents on how to integrate axapta with RFID. Thanking you. Regards Sri Ram Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit your

[Axapta-Knowledge-Village] Table views and stored procedures not in SQL DB???

2005-07-06 Thread James Flavell
Can anyone tell me why Axapta's views and stored procedure are not created in an SQL DB? I am trying to get a Ax3.0 SP4 setup but am struggling with the database part...tables are synced but not any views or stored procedures!!?? I have set the SQL user as SA in the Ax config and SA has full

RE: [Axapta-Knowledge-Village] Remove Class from memory ?

2005-07-06 Thread Jayson Joseph Thattil
Is the finalize() method in java will be called before garbage collector clean up the object? So if I want to do some thing before the destruction of the object I can put the code in the finalize() method right? So the finalize() method is not destroying the object but it is called before the

Re: [Axapta-Knowledge-Village] Sharing InventTable for multiple companies

2005-07-06 Thread Harry \(Harshawardhan Deshpande
hi Go thru all the field values in the invent table and see if you would like to share them across companies. For e.g. say you have companies x,y,z item A is produced in companyx but sold in x as well as y and Z. Typically you would want to keep minimum quantity for the item A at a higher

RE: [Axapta-Knowledge-Village] How to avoid a gap in Number Sequence?

2005-07-06 Thread Mohammed Moussa
Hi Jack, Try checking "Check continuous numbers" chek box under GL parameters. But i think a clean-up should do, what kind of problems are you facing with clean-up? Regards MohammedKoh Meng Chiat [EMAIL PROTECTED] wrote: Hi Saied,I've set up the number sequence to be continuous (notmanual).