Intellias has a product for Lawson to automate payroll processing that they've had for at least 10 years.
http://www.intellias.net/erp-apps.html
Anybody have any comments about this product?
Hi Julia, we went thru this same process several years ago and needed to find a way to autoschedule jobs and IPA flows. As Ragu mentioned we developed an IPA flow
that submits the jobs and/or IPA process flows. It does get quite involved when you need to have job dependencies, check on cancellations etc.
Would you be willing to share that flow? I am trying to get best practices.
Thanks, Julia
ryan.Julia@mhsil.com
I've done it for clients both via shell scripting and IPA depending on their level of comfort for supporting the process.
Thanks that is all very helpful. How did you get your job parameters updated? Did you use a straight update from sql command or did you do a lawson sql call - i tried this and GEN - at least in our environment is not setup to be a product line so have to do a sql update statement. Thanks again, appreciate the information.
Julia
Created a custom program that updated job parameters via the delivered Lawson COBOL API's. There was a config file that kept track of various dates that we wanted to update and the program would read that file and update the job(s) as needed. There was a separate process that updated the config on a weekly basis.
That is great information. I like the idea of using something we already have and making it as standard as possible,. We thought that we would need to put those dates in a file or somehow pull it from a Lawson table - calculate the date from a previous pay period -since that date follows a pattern with few variations. Thanks for the information. Julia