How to add an External email id's in watchlist in service portal

Munny1
Tera Expert

Hello,

 

How can i add an external email id 's in service portal  same as IT view

below image is service portal i am not able to add external email id's

 

find_real_file.png

 

Below image is IT view i want same in Portal how can i achieve that

 

find_real_file.png

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

Hi,

I am able to add email in watchlist on portal.

find_real_file.png

 

Enter emailId and press ENTER, or select the email Id shown in below suggestion list.

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

5 REPLIES 5

Hi,

This functionality is not supported on List collector Variable in Service Catalog form.

The workaround is to add Single Line text variable for email address and user can enter comma separated email.

In record producer script you can concatenate two variable so that watchlist will have complete information.

The producer script would be like below:

current.watch_list = producer.watch_list.toString() +','+producer.emails.toString();

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande