[Axapta-Knowledge-Village] Warehouse transfer in master planning

2005-03-02 Thread James Flavell
Title: Message Can anyone confirm whether master planning factors in warehouse transfer journal lines that have not been posted?   I am thinking of making a solution whereby alot of warehouse transfer lines will exist but will not be posted immediately.    A simple example of this: Ther

[Axapta-Knowledge-Village] Actual versus standard cost

2005-03-02 Thread James Flavell
Title: Message Can anyone provide me the benefits and drawbacks for using actual costing versus standard costing and in which situations one might be better than the other (i.e. reason to use or not to use).   When is it adviseable to use one and not the other? Is Axapta's standard cost

RE: [Axapta-Knowledge-Village] how to minimize blocking on axapta ?

2005-03-02 Thread Rocco Giumelli
Hi Varden   Can I ask, We have recently upgraded our SQL Server, But the application server we didn't becasue when I look at the task manager the machine does not do much, system idle is running 90% + , and the Networkwork interface runs at less than 10% on 100 link most of the time. Has

RE: RE: [Axapta-Knowledge-Village] How can I find what RecId will be the next to be used?

2005-03-02 Thread Bayliss, Barry
  Raul,     It sounds like you have an indexing problem.    You need to check the indexes that are set to have AllowDuplicates = No.   Is the table you are using standard?   Barry.   From: Raul Llorente Peña/OPENSOLUTIONS [mailto:[EMAIL PROTECTED] Sent: Friday, 25

Re: [Axapta-Knowledge-Village] Persisting the result of a job execution

2005-03-02 Thread Varden Morris
Why is it that you must use a job?Giray Simsek <[EMAIL PROTECTED]> wrote: Varden,Thank you for your suggestion. However, I have to usea job so I can't use your solution.Giray.--- Varden Morris <[EMAIL PROTECTED]> wrote:> Giray>  > Create a class with a static method that returns the> required d

Re: [Axapta-Knowledge-Village] Persisting the result of a job execution

2005-03-02 Thread Giray Simsek
Varden, Thank you for your suggestion. However, I have to use a job so I can't use your solution. Giray. --- Varden Morris <[EMAIL PROTECTED]> wrote: > Giray > > Create a class with a static method that returns the > required data type and paste the code from the job > in this method. You ma

Re: [Axapta-Knowledge-Village] Persisting the result of a job execution

2005-03-02 Thread Varden Morris
Giray   Create a class with a static method that returns the required data type and paste the code from the job in this method. You may then call the method on the class with optional parameter and get the return value as follows:   retValue = AxComObj.CallStaticClassMethod("ClassName", "Method

[Axapta-Knowledge-Village] Persisting the result of a job execution

2005-03-02 Thread Giray Simsek
Hi, I want to call a job on Axapta using Business Connector (COM Connector). Once the job executes, I want to return the result back to the client. However, since Axapta jobs can not return a value, I need to find another way to get this value on the client. The first way that comes to my mind is

[Axapta-Knowledge-Village] reporting tool - Oracle Database - Axapta

2005-03-02 Thread willem . baelde
Hello, Can someone recommend me a reporting tool who can handle a lot of data, more then 15,000,000 records in an Oracle database on Axapta Kind regards, Willem [EMAIL PROTECTED] 02/03/2005 16:13 Please respond to Axapta-Knowledge-Village@yahoogroups.com To Axapta-Knowl

Antwort: [Axapta-Knowledge-Village] Experience sizing an Oracle Database Server for an AXAPTA db

2005-03-02 Thread sguettler
Hi peter, on the fujitsu-siemens website is a link to a sizingtool for needed hardware for an axapta installation. so i think it helps you for your problem.  http://www.fujitsu-siemens.de/sme/solutions/ms/ms_mbs.html this is the german link, but i think by using .com, you will get on the same

[Axapta-Knowledge-Village] Experience sizing an Oracle Database Server for an AXAPTA db

2005-03-02 Thread petertouchstone
Does anybody have experience of sizing the hardware to support a Unix based Oracle database server for AXAPTA capable of supporting 1000 users. Has anybody ever calculated MIPS per user or even MIPS per ASU (AXAPTA Standard User)? What is the size of the Oracle back end process for an ASU?

RE: [Axapta-Knowledge-Village] Storage dimension

2005-03-02 Thread Preston A. Larimer
Here are the basic steps to adding an inventory dimension to Axapta, it’s by no means the complete details, but using theses steps and closely looking at an exisiting dimension should get you were you want to go.   If necessary create a new extended data type to base the new dim

[Axapta-Knowledge-Village] Re: Return Array of Class

2005-03-02 Thread nicolaan
Hi Krish, My test in Axapta 3.0 SP3 shows different from what you state (as I understand it...) This is my testcode. static void Job1(Args _args) { Array a = new Array(types::Class); Testclass testclass; int i; ; for (i=1; i<100; i++) { testclass

RE: [Axapta-Knowledge-Village] Storage dimension

2005-03-02 Thread James Flavell
Title: Message You can add extra 'inventory dimensions' basically everywhere uses inventdimid so you just need to add the field to the inventdim table and make sure a few classes are aware of it and thats it.   If you want your extra dimensions to effect FIFO, financial/physical  etc then

RE: [Axapta-Knowledge-Village] Storage dimension

2005-03-02 Thread Craig Fidler
Hi,   You can buy extra financial dimensions, I do not think you are able to buy storage dimensions.   My question would be why store date as each item when received has a received date?       From: Varden Morris [mailto:[EMAIL PROTECTED] Sent: 02 March, 2005 3:11 AM To:

[Axapta-Knowledge-Village] Re: Temporary tables Vs Regular Table

2005-03-02 Thread nicolaan
I've also once used a regular instead of a temp table, so yes sometimes (for joins, special lookups or other) it can be better. However, with regular tables you'll have multiuser problems with deleting records. Only real safe way would be to add some field with a unique sessionID for this use

Re: [Axapta-Knowledge-Village] how to minimize blocking on axapta ?

2005-03-02 Thread Varden Morris
The two main things I know can affect blocking are hardware and code.   I have experienced major blocking as a result of hardware. I understand the technical concept involved but I do not have all the details at hand.   You can use one server as the application and database server but this ma

Re: [Axapta-Knowledge-Village] Storage dimension

2005-03-02 Thread Varden Morris
I think you have to purchase additional ones from your VAR.   Varden Morris   J. Wray & Nephew Ltd. - Group I.S. 234 Spanish Town Road Kingston 11, Jamaica, W.I.   Phone:  (876) - 923 - 6141 Ext. 2226Fax:  (876) - 923 - 5372 Cell:  (876) - 3833566Email:   [EMAIL PROTECTED]   

[Axapta-Knowledge-Village] Storage dimension

2005-03-02 Thread hanfra2000
There are 5 storage dimensions under dimension groups (Warehouse, batch number, location, pallet id and serial number) Is there anyone who has expaned this with one or more dimension(s) e.g. date? What is the proper way to do this? Is there any description out there? Regards Fredrik ---

[Axapta-Knowledge-Village] how to minimize blocking on axapta ?

2005-03-02 Thread SAS
Dear all, Do you have any experience how to minimize blocking on axapta ? would you mind sahring your experience, thx sas Yahoo! Groups Sponsor ~--> Has someone you know been affected by illness or disease? Network for Good is THE place to support

Re: [Axapta-Knowledge-Village] Refresh DataGrid

2005-03-02 Thread Chaminda Kothalawala
you can use formdatasourcename_ds.executequery also. chaminda On Wed, 02 Mar 2005 07:38:44 -, axaeffect <[EMAIL PROTECTED]> wrote: > > Hi, > How to refresh data in Grid ? > > I make a form to insert data to my table. I have two TabPage, one is > for the insert and the others is to display

Re: [Axapta-Knowledge-Village] Refresh DataGrid

2005-03-02 Thread Chaminda Kothalawala
hello refresh your form datasource after inserting records in to the table. datasourceName_ds.refresh() datasourceName = use your form datasorce name chaminda On Wed, 02 Mar 2005 07:38:44 -, axaeffect <[EMAIL PROTECTED]> wrote: > > Hi, > How to refresh data in Grid ? > > I make a form to in