Repeated name appear in watchlist selection field
Hi ,While I am working on configuration of watchlist in incident form, i found my name is repeatedly coming under watchlist field.Record producer script var memberIds = (producer.watch_list + '').split(',');var userIds = [];for (var i = 0; i < member...