Hi All,
I am creating a new Action Request that is similar to the delivered CopyJob action.
The CopyJob action calls "Create Job" and bases the new job on the job that the CopyJob action was called against. As part of my custom version of the CopyJob action, I'd like to retrieve the Job Number of the new job that is created so that I can pass it to another action within the CopyJob action request - basically to copy the Position that is associated with the copied Job (we use 1 to 1 Job/Position)
Does anyone know how I can retrieve the new Job Number after the Create occurs?
Thanks! Kelly