Re: Help, Is there a way to automatically generate an acknowledgement when I am loading orders using offline entry ?
"Jimenez, James" <[email protected]>
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <FAE1C39BFD3EE04E9F67FCDED1FB840F21C0CFE1E4@GT-EXMB01> |
Sweet, thanks Barb I'm going to review today. I'll let you know what happens. Jim -----Original Message----- From: mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected] [mailto:mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected]] On Behalf Of Barb Hines Sent: Tuesday, August 28, 2012 4:37 AM To: MAPICS ERP System Discussion Subject: Re: [MAPICS-L] Help, Is there a way to automatically generate an acknowledgement when I am loading orders using offline entry ? Here's the code I used in UMBCOH4R: * Order acknowledgment print parameter definition D ORDPARM DS 256 D P2AENB 2 0 D P2DCCD 1 D P2CVNB 7 * Run order acknowledgement print C MOVE G8aenb P2AENB C MOVE G8dccd P2DCCD C MOVE G8cvnb P2cvnb C Call 'AMBF2XFR' 99 C Parm *BLANK W0RTN 7 C Parm ORDPARM -----Original Message----- From: mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected] [mailto:mapics-l-bounces-Zwy7GipZuJhWk0Htik3J/[email protected]] On Behalf Of James Pankratz Sent: Monday, August 27, 2012 10:16 PM To: mapics-l-Zwy7GipZuJhWk0Htik3J/[email protected] Subject: Re: [MAPICS-L] Help, Is there a way to automatically generate an acknowledgement when I am loading orders using offline entry ? BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } Hi Jim, If you're not using System Link, then one option is to write a small program that submits the job that prints the ack, and , call this from the offline load end order user exit. I've done this before, and can probably find the code for you if you need it. James ------------------------------ date: Fri, 24 Aug 2012 08:31:31 -0700 from: "Jimenez, James" subject: [MAPICS-L] Help, Is there a way to automatically generate an acknowledgement when I am loading orders using offline entry ? I know I can generate a pick list, but have not found an easy way to generate the acknowledgement. Jim Jim Jimenez Wilden Pump and Engineering Co. 22069 Van Buren Street-Grand Terrace-CA-92313 (909) 512-1260 Office (909) 213-3645 Mobile [email protected] [2] Links: ------ [1] mailto:[email protected] [2] mailto:[email protected] _______________________________________________ This is the MAPICS ERP System Discussion (MAPICS-L) mailing list To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] 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-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] 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-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mapics-l or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/mapics-l.