We can do that using the ACL script bellow:
var u = gs.getUserID();
answer = current.watch_list.toString().indexOf(u) >=0;
//checks for watchlist user to be same as logged in user if so allow the read access
We can do that using the ACL script bellow:
var u = gs.getUserID();
answer = current.watch_list.toString().indexOf(u) >=0;
//checks for watchlist user to be same as logged in user if so allow the read access
Recent Comments