Autopopulate data of user watchlist from RITM variable to change form user watch list field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 03:22 AM
Hi all,
with use of UI action i want to auto populate data can anyone help me on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 03:36 AM
Where is the UI action? On the RITM form? And you have the watch list on there as well?
change_request.watchlist = current.watchlist; should do the trick. But the information you provide is limited.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 03:40 AM
Yes , there a UI action on RITM form called create change and when user click on this UI action it will autopopulat all the field from RITM variable to Normal change form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 03:48 AM
change_reques .watchlist = current.watchlist; this is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 04:24 AM
OK... I missed the underscore, but I just tried it on my PDI: change_request.watch_list = current.watch_list copies the watchlist on my OOB instance.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark