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

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Wanda Schaaf
Basic Member Send Private Message
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 Send Private Message
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 Send Private Message
Posts: 12
Basic Member

Thank you! We will look into using this method!