× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
William,

I've done it with the offline inventory transaction load recently, but I
modified the source for the interactive CL to skip the interactive screen
call (to AXVPOL) and instead set the parameters appropriately if it's
running in batch.  Without source, that option isn't available to you, which
means you have a much more difficult row to hoe.  Your business partner may
be willing to give you the source for just AMRP10, the CL program that would
need modifying to do what I did.  If you can get that, this mod would work
to go just before FUNCT25:

/*  START OF MOD #1
***********************************************************/

 FunctUsr01:

/*  Mod #1: If job is batch, set parameters and skip interactive call.
*/

             RtvJobA    Type( &Type )

             If          ( &Type = '0' ) +
                Then( Do )

                ChgVar     &OffNam      Value( 'AROFLN' ) /* File name */
                ChgVar     &Locat   Value( 'AMFLIB' ) /* Library */
                ChgVar     &LoCode  Value( 'DISK' )   /* On disk, not dkt */
                ChgVar     &DltCod  Value( 'N' )      /* Don't delete */

                GoTo        FUNCT30

             EndDo

/*  END OF MOD #1
*************************************************************/

I hope this helps a little.

Dave Shaw
MAPICS-L Moderator
Rauch Industries, Inc.
Gastonia, NC

-----Original Message-----
From: Willie J. Moore [mailto:WMoore@calfinewire.com]
Sent: Wednesday, September 25, 2002 6:08 PM
To: mapics-l@midrange.com
Subject: AR Offline Load


We create invoices from a custom build program.  We then us the AR 'Invoice
Edit from Offline Files - List All' to create a MAPICS batch in AR.  I would
like to automatically (unattended) this step.  When I talked to MPAICS, they
said that there were no provisions in MAPICS for doing this.  I would
appreciate it if anyone has done something like this, if they could give me
some ideals or examples.  Not having the source, I do not know what the data
area or parameters are needed.

Thank You,
William Moore

_______________________________________________
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
To post a message email: MAPICS-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/mapics-l
or email: MAPICS-L-request@midrange.com
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 thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.