I have a watchlist on catalog item as shown in snippet. the number of people added to that watchlist variable need to be autopopulated in the RITM watchlist as shown in snippet. How do i achieve that?

Neelu S
Tera Contributor

I have a watchlist on catalog item as shown in snippet. the number of people added to that watchlist variable need to be autopopulated in the RITM watchlist as shown in snippet. How do i achieve that?

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

Hi are you using workflow for this item? If yes than pass this in run script

current.watch_list = current.variables.variablename;

Regards
Harish

View solution in original post

2 REPLIES 2

Musab Rasheed
Tera Sage
Tera Sage

Hello,

Write on before BR on RITM table like below ?

find_real_file.png

Code :

current.watch_list = current.variables.variable_name;

Mark my answer as correct if that helps

Regards

Please hit like and mark my response as correct if that helps
Regards,
Musab

Harish KM
Kilo Patron
Kilo Patron

Hi are you using workflow for this item? If yes than pass this in run script

current.watch_list = current.variables.variablename;

Regards
Harish