How do I call AP520 invoice interface from a process flow?

Sort:
You are not authorized to post a reply.
Author
Messages
Wanda Schaaf
Basic Member
Posts: 12
Basic Member

    Does someone have information how I can use Process flow to call the AP520 invoice interface? I want to schedule a process flow to run after work hours to populate the api invoice interface tables.

    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      You can use an AGS (Transaction) node to update your AP520 parameters (if needed) and a WebRun to run the AP520 by username and jobname. You would then schedule this flow to run in the ProcessFlow Scheduler.

      WebRun properties
      Web Program: cgi-lawson/jobrun.exe
      Web Call String: FUNC=run&USER=username&JOB=jobname&OUT=text
      David Williams
      Wanda Schaaf
      Basic Member
      Posts: 12
      Basic Member

        Thank you! We will look into using this method!

        You are not authorized to post a reply.