Can you Dot Walk the location from the Req or RITM to the Catalog Tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022 09:58 AM
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
- Labels:
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022 11:04 AM
Thank you so much. I really appreciate the screen shots.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022 11:36 AM
If my response is helpful, then Please mark as Correct Answer/Helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022 10:52 AM
Hey
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.
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022 11:04 AM
Thank you so much! Am going to try this now!