[Axapta-Knowledge-Village] Large nnumber of customers

2005-11-10 Thread Hardi
Dear all, I have a customer that have large number of customers, the growth is around 350.000 customers per year on average. Is it recommended to record them all inside axapta or not? Considering one customer mostly only come back and re-purchase once in 3 or 4 years? Or should I maintain the

RE: [Axapta-Knowledge-Village] Web Radio Buttons

2005-11-10 Thread Morten Aasheim
You can put the code where the form is submitted. Ex button.clicked() Regards, Morten Aasheim Peritus AS From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rocco Giumelli Sent: 10. november 2005 15:07 To:

[Axapta-Knowledge-Village] Start batch-job automatically

2005-11-10 Thread taulbert2000
Hi group, I'm looking for a way to automatically start an existing batch-job in Axapta 3.0 every time, when the server restarts. Any ideas? Tom Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page

Re: [Axapta-Knowledge-Village] Large nnumber of customers

2005-11-10 Thread lukas nugroho
dear Hardi from my experience when we have a large of customer, i usually recommended user : 1. maintain customer which repurchase once in 3 or 4 years as One Time Customer 2. Maintain all customer outside Axapta. Only Ledger will be maintained on axapta through customer group (i have implemented

[Axapta-Knowledge-Village] Inventory Upload

2005-11-10 Thread Nihar Saraiya
Hi All I am trying to upload Inventory thru Axapta Excel Template. The table i am uploading is Invent Table. The loading was successful and without any errors. The issue i am facing is that the data is uploaded in the Table, but not appearingon the Item form. For testing purpose we

RE: [Axapta-Knowledge-Village] Web Radio Buttons

2005-11-10 Thread Paulius Cerniauskas
If radio button denotes recod's field then the selection is saved to the database when you press + (AddButton/EditButton) if ShowAddButton or ShowEditButton property is set to Yes. If this selection is added to the web page as a web control and it means some filtering parameter (Filter::

Re: [Axapta-Knowledge-Village] Inventory Upload

2005-11-10 Thread Robert Champion
Hi You need to load the three tables in this order. InventTable InventItemLocation InventTableModule I had over 30,000 items to load.Nihar Saraiya [EMAIL PROTECTED] wrote: Hi All I am trying to upload Inventory thru Axapta Excel Template. The table i am uploading is Invent Table. The

Re: [Axapta-Knowledge-Village] Inventory Upload

2005-11-10 Thread Priyank Krishna
Hi Nihar, To create an Item master you must import data into 1) InventTable. 2) InventTableModule (3 records per item, one for each module type Invent,Purch and Sales). 3) InventItemLocation. I successfully uploaded 5000 items like this without any problem. Regards, Priyank Krishna

R: [Axapta-Knowledge-Village] Inventory Upload

2005-11-10 Thread Alessandro Ghidini
Hi Nihar. I uploaded all my inventory throght a c# application. Youre right.. You MUST populate inventTableModule for having the items showed from Axapta. But you must populate 3 lines for every item, one line for every group you see in the Quantity tab of the article form. Regards,

Re: [Axapta-Knowledge-Village] Inventory Upload

2005-11-10 Thread Priyank Krishna
Hi Nihar, To create an Item master you must import data into 1) InventTable. 2) InventTableModule (3 records per item, one for each module type Invent,Purch and Sales). 3) InventItemLocation. I successfully uploaded 5000 items like this without any problem. Regards, Priyank Krishna

RE: [Axapta-Knowledge-Village] Inventory Upload

2005-11-10 Thread JI Markusse
Hi Nihar, Something that will prevent the items from being shown is the InventDimID field in the InventItemLocation table. If you are not setting up items with warehouses and locations etc. at this point then this field must contain the word Axapta and it must be left-padded to the

Re: [Axapta-Knowledge-Village] Insert a Line by coding??

2005-11-10 Thread Varden Morris
Why not use conditional statements?axapta tecnical consultant [EMAIL PROTECTED] wrote: Hi Harry, No business scenario involved. Just want to add lines in between the code. or want to modify the line by using X++. I know changing code at runtime is not recommended. But since its a

[Axapta-Knowledge-Village] BOMHierarchyCheck::checkBOM()

2005-11-10 Thread Steeve Gilbert
Hi all! We've been having case where creating a production order was taking a lot of time (in the range of 20min). I've drilled down the issue to line 9 of BOMSearch.init() where BOMHierarchyCheck::checkBOM() is called. It's actually the circularity check that is taking that long.

RE: [Axapta-Knowledge-Village] Delete Packing Slip Updated (Delivered) Status Sales orders

2005-11-10 Thread Brandon George
Well, in standard Axapta that would work, but that does not work with the current setup because we have changed standard axapta, packslip update process. I guess we will have to adjust our code so that applying a negative qty and then re-post the sales order. -Brandon From:

RE: [Axapta-Knowledge-Village] Delete Packing Slip Updated (Delivered) Status Sales orders

2005-11-10 Thread Subrahmanyam, Mamidi
Hi Brandon, Just I am curious, why did you change std axapta process?. is theren't anyway to achive your setup or packingslip process without changing the std classes?. We also change packingslip process,Inventory movement process , Sales Order process, QOC , EDI, ~84 total interfaces ( which

[Axapta-Knowledge-Village] www.systomatics.biz Re: Insert a Line by coding??

2005-11-10 Thread Harry (Harshawardhan)
hi I have uploaded a project on my website explaining how to do this regards harry This posting is provided AS IS with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm; The code provided

Re: [Axapta-Knowledge-Village] Inventory Upload

2005-11-10 Thread lukas nugroho
on Table InventItemLocation field Dimension no usually filled with AXAPTA. You must make sure the data was right on Dimensions Table with the first record. --- Priyank Krishna [EMAIL PROTECTED] wrote: Hi Nihar, To create an Item master you must import data into 1) InventTable. 2)

RE: [Axapta-Knowledge-Village] Start batch-job automatically

2005-11-10 Thread Rocco Giumelli
C:\old\Axapta\Client\Bin\ax32.exe -startupcmd=BATCH_service place this in the shortcut place the shortcut in the startup Getting past the server logon was the only problem which I never overcame..but as soon as it did it loaded axapta and the batching program Good Luck Rocco From:

[Axapta-Knowledge-Village] Re: Large nnumber of customers

2005-11-10 Thread Hardi
Thanks Lucas, may I know the reason of recommending the customer database outside axapta? Thanks regards --- In Axapta-Knowledge-Village@yahoogroups.com, lukas nugroho [EMAIL PROTECTED] wrote: dear Hardi from my experience when we have a large of customer, i usually recommended user :

Re: [Axapta-Knowledge-Village] Re: Large nnumber of customers

2005-11-10 Thread lukas nugroho
hi hardi, my client use SQL server as database and every month their customer increase 3 customer average, i'm afraid that SQL can not maintain such large customer data and will affect SQL performance. and they do not want to use One Time Customer facility to maintain their customer. They

Re: [Axapta-Knowledge-Village] Insert a Line by coding??

2005-11-10 Thread axapta tecnical consultant
Dear All, Do anyone have any idea about adding few lines of code in the coding and that through by using X++ Code. Ex : In Class: SalesFormLetter - calcLine() I want to add a line at 4throw of the code with the help of coding. Regards, Maverick - Original Message -

[Axapta-Knowledge-Village] Creating Tables through coding

2005-11-10 Thread mohit rajvanshy
Hi All, I am wondering that can we create an axapta table through x++ coding with columns? Thanks in advance Mohit Regards Mohit Rajvanshy __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com