Config Console - Action Request Question

 2 Replies
 1 Subscribed to this topic
 32 Subscribed to this forum
Sort:
Author
Messages
Woozy
Veteran Member Send Private Message
Posts: 709
Veteran Member

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

Kelly Meade
J. R. Simplot Company
Boise, ID
Woozy
Veteran Member Send Private Message
Posts: 709
Veteran Member
I should clarify - I'm using Config Console to do this, and leveraging LPL heavily.
Kelly Meade
J. R. Simplot Company
Boise, ID
Woozy
Veteran Member Send Private Message
Posts: 709
Veteran Member
Never mind - I think I figured it out. After the "Invoke Create Job" I can add row "assign result to JobView" and then reference the resulting fields as "JobView.whatever" in later invokes.
Kelly Meade
J. R. Simplot Company
Boise, ID