want to enable additional comments for watchlist users

Harshi05
Tera Contributor

Hello All, 

so i want to enable additional comments for the watch list set of users for incident table

 

All user in watch list will be able to add additional comment same way as customer can, but it is not working. Can you please help me with this.

 

Thanks

2 REPLIES 2

Samaksh Wani
Giga Sage
Giga Sage

Hello @Harshi05 

 

Create a Write ACL on the field of comments.

 

if(current.watch_list.toString().indexOf(gs.getUserID()>-1))

{

answer = true;

}

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh

Hello @Samaksh Wani 

 

its not working , is there any other way ?