Sweet, thanks Barb I'm going to review today.  I'll let you know what happens.
Jim 
-----Original Message-----
From: mapics-l-bounces@xxxxxxxxxxxx [mailto:mapics-l-bounces@xxxxxxxxxxxx] 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@xxxxxxxxxxxx [mailto:mapics-l-bounces@xxxxxxxxxxxx] On Behalf Of James Pankratz
Sent: Monday, August 27, 2012 10:16 PM
To: mapics-l@xxxxxxxxxxxx
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  james.jimenez@xxxxxxxxxxxxxx [2] 
Links:
------
[1] mailto:James.Jimenez@xxxxxxxxxxxxxx
[2] mailto:james.jimenez@xxxxxxxxxxxxxx
_______________________________________________
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.