[Axapta-Knowledge-Village] Different Routes for Different Dimensions

2005-06-27 Thread samia rodrigues
Hi All, Is it Possible to configure different Routes, for different combination of Color/Size for an Item. e.g. Say my Item1 can exist in color C1 and C2, in Sizes S1 and S2. I want to configure axapta such that, if the Item1/C1/S1 is selected Route R1 is

[Axapta-Knowledge-Village] make to order setup??

2005-06-27 Thread kamal7805
May any body please provide me a reference talking about setup of the make to order, manufacture to order, and assemble to order strategy in axapta.. or give me little explanation about deference in setup of each. thank you Sharing the knowledge on Axapta. Yahoo! Groups Links * To visit

[Axapta-Knowledge-Village] Some questions ...

2005-06-27 Thread icham_2000
Hi, I have some questions please, If I want to print a break page each time an order number change, do I use the print(), prompt() or send() method ? Being a programmer, I must ensure that the code execute as close as user possible or not ? Best regards Icham Sharing the knowledge on

[Axapta-Knowledge-Village] Adon Solution Furniture for Axapta

2005-06-27 Thread sguettler
Hi all, I'm looking for a customer of us after an adon solution for furniture industry based on axapta. Did somone knows where I could get this? Thanks for help sascha Sharing the knowledge on Axapta. YAHOO! GROUPS LINKS Visit your group

Re: [Axapta-Knowledge-Village] Different Routes for Different Dimensions

2005-06-27 Thread Ahmed Maghraby
Hi, Unfortunately, this is only available for "Configuration" Regards, Ahmed Maghrabysamia rodrigues [EMAIL PROTECTED] wrote: Hi All,Is it Possible to configure different Routes, for different combination of Color/Size for an Item.e.g. Say my "Item1" can exist in color C1 and C2, in Sizes S1

RE: [Axapta-Knowledge-Village] Some questions ...

2005-06-27 Thread Andrae, Tobias
-Original Message- From: icham_2000 [mailto:[EMAIL PROTECTED] Sent: Mon 27.06.2005 14:55 To: Axapta-Knowledge-Village@yahoogroups.com Cc: Subject: [Axapta-Knowledge-Village] Some questions ... Hi,

Re: [Axapta-Knowledge-Village] Different Routes for Different Dimensions

2005-06-27 Thread Hemant Kumthekar
Hi, I don't think it is possible to automate that without modification to code, but if you have Product Bulider there may be a possiblity to do that. HKsamia rodrigues [EMAIL PROTECTED] wrote: Hi All,Is it Possible to configure different Routes, for different combination of Color/Size for an

[Axapta-Knowledge-Village] Startup a given form after login

2005-06-27 Thread Jens Strandberg
Hello there, I was wondering if there was any way that a certain form could be displayed after login ? I would like to present the form JmgSignInTerm (Registration in Shop Floor Control) to certain users, when they have succesfully logged in. Any pointers ? Thanks in advance. /Jens Sharing

RE: RE : [Axapta-Knowledge-Village] Startup af given form after login

2005-06-27 Thread Jesper Kehlet
You really should extend the SysStartupCmd class into your own class, the SysStartupCmd.applRun() method is really only to be used as an abstract method, but it couldn't be declared as such because the class is not abstract. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL

[Axapta-Knowledge-Village] Re: Sales Tax

2005-06-27 Thread Jason Eagleton
Hi Brandon, There are two commercial packages I know of off-hand: TaxWare and Vertex. These both have COM non-COM Interfaces. I have replaced the Axapta tax engine with a Vertex interface but it took a bit of effort. If you're only collecting tax from 5 states, why are you looking to

RE: [Axapta-Knowledge-Village] Sales Tax

2005-06-27 Thread George Smith
Brandon, I did something similar but it was to Great Plains. We have a website that pays sales tax to 7 states. The tax is computed outside of Great Plains and then the transaction including the sales tax is imported into Great Plains. I just wrote a sales tax engine (in C#) that