Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
How do I create a request set where the parameters of one request reference an earlier request in th
Hello,
For patch testing purposes, I'm trying to create a request set that runs a few payroll processes, runs a report, and then rolls the payroll processes back. The problem is that I don't know how to configure the parameters of the "Rollback US Payroll Process" request so that it references the payroll process that ran earlier in the set. As a simple example, let's say it's a two-step request set:
1. Payroll Process
2. Rollback US Payroll Process
I tried making the parameter of the Rollback request a query that finds the last payroll that was run. The problem is that the query runs at the time the set is requested, not at the time the Rollback part of the set kicks off. So the Payroll Process in the set hasn't run yet. I'm sure there is an obvious way to do this that I'm missing, but I can't figure out and can't find much documentation.