Autopopulate data of user watchlist from RITM variable to change form user watch list field

Aryan
Tera Contributor

Hi all,

 

with use of UI action i want to auto populate data can anyone help me on this?

4 REPLIES 4

Mark Manders
Mega Patron

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

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.

Aryan
Tera Contributor

change_reques .watchlist = current.watchlist; this is not working.

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