Can you Dot Walk the location from the Req or RITM to the Catalog Tasks

Darlene York
Tera Contributor

Helllo,

Can someone tell me how I can you Dot Walk the location field from the Req or RITM to the Catalog Tasks?

Thank you

8 REPLIES 8

Thank you so much.  I really appreciate the screen shots.

If my response is helpful, then Please mark as Correct Answer/Helpful.

Aman Kumar S
Kilo Patron

Hey @Darlene York ,

Based on your requirement, I am assuming you are trying to do this on a RITM workflow.
For that, for Create Catalog task activity, you can just mention in advanced tab

task.setValue("location",current.getValue("location");

This should do the trick for you.

Best Regards
Aman Kumar

Thank you so much!  Am going to try this now!