|
We use type 7 to differentiate from orders coming from our CRM and Orders coming into offline load from a 3rd party RMA product.. We wrote our own interface from CRM to MAPICS and it works perfectly, so we have a stored procedure that runs every 10 minutes and automatically pushes to MAPICS both Orders and Quotes. We can't do that with the RMA system because there so many errors that they have to be manually scrutinized before processing. Lloyd H. Degnon I.S. Manager AmPro Computers, Inc. 5215 Hellyer Ave. Building #110 San Jose, CA 95138 (408) 360-4365 ldegnon@xxxxxxxxx www.AmPro.com -----Original Message----- From: mapics-l-bounces@xxxxxxxxxxxx [mailto:mapics-l-bounces@xxxxxxxxxxxx] On Behalf Of sjones@xxxxxxxxxxxxxx Sent: Wednesday, June 21, 2006 11:21 AM To: MAPICS ERP System Discussion Subject: Re: [MAPICS-L] Offline Load Order Origin Mike: That sounds like exactly what we want. We don't use ISL/MISL orders, so thought that may be a solution for us. Thanks. Steve Jones "Mike Kerekanich" <mkerekanich@xxxxxxxxxxxxxxx> Sent by: mapics-l-bounces@xxxxxxxxxxxx 06/19/2006 05:02 PM Please respond to MAPICS ERP System Discussion <mapics-l@xxxxxxxxxxxx> To "MAPICS ERP System Discussion" <mapics-l@xxxxxxxxxxxx> cc Subject Re: [MAPICS-L] Offline Load Order Origin Steve, Don't use an origin of '7' as that is for ISL/MISL orders. Use the transaction group number (and an origin of blank) for what you are trying to accomplish. You can place a unique value in there (say job number) and call the offline load directly. See below as an example... DCL Var(&PARM) Type(*CHAR) Len(256) DCL Var(&TRANSGRP) Type(*CHAR) Len(11) DCL Var(&ORIGIN) Type(*CHAR) Len(1) CHGVAR Var(&PARM) Value(%SST(&LDA 707 256)) CHGVAR Var(%SST(&PARM 1 1)) Value('0') CHGVAR Var(%SST(&PARM 2 1)) Value('0') CHGVAR Var(%SST(&PARM 3 1)) Value(&ORIGIN) CHGVAR Var(%SST(&PARM 4 11)) Value(&TRANSGRP) CHGVAR Var(%SST(&PARM 15 1)) Value('0') CALL Pgm(AMBE8XFR) Parm('' &PARM) Regards, Mike Kerekanich Agility, Inc. -----Original Message----- From: mapics-l-bounces@xxxxxxxxxxxx [mailto:mapics-l-bounces@xxxxxxxxxxxx] On Behalf Of sjones@xxxxxxxxxxxxxx Sent: Monday, June 19, 2006 11:04 AM To: mapics-l@xxxxxxxxxxxx Subject: [MAPICS-L] Offline Load Order Origin Hello Group: We are needing to process some offline COM orders as a group, so that the offline process does not try to process some other orders that may be being built from another application. I have read some prior posts on order origin & think this may be a solution, but need some clarification from those using it. It seems that if we code the orders we want to process as a group with an order origin of '7', we could call the offline process to only look at those orders. Is that logic correct or am I missing something? Does it have to be a '7' or blank - could we make this unique, so that we can process a single order at a time by coding a unique value into the order origin field? TIA Steve Jones _______________________________________________ This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l. _______________________________________________ This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l. _______________________________________________ This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.