A customer have a custom task implemented for service requests. They would like to hide the task if a service request is opened as an affected user.
I have the code to hide a task for analysts, can I use this code and replace session.user.Analyst ?
//If the user is not an analyst, hide the task
//if (session.user.Analyst) {Â
// $( ".taskmenu li:contains('Custom Task')" ).hide()Â
//}Â
Thanks
Martin
Thanks
Martin