- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 04:15 PM
I have requriement in add the watchlist catlog item variable in ritm
For example
Caylog item variable is
Add user to the ritm filed- reference filed
If I selected one user in this filed after sumitting ritm in that ritm watchlist need to add that user name, which I selected from catlog item variable.
Any one help here
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 06:57 AM
I'm not clear weather you are saying this is or is not working. It's unnecessary lines of code and value manipulation as a List Collector variable stores a comma-separated list of sys_ids, as does the watch_list which is a List type field, so a direct value assignment as I suggested will work fine in this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 09:21 AM
You are welcome

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 09:02 AM
You can use flow designer to satisfy your requirement without coding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 09:05 AM
Thanks i will try